-- phpMyAdmin SQL Dump
-- version 4.9.5
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Aug 25, 2020 at 10:38 AM
-- Server version: 10.1.46-MariaDB
-- PHP Version: 7.3.6

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `southafricacrick_2`
--

-- --------------------------------------------------------

--
-- Table structure for table `wphi_actionscheduler_actions`
--

CREATE TABLE `wphi_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_actionscheduler_claims`
--

CREATE TABLE `wphi_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_actionscheduler_groups`
--

CREATE TABLE `wphi_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_actionscheduler_groups`
--

INSERT INTO `wphi_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_actionscheduler_logs`
--

CREATE TABLE `wphi_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_commentmeta`
--

CREATE TABLE `wphi_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_comments`
--

CREATE TABLE `wphi_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_links`
--

CREATE TABLE `wphi_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_options`
--

CREATE TABLE `wphi_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_options`
--

INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://southafricacricket.co.za/', 'yes'),
(2, 'home', 'https://southafricacricket.co.za/', 'yes'),
(3, 'blogname', 'Mzansi Cricket', 'yes'),
(4, 'blogdescription', 'South Africa', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'himal@qualon.xyz', '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');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(29, 'rewrite_rules', 'a:698:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:17:\"plus-mega-menu/?$\";s:34:\"index.php?post_type=plus-mega-menu\";s:55:\"plus-mega-menu/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:51:\"index.php?post_type=plus-mega-menu&feed=$matches[1]\";s:50:\"plus-mega-menu/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:51:\"index.php?post_type=plus-mega-menu&feed=$matches[1]\";s:34:\"plus-mega-menu/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=plus-mega-menu&paged=$matches[1]\";s:8:\"donor/?$\";s:25:\"index.php?post_type=donor\";s:46:\"donor/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:42:\"index.php?post_type=donor&feed=$matches[1]\";s:41:\"donor/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:42:\"index.php?post_type=donor&feed=$matches[1]\";s:25:\"donor/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=donor&paged=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:45:\"shop/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:40:\"shop/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&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:9:\"medias/?$\";s:33:\"index.php?post_type=media_gallery\";s:47:\"medias/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?post_type=media_gallery&feed=$matches[1]\";s:42:\"medias/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?post_type=media_gallery&feed=$matches[1]\";s:26:\"medias/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=media_gallery&paged=$matches[1]\";s:12:\"donations/?$\";s:28:\"index.php?post_type=donation\";s:50:\"donations/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:45:\"index.php?post_type=donation&feed=$matches[1]\";s:45:\"donations/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:45:\"index.php?post_type=donation&feed=$matches[1]\";s:29:\"donations/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=donation&paged=$matches[1]\";s:55:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:50:\"category/(.+?)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:52:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:47:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:53:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:48:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:42:\"plus-mega-menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"plus-mega-menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"plus-mega-menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"plus-mega-menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"plus-mega-menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"plus-mega-menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"plus-mega-menu/([^/]+)/embed/?$\";s:47:\"index.php?plus-mega-menu=$matches[1]&embed=true\";s:35:\"plus-mega-menu/([^/]+)/trackback/?$\";s:41:\"index.php?plus-mega-menu=$matches[1]&tb=1\";s:63:\"plus-mega-menu/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:53:\"index.php?plus-mega-menu=$matches[1]&feed=$matches[2]\";s:58:\"plus-mega-menu/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:53:\"index.php?plus-mega-menu=$matches[1]&feed=$matches[2]\";s:43:\"plus-mega-menu/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?plus-mega-menu=$matches[1]&paged=$matches[2]\";s:50:\"plus-mega-menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?plus-mega-menu=$matches[1]&cpage=$matches[2]\";s:40:\"plus-mega-menu/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?plus-mega-menu=$matches[1]&wc-api=$matches[3]\";s:46:\"plus-mega-menu/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"plus-mega-menu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"plus-mega-menu/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?plus-mega-menu=$matches[1]&page=$matches[2]\";s:31:\"plus-mega-menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"plus-mega-menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"plus-mega-menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"plus-mega-menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"plus-mega-menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"plus-mega-menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"donor/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"donor/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"donor/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"donor/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"donor/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"donor/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"donor/([^/]+)/embed/?$\";s:38:\"index.php?donor=$matches[1]&embed=true\";s:26:\"donor/([^/]+)/trackback/?$\";s:32:\"index.php?donor=$matches[1]&tb=1\";s:54:\"donor/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:44:\"index.php?donor=$matches[1]&feed=$matches[2]\";s:49:\"donor/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:44:\"index.php?donor=$matches[1]&feed=$matches[2]\";s:34:\"donor/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?donor=$matches[1]&paged=$matches[2]\";s:41:\"donor/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?donor=$matches[1]&cpage=$matches[2]\";s:31:\"donor/([^/]+)/wc-api(/(.*))?/?$\";s:46:\"index.php?donor=$matches[1]&wc-api=$matches[3]\";s:37:\"donor/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"donor/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"donor/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?donor=$matches[1]&page=$matches[2]\";s:22:\"donor/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"donor/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"donor/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"donor/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"donor/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"donor/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_result/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_result/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"sp_result/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"sp_result/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_result/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_result/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_result/([^/]+)/embed/?$\";s:42:\"index.php?sp_result=$matches[1]&embed=true\";s:30:\"sp_result/([^/]+)/trackback/?$\";s:36:\"index.php?sp_result=$matches[1]&tb=1\";s:38:\"sp_result/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_result=$matches[1]&paged=$matches[2]\";s:45:\"sp_result/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_result=$matches[1]&cpage=$matches[2]\";s:35:\"sp_result/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?sp_result=$matches[1]&wc-api=$matches[3]\";s:41:\"sp_result/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"sp_result/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"sp_result/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_result=$matches[1]&page=$matches[2]\";s:26:\"sp_result/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_result/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"sp_result/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sp_result/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_result/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_result/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"sp_outcome/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"sp_outcome/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"sp_outcome/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"sp_outcome/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"sp_outcome/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"sp_outcome/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"sp_outcome/([^/]+)/embed/?$\";s:43:\"index.php?sp_outcome=$matches[1]&embed=true\";s:31:\"sp_outcome/([^/]+)/trackback/?$\";s:37:\"index.php?sp_outcome=$matches[1]&tb=1\";s:39:\"sp_outcome/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?sp_outcome=$matches[1]&paged=$matches[2]\";s:46:\"sp_outcome/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?sp_outcome=$matches[1]&cpage=$matches[2]\";s:36:\"sp_outcome/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?sp_outcome=$matches[1]&wc-api=$matches[3]\";s:42:\"sp_outcome/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"sp_outcome/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"sp_outcome/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?sp_outcome=$matches[1]&page=$matches[2]\";s:27:\"sp_outcome/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"sp_outcome/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"sp_outcome/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sp_outcome/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"sp_outcome/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"sp_outcome/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_column/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_column/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"sp_column/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"sp_column/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_column/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_column/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_column/([^/]+)/embed/?$\";s:42:\"index.php?sp_column=$matches[1]&embed=true\";s:30:\"sp_column/([^/]+)/trackback/?$\";s:36:\"index.php?sp_column=$matches[1]&tb=1\";s:38:\"sp_column/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_column=$matches[1]&paged=$matches[2]\";s:45:\"sp_column/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_column=$matches[1]&cpage=$matches[2]\";s:35:\"sp_column/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?sp_column=$matches[1]&wc-api=$matches[3]\";s:41:\"sp_column/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"sp_column/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"sp_column/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_column=$matches[1]&page=$matches[2]\";s:26:\"sp_column/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_column/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"sp_column/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sp_column/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_column/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_column/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"sp_metric/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"sp_metric/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"sp_metric/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"sp_metric/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_metric/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"sp_metric/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"sp_metric/([^/]+)/embed/?$\";s:42:\"index.php?sp_metric=$matches[1]&embed=true\";s:30:\"sp_metric/([^/]+)/trackback/?$\";s:36:\"index.php?sp_metric=$matches[1]&tb=1\";s:38:\"sp_metric/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_metric=$matches[1]&paged=$matches[2]\";s:45:\"sp_metric/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_metric=$matches[1]&cpage=$matches[2]\";s:35:\"sp_metric/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?sp_metric=$matches[1]&wc-api=$matches[3]\";s:41:\"sp_metric/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"sp_metric/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"sp_metric/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_metric=$matches[1]&page=$matches[2]\";s:26:\"sp_metric/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"sp_metric/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"sp_metric/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sp_metric/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"sp_metric/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"sp_metric/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"sp_performance/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"sp_performance/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:80:\"sp_performance/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:75:\"sp_performance/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"sp_performance/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"sp_performance/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"sp_performance/([^/]+)/embed/?$\";s:47:\"index.php?sp_performance=$matches[1]&embed=true\";s:35:\"sp_performance/([^/]+)/trackback/?$\";s:41:\"index.php?sp_performance=$matches[1]&tb=1\";s:43:\"sp_performance/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?sp_performance=$matches[1]&paged=$matches[2]\";s:50:\"sp_performance/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?sp_performance=$matches[1]&cpage=$matches[2]\";s:40:\"sp_performance/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?sp_performance=$matches[1]&wc-api=$matches[3]\";s:46:\"sp_performance/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"sp_performance/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"sp_performance/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?sp_performance=$matches[1]&page=$matches[2]\";s:31:\"sp_performance/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"sp_performance/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"sp_performance/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"sp_performance/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"sp_performance/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"sp_performance/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"sp_statistic/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"sp_statistic/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"sp_statistic/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"sp_statistic/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"sp_statistic/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"sp_statistic/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"sp_statistic/([^/]+)/embed/?$\";s:45:\"index.php?sp_statistic=$matches[1]&embed=true\";s:33:\"sp_statistic/([^/]+)/trackback/?$\";s:39:\"index.php?sp_statistic=$matches[1]&tb=1\";s:41:\"sp_statistic/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?sp_statistic=$matches[1]&paged=$matches[2]\";s:48:\"sp_statistic/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?sp_statistic=$matches[1]&cpage=$matches[2]\";s:38:\"sp_statistic/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?sp_statistic=$matches[1]&wc-api=$matches[3]\";s:44:\"sp_statistic/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"sp_statistic/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"sp_statistic/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?sp_statistic=$matches[1]&page=$matches[2]\";s:29:\"sp_statistic/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"sp_statistic/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"sp_statistic/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"sp_statistic/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"sp_statistic/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"sp_statistic/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:41:\"index.php?sp_event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:35:\"index.php?sp_event=$matches[1]&tb=1\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_event=$matches[1]&cpage=$matches[2]\";s:31:\"event/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?sp_event=$matches[1]&wc-api=$matches[3]\";s:37:\"event/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"event/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"team/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"team/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"team/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"team/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"team/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"team/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:19:\"team/(.+?)/embed/?$\";s:40:\"index.php?sp_team=$matches[1]&embed=true\";s:23:\"team/(.+?)/trackback/?$\";s:34:\"index.php?sp_team=$matches[1]&tb=1\";s:31:\"team/(.+?)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_team=$matches[1]&paged=$matches[2]\";s:38:\"team/(.+?)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sp_team=$matches[1]&cpage=$matches[2]\";s:28:\"team/(.+?)/wc-api(/(.*))?/?$\";s:48:\"index.php?sp_team=$matches[1]&wc-api=$matches[3]\";s:34:\"team/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:45:\"team/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:27:\"team/(.+?)(?:/([0-9]+))?/?$\";s:46:\"index.php?sp_team=$matches[1]&page=$matches[2]\";s:34:\"player/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"player/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"player/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"player/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"player/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"player/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"player/([^/]+)/embed/?$\";s:42:\"index.php?sp_player=$matches[1]&embed=true\";s:27:\"player/([^/]+)/trackback/?$\";s:36:\"index.php?sp_player=$matches[1]&tb=1\";s:35:\"player/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_player=$matches[1]&paged=$matches[2]\";s:42:\"player/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?sp_player=$matches[1]&cpage=$matches[2]\";s:32:\"player/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?sp_player=$matches[1]&wc-api=$matches[3]\";s:38:\"player/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"player/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"player/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?sp_player=$matches[1]&page=$matches[2]\";s:23:\"player/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"player/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"player/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"player/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"player/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"player/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"staff/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"staff/([^/]+)/embed/?$\";s:41:\"index.php?sp_staff=$matches[1]&embed=true\";s:26:\"staff/([^/]+)/trackback/?$\";s:35:\"index.php?sp_staff=$matches[1]&tb=1\";s:34:\"staff/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_staff=$matches[1]&paged=$matches[2]\";s:41:\"staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_staff=$matches[1]&cpage=$matches[2]\";s:31:\"staff/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?sp_staff=$matches[1]&wc-api=$matches[3]\";s:37:\"staff/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"staff/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"staff/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_staff=$matches[1]&page=$matches[2]\";s:22:\"staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"staff/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:55:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:56:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:51:\"product/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:38:\"vc_grid_item/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?vc_grid_item=$matches[1]&wc-api=$matches[3]\";s:44:\"vc_grid_item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"vc_grid_item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"league/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:48:\"index.php?sp_league=$matches[1]&feed=$matches[2]\";s:50:\"league/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:48:\"index.php?sp_league=$matches[1]&feed=$matches[2]\";s:23:\"league/([^/]+)/embed/?$\";s:42:\"index.php?sp_league=$matches[1]&embed=true\";s:35:\"league/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_league=$matches[1]&paged=$matches[2]\";s:17:\"league/([^/]+)/?$\";s:31:\"index.php?sp_league=$matches[1]\";s:55:\"season/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:48:\"index.php?sp_season=$matches[1]&feed=$matches[2]\";s:50:\"season/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:48:\"index.php?sp_season=$matches[1]&feed=$matches[2]\";s:23:\"season/([^/]+)/embed/?$\";s:42:\"index.php?sp_season=$matches[1]&embed=true\";s:35:\"season/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?sp_season=$matches[1]&paged=$matches[2]\";s:17:\"season/([^/]+)/?$\";s:31:\"index.php?sp_season=$matches[1]\";s:54:\"venue/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:47:\"index.php?sp_venue=$matches[1]&feed=$matches[2]\";s:49:\"venue/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:47:\"index.php?sp_venue=$matches[1]&feed=$matches[2]\";s:22:\"venue/([^/]+)/embed/?$\";s:41:\"index.php?sp_venue=$matches[1]&embed=true\";s:34:\"venue/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_venue=$matches[1]&paged=$matches[2]\";s:16:\"venue/([^/]+)/?$\";s:30:\"index.php?sp_venue=$matches[1]\";s:57:\"position/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?sp_position=$matches[1]&feed=$matches[2]\";s:52:\"position/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?sp_position=$matches[1]&feed=$matches[2]\";s:25:\"position/([^/]+)/embed/?$\";s:44:\"index.php?sp_position=$matches[1]&embed=true\";s:37:\"position/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?sp_position=$matches[1]&paged=$matches[2]\";s:19:\"position/([^/]+)/?$\";s:33:\"index.php?sp_position=$matches[1]\";s:53:\"role/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:46:\"index.php?sp_role=$matches[1]&feed=$matches[2]\";s:48:\"role/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:46:\"index.php?sp_role=$matches[1]&feed=$matches[2]\";s:21:\"role/([^/]+)/embed/?$\";s:40:\"index.php?sp_role=$matches[1]&embed=true\";s:33:\"role/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_role=$matches[1]&paged=$matches[2]\";s:15:\"role/([^/]+)/?$\";s:29:\"index.php?sp_role=$matches[1]\";s:36:\"calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"calendar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"calendar/([^/]+)/embed/?$\";s:44:\"index.php?sp_calendar=$matches[1]&embed=true\";s:29:\"calendar/([^/]+)/trackback/?$\";s:38:\"index.php?sp_calendar=$matches[1]&tb=1\";s:37:\"calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?sp_calendar=$matches[1]&paged=$matches[2]\";s:44:\"calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?sp_calendar=$matches[1]&cpage=$matches[2]\";s:34:\"calendar/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?sp_calendar=$matches[1]&wc-api=$matches[3]\";s:40:\"calendar/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"calendar/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"calendar/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?sp_calendar=$matches[1]&page=$matches[2]\";s:25:\"calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"calendar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"sp_spec/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"sp_spec/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"sp_spec/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"sp_spec/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"sp_spec/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"sp_spec/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"sp_spec/([^/]+)/embed/?$\";s:40:\"index.php?sp_spec=$matches[1]&embed=true\";s:28:\"sp_spec/([^/]+)/trackback/?$\";s:34:\"index.php?sp_spec=$matches[1]&tb=1\";s:36:\"sp_spec/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_spec=$matches[1]&paged=$matches[2]\";s:43:\"sp_spec/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sp_spec=$matches[1]&cpage=$matches[2]\";s:33:\"sp_spec/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?sp_spec=$matches[1]&wc-api=$matches[3]\";s:39:\"sp_spec/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"sp_spec/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"sp_spec/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sp_spec=$matches[1]&page=$matches[2]\";s:24:\"sp_spec/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"sp_spec/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"sp_spec/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"sp_spec/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"sp_spec/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"sp_spec/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"table/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"table/([^/]+)/embed/?$\";s:41:\"index.php?sp_table=$matches[1]&embed=true\";s:26:\"table/([^/]+)/trackback/?$\";s:35:\"index.php?sp_table=$matches[1]&tb=1\";s:34:\"table/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?sp_table=$matches[1]&paged=$matches[2]\";s:41:\"table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?sp_table=$matches[1]&cpage=$matches[2]\";s:31:\"table/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?sp_table=$matches[1]&wc-api=$matches[3]\";s:37:\"table/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"table/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"table/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?sp_table=$matches[1]&page=$matches[2]\";s:22:\"table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"table/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"list/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"list/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"list/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"list/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"list/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"list/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"list/([^/]+)/embed/?$\";s:40:\"index.php?sp_list=$matches[1]&embed=true\";s:25:\"list/([^/]+)/trackback/?$\";s:34:\"index.php?sp_list=$matches[1]&tb=1\";s:33:\"list/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sp_list=$matches[1]&paged=$matches[2]\";s:40:\"list/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sp_list=$matches[1]&cpage=$matches[2]\";s:30:\"list/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?sp_list=$matches[1]&wc-api=$matches[3]\";s:36:\"list/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"list/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"list/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sp_list=$matches[1]&page=$matches[2]\";s:21:\"list/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"list/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"list/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"list/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"list/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"list/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:59:\"index.php?post_type=testimonial&name=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=testimonial&name=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=testimonial&name=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=testimonial&name=$matches[1]&cpage=$matches[2]\";s:38:\"testimonials/([^/]+)/wc-api(/(.*))?/?$\";s:67:\"index.php?post_type=testimonial&name=$matches[1]&wc-api=$matches[3]\";s:44:\"testimonials/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"testimonials/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=testimonial&name=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"medias/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"medias/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"medias/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"medias/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"medias/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"medias/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"medias/([^/]+)/embed/?$\";s:61:\"index.php?post_type=media_gallery&name=$matches[1]&embed=true\";s:27:\"medias/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=media_gallery&name=$matches[1]&tb=1\";s:55:\"medias/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:67:\"index.php?post_type=media_gallery&name=$matches[1]&feed=$matches[2]\";s:50:\"medias/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:67:\"index.php?post_type=media_gallery&name=$matches[1]&feed=$matches[2]\";s:35:\"medias/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=media_gallery&name=$matches[1]&paged=$matches[2]\";s:42:\"medias/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=media_gallery&name=$matches[1]&cpage=$matches[2]\";s:32:\"medias/([^/]+)/wc-api(/(.*))?/?$\";s:69:\"index.php?post_type=media_gallery&name=$matches[1]&wc-api=$matches[3]\";s:38:\"medias/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"medias/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"medias/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=media_gallery&name=$matches[1]&page=$matches[2]\";s:23:\"medias/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"medias/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"medias/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"medias/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"medias/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"medias/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"donations/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"donations/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"donations/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"donations/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"donations/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"donations/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"donations/([^/]+)/embed/?$\";s:41:\"index.php?donation=$matches[1]&embed=true\";s:30:\"donations/([^/]+)/trackback/?$\";s:35:\"index.php?donation=$matches[1]&tb=1\";s:58:\"donations/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:47:\"index.php?donation=$matches[1]&feed=$matches[2]\";s:53:\"donations/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:47:\"index.php?donation=$matches[1]&feed=$matches[2]\";s:38:\"donations/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?donation=$matches[1]&paged=$matches[2]\";s:45:\"donations/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?donation=$matches[1]&cpage=$matches[2]\";s:35:\"donations/([^/]+)/wc-api(/(.*))?/?$\";s:49:\"index.php?donation=$matches[1]&wc-api=$matches[3]\";s:41:\"donations/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"donations/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"donations/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?donation=$matches[1]&page=$matches[2]\";s:26:\"donations/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"donations/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"donations/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"donations/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"donations/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"donations/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:58:\"index.php?post_type=vc_sidebar&name=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=vc_sidebar&name=$matches[1]&tb=1\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=vc_sidebar&name=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=vc_sidebar&name=$matches[1]&cpage=$matches[2]\";s:34:\"sidebars/([^/]+)/wc-api(/(.*))?/?$\";s:66:\"index.php?post_type=vc_sidebar&name=$matches[1]&wc-api=$matches[3]\";s:40:\"sidebars/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"sidebars/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=vc_sidebar&name=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:36:\"mc4wp-form/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?mc4wp-form=$matches[1]&wc-api=$matches[3]\";s:42:\"mc4wp-form/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"mc4wp-form/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"clever_menu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"clever_menu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"clever_menu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"clever_menu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"clever_menu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"clever_menu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"clever_menu/([^/]+)/embed/?$\";s:44:\"index.php?clever_menu=$matches[1]&embed=true\";s:32:\"clever_menu/([^/]+)/trackback/?$\";s:38:\"index.php?clever_menu=$matches[1]&tb=1\";s:40:\"clever_menu/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?clever_menu=$matches[1]&paged=$matches[2]\";s:47:\"clever_menu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?clever_menu=$matches[1]&cpage=$matches[2]\";s:37:\"clever_menu/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?clever_menu=$matches[1]&wc-api=$matches[3]\";s:43:\"clever_menu/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"clever_menu/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"clever_menu/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?clever_menu=$matches[1]&page=$matches[2]\";s:28:\"clever_menu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"clever_menu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"clever_menu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"clever_menu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"clever_menu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"clever_menu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"clever_menu_theme/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"clever_menu_theme/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:83:\"clever_menu_theme/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:78:\"clever_menu_theme/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"clever_menu_theme/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"clever_menu_theme/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"clever_menu_theme/([^/]+)/embed/?$\";s:50:\"index.php?clever_menu_theme=$matches[1]&embed=true\";s:38:\"clever_menu_theme/([^/]+)/trackback/?$\";s:44:\"index.php?clever_menu_theme=$matches[1]&tb=1\";s:46:\"clever_menu_theme/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?clever_menu_theme=$matches[1]&paged=$matches[2]\";s:53:\"clever_menu_theme/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?clever_menu_theme=$matches[1]&cpage=$matches[2]\";s:43:\"clever_menu_theme/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?clever_menu_theme=$matches[1]&wc-api=$matches[3]\";s:49:\"clever_menu_theme/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"clever_menu_theme/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"clever_menu_theme/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?clever_menu_theme=$matches[1]&page=$matches[2]\";s:34:\"clever_menu_theme/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"clever_menu_theme/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"clever_menu_theme/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"clever_menu_theme/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"clever_menu_theme/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"clever_menu_theme/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"clever_menu_location/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"clever_menu_location/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:86:\"clever_menu_location/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"clever_menu_location/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"clever_menu_location/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"clever_menu_location/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"clever_menu_location/([^/]+)/embed/?$\";s:53:\"index.php?clever_menu_location=$matches[1]&embed=true\";s:41:\"clever_menu_location/([^/]+)/trackback/?$\";s:47:\"index.php?clever_menu_location=$matches[1]&tb=1\";s:49:\"clever_menu_location/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?clever_menu_location=$matches[1]&paged=$matches[2]\";s:56:\"clever_menu_location/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?clever_menu_location=$matches[1]&cpage=$matches[2]\";s:46:\"clever_menu_location/([^/]+)/wc-api(/(.*))?/?$\";s:61:\"index.php?clever_menu_location=$matches[1]&wc-api=$matches[3]\";s:52:\"clever_menu_location/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:63:\"clever_menu_location/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:45:\"clever_menu_location/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?clever_menu_location=$matches[1]&page=$matches[2]\";s:37:\"clever_menu_location/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"clever_menu_location/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"clever_menu_location/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"clever_menu_location/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"clever_menu_location/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"clever_menu_location/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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:40:\"feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:35:\"(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:41:\"index.php?&page_id=1891&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:49:\"comments/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"comments/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:52:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:47:\"search/(.+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:55:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:50:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";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:64:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:59:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:51:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:46:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";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:65:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:48:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:43:\"(.?.+?)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:65:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:48:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:43:\"([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";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:54:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|sp-ical)/?$\";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');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:28:{i:0;s:23:\"mobile-menu/mobmenu.php\";i:1;s:25:\"add-to-any/add-to-any.php\";i:2;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:37:\"clever-mega-menu/clever-mega-menu.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:33:\"duplicate-post/duplicate-post.php\";i:7;s:31:\"elementor-pro/elementor-pro.php\";i:8;s:23:\"elementor/elementor.php\";i:9;s:29:\"health-check/health-check.php\";i:10;s:35:\"insert-headers-and-footers/ihaf.php\";i:11;s:33:\"instagram-feed/instagram-feed.php\";i:12;s:27:\"js_composer/js_composer.php\";i:13;s:38:\"latest-tweets-widget/latest-tweets.php\";i:14;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:16;s:25:\"menu-image/menu-image.php\";i:17;s:23:\"revslider/revslider.php\";i:18;s:51:\"sportspress-for-cricket/sportspress-for-cricket.php\";i:19;s:27:\"sportspress/sportspress.php\";i:20;s:41:\"stm-configurations/stm-configurations.php\";i:21;s:29:\"stm_importer/stm-importer.php\";i:22;s:51:\"theplus_elementor_addon/theplus_elementor_addon.php\";i:23;s:27:\"updraftplus/updraftplus.php\";i:24;s:41:\"visucom-smart-sections/smart-sections.php\";i:25;s:27:\"woocommerce/woocommerce.php\";i:26;s:35:\"wp-fastest-cache/wpFastestCache.php\";i:27;s:50:\"wp-hide-backed-notices/wp-hide-backed-notices .php\";i:28;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', '', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'splash', 'yes'),
(41, 'stylesheet', 'splash-child', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '45805', '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:5:{i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<a href=\"https://www.community.cricket.com.au/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"https://www.community.cricket.com.au/players\">LEARN MORE</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<a href=\"https://www.community.cricket.com.au/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"https://www.community.cricket.com.au/players\">LEARN MORE</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:184:\"<a href=\"https://www.community.cricket.com.au/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"https://www.community.cricket.com.au/players\">LEARN MORE</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:9;a:4:{s:5:\"title\";s:7:\"Players\";s:4:\"text\";s:114:\"Track your career or start playing today.\r\n\r\n<a href=\"https://www.community.cricket.com.au/players\">LEARN MORE</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:4:{s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:37:\"clever-mega-menu/clever-mega-menu.php\";s:28:\"Clever_Mega_Menu::_uninstall\";}', 'no'),
(82, 'timezone_string', 'Africa/Johannesburg', 'yes'),
(83, 'page_for_posts', '500', 'yes'),
(84, 'page_on_front', '1891', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '1931', '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', '1599901038', 'yes'),
(94, 'initial_db_version', '45805', 'yes'),
(95, 'wphi_user_roles', 'a:14:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:357:{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:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:18:\"edit_us_page_block\";b:1;s:18:\"read_us_page_block\";b:1;s:20:\"delete_us_page_block\";b:1;s:19:\"edit_us_page_blocks\";b:1;s:26:\"edit_others_us_page_blocks\";b:1;s:22:\"publish_us_page_blocks\";b:1;s:27:\"read_private_us_page_blocks\";b:1;s:21:\"delete_us_page_blocks\";b:1;s:29:\"delete_private_us_page_blocks\";b:1;s:31:\"delete_published_us_page_blocks\";b:1;s:28:\"delete_others_us_page_blocks\";b:1;s:27:\"edit_private_us_page_blocks\";b:1;s:29:\"edit_published_us_page_blocks\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";b:1;s:20:\"wpseo_manage_options\";b:1;s:18:\"manage_sportspress\";b:1;s:24:\"view_sportspress_reports\";b:1;s:14:\"edit_sp_config\";b:1;s:14:\"read_sp_config\";b:1;s:16:\"delete_sp_config\";b:1;s:15:\"edit_sp_configs\";b:1;s:22:\"edit_others_sp_configs\";b:1;s:18:\"publish_sp_configs\";b:1;s:23:\"read_private_sp_configs\";b:1;s:17:\"delete_sp_configs\";b:1;s:25:\"delete_private_sp_configs\";b:1;s:27:\"delete_published_sp_configs\";b:1;s:24:\"delete_others_sp_configs\";b:1;s:23:\"edit_private_sp_configs\";b:1;s:25:\"edit_published_sp_configs\";b:1;s:22:\"manage_sp_config_terms\";b:1;s:20:\"edit_sp_config_terms\";b:1;s:22:\"delete_sp_config_terms\";b:1;s:22:\"assign_sp_config_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:22:\"read_private_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:24:\"delete_private_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:23:\"delete_others_sp_events\";b:1;s:22:\"edit_private_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:16:\"edit_sp_calendar\";b:1;s:16:\"read_sp_calendar\";b:1;s:18:\"delete_sp_calendar\";b:1;s:17:\"edit_sp_calendars\";b:1;s:24:\"edit_others_sp_calendars\";b:1;s:20:\"publish_sp_calendars\";b:1;s:25:\"read_private_sp_calendars\";b:1;s:19:\"delete_sp_calendars\";b:1;s:27:\"delete_private_sp_calendars\";b:1;s:29:\"delete_published_sp_calendars\";b:1;s:26:\"delete_others_sp_calendars\";b:1;s:25:\"edit_private_sp_calendars\";b:1;s:27:\"edit_published_sp_calendars\";b:1;s:24:\"manage_sp_calendar_terms\";b:1;s:22:\"edit_sp_calendar_terms\";b:1;s:24:\"delete_sp_calendar_terms\";b:1;s:24:\"assign_sp_calendar_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:14:\"delete_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:20:\"edit_others_sp_teams\";b:1;s:16:\"publish_sp_teams\";b:1;s:21:\"read_private_sp_teams\";b:1;s:15:\"delete_sp_teams\";b:1;s:23:\"delete_private_sp_teams\";b:1;s:25:\"delete_published_sp_teams\";b:1;s:22:\"delete_others_sp_teams\";b:1;s:21:\"edit_private_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"manage_sp_team_terms\";b:1;s:18:\"edit_sp_team_terms\";b:1;s:20:\"delete_sp_team_terms\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:13:\"edit_sp_table\";b:1;s:13:\"read_sp_table\";b:1;s:15:\"delete_sp_table\";b:1;s:14:\"edit_sp_tables\";b:1;s:21:\"edit_others_sp_tables\";b:1;s:17:\"publish_sp_tables\";b:1;s:22:\"read_private_sp_tables\";b:1;s:16:\"delete_sp_tables\";b:1;s:24:\"delete_private_sp_tables\";b:1;s:26:\"delete_published_sp_tables\";b:1;s:23:\"delete_others_sp_tables\";b:1;s:22:\"edit_private_sp_tables\";b:1;s:24:\"edit_published_sp_tables\";b:1;s:21:\"manage_sp_table_terms\";b:1;s:19:\"edit_sp_table_terms\";b:1;s:21:\"delete_sp_table_terms\";b:1;s:21:\"assign_sp_table_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:23:\"read_private_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:25:\"delete_private_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:24:\"delete_others_sp_players\";b:1;s:23:\"edit_private_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"manage_sp_player_terms\";b:1;s:20:\"edit_sp_player_terms\";b:1;s:22:\"delete_sp_player_terms\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:20:\"edit_others_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:21:\"read_private_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:23:\"delete_private_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:22:\"delete_others_sp_lists\";b:1;s:21:\"edit_private_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"manage_sp_list_terms\";b:1;s:18:\"edit_sp_list_terms\";b:1;s:20:\"delete_sp_list_terms\";b:1;s:20:\"assign_sp_list_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:22:\"read_private_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:24:\"delete_private_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:23:\"delete_others_sp_staffs\";b:1;s:22:\"edit_private_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"manage_sp_staff_terms\";b:1;s:19:\"edit_sp_staff_terms\";b:1;s:21:\"delete_sp_staff_terms\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:10:\"copy_posts\";b:1;s:33:\"groovy_menu_manage_global_options\";b:1;s:22:\"groovy_menu_can_import\";b:1;s:22:\"groovy_menu_can_export\";b:1;s:23:\"groovy_menu_edit_preset\";b:1;s:23:\"groovy_menu_read_preset\";b:1;s:25:\"groovy_menu_delete_preset\";b:1;s:26:\"groovy_menu_delete_presets\";b:1;s:31:\"groovy_menu_edit_others_presets\";b:1;s:24:\"groovy_menu_edit_presets\";b:1;s:27:\"groovy_menu_publish_presets\";b:1;s:32:\"groovy_menu_read_private_presets\";b:1;s:25:\"groovy_menu_create_preset\";b:1;s:33:\"groovy_menu_delete_others_presets\";b:1;s:22:\"groovy_menu_edit_block\";b:1;s:22:\"groovy_menu_read_block\";b:1;s:24:\"groovy_menu_delete_block\";b:1;s:25:\"groovy_menu_delete_blocks\";b:1;s:30:\"groovy_menu_edit_others_blocks\";b:1;s:23:\"groovy_menu_edit_blocks\";b:1;s:26:\"groovy_menu_publish_blocks\";b:1;s:31:\"groovy_menu_read_private_blocks\";b:1;s:24:\"groovy_menu_create_block\";b:1;s:32:\"groovy_menu_delete_others_blocks\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:32:\"vc_access_rules_post_types/donor\";b:1;s:35:\"vc_access_rules_post_types/sp_event\";b:1;s:34:\"vc_access_rules_post_types/sp_team\";b:1;s:36:\"vc_access_rules_post_types/sp_player\";b:1;s:35:\"vc_access_rules_post_types/sp_staff\";b:1;s:34:\"vc_access_rules_post_types/product\";b:1;s:38:\"vc_access_rules_post_types/sp_calendar\";b:1;s:35:\"vc_access_rules_post_types/sp_table\";b:1;s:34:\"vc_access_rules_post_types/sp_list\";b:1;s:35:\"vc_access_rules_post_types/donation\";b:1;s:39:\"vc_access_rules_post_types/bbfb_content\";b:1;s:40:\"vc_access_rules_post_types/bbhd_megamenu\";b:1;s:39:\"vc_access_rules_post_types/bbhd_content\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:44:\"vc_access_rules_post_types/elementor_library\";b:1;s:41:\"vc_access_rules_post_types/plus-mega-menu\";b:1;s:38:\"vc_access_rules_post_types/clever_menu\";b:1;s:39:\"vc_access_rules_post_types/elementor-hf\";b:1;s:40:\"vc_access_rules_post_types/gusta_section\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:80:{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:17:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:10:\"copy_posts\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:28:{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:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:14:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:101:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:82:{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:17:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:80:{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:17:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:9:\"sp_player\";a:2:{s:4:\"name\";s:6:\"Player\";s:12:\"capabilities\";a:30:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:8:\"sp_staff\";a:2:{s:4:\"name\";s:5:\"Staff\";s:12:\"capabilities\";a:35:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:16:\"sp_event_manager\";a:2:{s:4:\"name\";s:13:\"Event Manager\";s:12:\"capabilities\";a:44:{s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:12:\"upload_files\";b:1;s:17:\"manage_categories\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:15:\"sp_team_manager\";a:2:{s:4:\"name\";s:12:\"Team Manager\";s:12:\"capabilities\";a:66:{s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:12:\"delete_posts\";b:1;s:10:\"edit_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:12:\"upload_files\";b:1;s:20:\"edit_published_posts\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"assign_sp_list_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:17:\"sp_league_manager\";a:2:{s:4:\"name\";s:14:\"League Manager\";s:12:\"capabilities\";a:185:{s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_sportspress\";b:1;s:24:\"view_sportspress_reports\";b:1;s:14:\"edit_sp_config\";b:1;s:14:\"read_sp_config\";b:1;s:16:\"delete_sp_config\";b:1;s:15:\"edit_sp_configs\";b:1;s:22:\"edit_others_sp_configs\";b:1;s:18:\"publish_sp_configs\";b:1;s:23:\"read_private_sp_configs\";b:1;s:17:\"delete_sp_configs\";b:1;s:25:\"delete_private_sp_configs\";b:1;s:27:\"delete_published_sp_configs\";b:1;s:24:\"delete_others_sp_configs\";b:1;s:23:\"edit_private_sp_configs\";b:1;s:25:\"edit_published_sp_configs\";b:1;s:22:\"manage_sp_config_terms\";b:1;s:20:\"edit_sp_config_terms\";b:1;s:22:\"delete_sp_config_terms\";b:1;s:22:\"assign_sp_config_terms\";b:1;s:13:\"edit_sp_event\";b:1;s:13:\"read_sp_event\";b:1;s:15:\"delete_sp_event\";b:1;s:14:\"edit_sp_events\";b:1;s:21:\"edit_others_sp_events\";b:1;s:17:\"publish_sp_events\";b:1;s:22:\"read_private_sp_events\";b:1;s:16:\"delete_sp_events\";b:1;s:24:\"delete_private_sp_events\";b:1;s:26:\"delete_published_sp_events\";b:1;s:23:\"delete_others_sp_events\";b:1;s:22:\"edit_private_sp_events\";b:1;s:24:\"edit_published_sp_events\";b:1;s:21:\"manage_sp_event_terms\";b:1;s:19:\"edit_sp_event_terms\";b:1;s:21:\"delete_sp_event_terms\";b:1;s:21:\"assign_sp_event_terms\";b:1;s:16:\"edit_sp_calendar\";b:1;s:16:\"read_sp_calendar\";b:1;s:18:\"delete_sp_calendar\";b:1;s:17:\"edit_sp_calendars\";b:1;s:24:\"edit_others_sp_calendars\";b:1;s:20:\"publish_sp_calendars\";b:1;s:25:\"read_private_sp_calendars\";b:1;s:19:\"delete_sp_calendars\";b:1;s:27:\"delete_private_sp_calendars\";b:1;s:29:\"delete_published_sp_calendars\";b:1;s:26:\"delete_others_sp_calendars\";b:1;s:25:\"edit_private_sp_calendars\";b:1;s:27:\"edit_published_sp_calendars\";b:1;s:24:\"manage_sp_calendar_terms\";b:1;s:22:\"edit_sp_calendar_terms\";b:1;s:24:\"delete_sp_calendar_terms\";b:1;s:24:\"assign_sp_calendar_terms\";b:1;s:12:\"edit_sp_team\";b:1;s:12:\"read_sp_team\";b:1;s:14:\"delete_sp_team\";b:1;s:13:\"edit_sp_teams\";b:1;s:20:\"edit_others_sp_teams\";b:1;s:16:\"publish_sp_teams\";b:1;s:21:\"read_private_sp_teams\";b:1;s:15:\"delete_sp_teams\";b:1;s:23:\"delete_private_sp_teams\";b:1;s:25:\"delete_published_sp_teams\";b:1;s:22:\"delete_others_sp_teams\";b:1;s:21:\"edit_private_sp_teams\";b:1;s:23:\"edit_published_sp_teams\";b:1;s:20:\"manage_sp_team_terms\";b:1;s:18:\"edit_sp_team_terms\";b:1;s:20:\"delete_sp_team_terms\";b:1;s:20:\"assign_sp_team_terms\";b:1;s:13:\"edit_sp_table\";b:1;s:13:\"read_sp_table\";b:1;s:15:\"delete_sp_table\";b:1;s:14:\"edit_sp_tables\";b:1;s:21:\"edit_others_sp_tables\";b:1;s:17:\"publish_sp_tables\";b:1;s:22:\"read_private_sp_tables\";b:1;s:16:\"delete_sp_tables\";b:1;s:24:\"delete_private_sp_tables\";b:1;s:26:\"delete_published_sp_tables\";b:1;s:23:\"delete_others_sp_tables\";b:1;s:22:\"edit_private_sp_tables\";b:1;s:24:\"edit_published_sp_tables\";b:1;s:21:\"manage_sp_table_terms\";b:1;s:19:\"edit_sp_table_terms\";b:1;s:21:\"delete_sp_table_terms\";b:1;s:21:\"assign_sp_table_terms\";b:1;s:14:\"edit_sp_player\";b:1;s:14:\"read_sp_player\";b:1;s:16:\"delete_sp_player\";b:1;s:15:\"edit_sp_players\";b:1;s:22:\"edit_others_sp_players\";b:1;s:18:\"publish_sp_players\";b:1;s:23:\"read_private_sp_players\";b:1;s:17:\"delete_sp_players\";b:1;s:25:\"delete_private_sp_players\";b:1;s:27:\"delete_published_sp_players\";b:1;s:24:\"delete_others_sp_players\";b:1;s:23:\"edit_private_sp_players\";b:1;s:25:\"edit_published_sp_players\";b:1;s:22:\"manage_sp_player_terms\";b:1;s:20:\"edit_sp_player_terms\";b:1;s:22:\"delete_sp_player_terms\";b:1;s:22:\"assign_sp_player_terms\";b:1;s:12:\"edit_sp_list\";b:1;s:12:\"read_sp_list\";b:1;s:14:\"delete_sp_list\";b:1;s:13:\"edit_sp_lists\";b:1;s:20:\"edit_others_sp_lists\";b:1;s:16:\"publish_sp_lists\";b:1;s:21:\"read_private_sp_lists\";b:1;s:15:\"delete_sp_lists\";b:1;s:23:\"delete_private_sp_lists\";b:1;s:25:\"delete_published_sp_lists\";b:1;s:22:\"delete_others_sp_lists\";b:1;s:21:\"edit_private_sp_lists\";b:1;s:23:\"edit_published_sp_lists\";b:1;s:20:\"manage_sp_list_terms\";b:1;s:18:\"edit_sp_list_terms\";b:1;s:20:\"delete_sp_list_terms\";b:1;s:20:\"assign_sp_list_terms\";b:1;s:13:\"edit_sp_staff\";b:1;s:13:\"read_sp_staff\";b:1;s:15:\"delete_sp_staff\";b:1;s:14:\"edit_sp_staffs\";b:1;s:21:\"edit_others_sp_staffs\";b:1;s:17:\"publish_sp_staffs\";b:1;s:22:\"read_private_sp_staffs\";b:1;s:16:\"delete_sp_staffs\";b:1;s:24:\"delete_private_sp_staffs\";b:1;s:26:\"delete_published_sp_staffs\";b:1;s:23:\"delete_others_sp_staffs\";b:1;s:22:\"edit_private_sp_staffs\";b:1;s:24:\"edit_published_sp_staffs\";b:1;s:21:\"manage_sp_staff_terms\";b:1;s:19:\"edit_sp_staff_terms\";b:1;s:21:\"delete_sp_staff_terms\";b:1;s:21:\"assign_sp_staff_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:31:\"vc_access_rules_frontend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'widget_search', 'a:2:{i:3;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:11:{s:19:\"wp_inactive_widgets\";a:23:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:12:\"categories-2\";i:3;s:10:\"nav_menu-4\";i:4;s:10:\"nav_menu-5\";i:5;s:18:\"clever_mega_menu-3\";i:6;s:14:\"recent-posts-2\";i:7;s:17:\"recent-comments-2\";i:8;s:10:\"nav_menu-2\";i:9;s:6:\"text-7\";i:10;s:6:\"text-6\";i:11;s:6:\"text-5\";i:12;s:14:\"media_image-14\";i:13;s:13:\"media_image-2\";i:14;s:13:\"media_image-3\";i:15;s:13:\"media_image-4\";i:16;s:13:\"media_image-5\";i:17;s:13:\"media_image-6\";i:18;s:13:\"media_image-7\";i:19;s:13:\"media_image-8\";i:20;s:13:\"media_image-9\";i:21;s:14:\"media_image-10\";i:22;s:13:\"custom_html-6\";}s:7:\"default\";a:0:{}s:6:\"footer\";a:1:{i:0;s:14:\"media_image-17\";}s:11:\"sportspress\";a:1:{i:0;s:13:\"custom_html-9\";}s:4:\"shop\";a:5:{i:0;s:8:\"search-3\";i:1;s:25:\"woocommerce_widget_cart-2\";i:2;s:32:\"woocommerce_product_categories-2\";i:3;s:26:\"woocommerce_price_filter-2\";i:4;s:32:\"woocommerce_top_rated_products-2\";}s:11:\"mobmlefttop\";a:0:{}s:14:\"mobmleftbottom\";a:0:{}s:12:\"mobmrighttop\";a:0:{}s:15:\"mobmrightbottom\";a:0:{}s:19:\"mobmenu-filter-shop\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(165, 'envato_market_state', 'install', 'yes'),
(170, 'sportspress_sport', 'cricket', 'yes'),
(171, 'sportspress_default_nationality', '', 'yes'),
(172, 'sportspress_table_text_align', 'default', 'yes'),
(173, 'sportspress_enable_live_countdowns', 'yes', 'yes'),
(174, 'sportspress_rich_editing', 'yes', 'yes'),
(175, 'sportspress_enable_responsive_tables', 'no', 'yes'),
(176, 'sportspress_enable_scrollable_tables', 'yes', 'yes'),
(177, 'sportspress_enable_sortable_tables', 'yes', 'yes'),
(178, 'sportspress_widget_unique', 'no', 'yes'),
(179, 'sportspress_event_page_template', 'sportpress-sidebar-right.php', 'yes'),
(180, 'sportspress_link_events', 'yes', 'yes'),
(181, 'sportspress_event_show_date', 'yes', 'yes'),
(182, 'sportspress_event_show_time', 'yes', 'yes'),
(183, 'sportspress_event_show_day', 'no', 'yes'),
(184, 'sportspress_event_show_full_time', 'no', 'yes'),
(185, 'sportspress_mode', 'team', 'yes'),
(186, 'sportspress_event_teams', '2', 'yes'),
(187, 'sportspress_event_filter_teams_by_league', 'no', 'yes'),
(188, 'sportspress_event_filter_teams_by_season', 'no', 'yes'),
(189, 'sportspress_event_minutes', '90', 'yes'),
(190, 'sportspress_event_comment_status', 'no', 'yes'),
(191, 'sportspress_link_venues', 'no', 'yes'),
(192, 'sportspress_event_show_maps', 'yes', 'yes'),
(193, 'sportspress_map_type', 'ROADMAP', 'yes'),
(194, 'sportspress_map_zoom', '15', 'yes'),
(195, 'sportspress_event_reverse_teams', 'no', 'yes'),
(196, 'sportspress_event_logos_format', 'inline', 'yes'),
(197, 'sportspress_event_logos_show_team_names', 'no', 'yes'),
(198, 'sportspress_event_logos_show_time', 'no', 'yes'),
(199, 'sportspress_event_logos_show_results', 'yes', 'yes'),
(200, 'sportspress_event_player_sort', 'jersey', 'yes'),
(201, 'sportspress_event_result_columns', 'auto', 'yes'),
(202, 'sportspress_event_show_outcome', 'yes', 'yes'),
(203, 'sportspress_event_show_staff', 'yes', 'yes'),
(204, 'sportspress_event_show_players', 'yes', 'yes'),
(205, 'sportspress_event_show_total', 'yes', 'yes'),
(206, 'sportspress_event_performance_columns', 'auto', 'yes'),
(207, 'sportspress_event_performance_mode', 'values', 'yes'),
(208, 'sportspress_event_performance_stars_type', '0', 'yes'),
(209, 'sportspress_event_hide_child_positions', 'no', 'yes'),
(210, 'sportspress_event_show_player_numbers', 'no', 'yes'),
(211, 'sportspress_event_show_position', 'no', 'yes'),
(212, 'sportspress_event_performance_show_minutes', 'no', 'yes'),
(213, 'sportspress_event_performance_sections', '0', 'yes'),
(214, 'sportspress_event_total_performance', 'primary', 'yes'),
(215, 'sportspress_calendar_page_template', 'sportpress-sidebar-right.php', 'yes');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(104, 'cron', 'a:18:{i:1598342003;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1598342008;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1598342054;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:1598342238;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:1598345594;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1598345838;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:1598345840;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:1598345841;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:1598350175;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1598352794;a:2:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1598352803;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598371785;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598372758;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598382575;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598392800;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1598872577;a:1:{s:40:\"health-check-scheduled-site-status-check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1598976635;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}', 'yes'),
(774, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:13:{i:2;a:17:{s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:983;s:6:\"height\";i:894;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"https://southafricacricket.co.za/coach/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1909;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-2-300x273.png\";s:5:\"title\";s:0:\"\";s:15:\"mega_menu_order\";a:1:{i:1971;i:1;}}i:3;a:18:{s:17:\"mega_menu_columns\";i:1;s:24:\"mega_menu_parent_menu_id\";i:1971;s:15:\"mega_menu_order\";a:1:{i:1971;i:2;}s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:983;s:6:\"height\";i:894;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1909;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-2-300x273.png\";s:5:\"title\";s:0:\"\";}i:4;a:18:{s:17:\"mega_menu_columns\";i:1;s:24:\"mega_menu_parent_menu_id\";i:1971;s:15:\"mega_menu_order\";a:1:{i:1971;i:3;}s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:600;s:6:\"height\";i:710;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1907;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-6-254x300.png\";s:5:\"title\";s:0:\"\";}i:5;a:18:{s:17:\"mega_menu_columns\";i:1;s:24:\"mega_menu_parent_menu_id\";i:1971;s:15:\"mega_menu_order\";a:1:{i:1971;i:4;}s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1098;s:6:\"height\";i:868;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1905;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-5-300x237.png\";s:5:\"title\";s:0:\"\";}i:6;a:16:{s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:600;s:6:\"height\";i:710;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"https://southafricacricket.co.za/coach/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1907;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-6-254x300.png\";s:5:\"title\";s:0:\"\";}i:7;a:16:{s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1098;s:6:\"height\";i:868;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"https://southafricacricket.co.za/coach/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1905;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-5-300x237.png\";s:5:\"title\";s:0:\"\";}i:8;a:16:{s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1024;s:6:\"height\";i:1075;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"https://southafricacricket.co.za/coach/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1908;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-1-286x300.png\";s:5:\"title\";s:0:\"\";}i:9;a:16:{s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:945;s:6:\"height\";i:905;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"https://southafricacricket.co.za/coach/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1910;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-4-300x287.png\";s:5:\"title\";s:0:\"\";}i:10;a:16:{s:24:\"mega_menu_is_grid_widget\";s:4:\"true\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:995;s:6:\"height\";i:879;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:39:\"https://southafricacricket.co.za/coach/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:1906;s:3:\"url\";s:106:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-3-300x265.png\";s:5:\"title\";s:0:\"\";}i:12;a:15:{s:4:\"size\";s:9:\"thumbnail\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:33:\"https://southafricacricket.co.za/\";s:13:\"image_classes\";s:12:\"ftr-left-img\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:14:\"Mzansi Cricket\";s:13:\"attachment_id\";i:2135;s:3:\"url\";s:80:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/download-150x150.png\";s:5:\"title\";s:14:\"Mzansi Cricket\";}i:14;a:15:{s:4:\"size\";s:9:\"thumbnail\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:2135;s:3:\"url\";s:80:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/download-150x150.png\";s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:17;a:15:{s:4:\"size\";s:9:\"thumbnail\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:2135;s:3:\"url\";s:80:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/download-150x150.png\";s:5:\"title\";s:0:\"\";}}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:7:{i:2;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";i:82;}s:12:\"_multiwidget\";i:1;i:4;a:1:{s:8:\"nav_menu\";i:82;}i:5;a:1:{s:8:\"nav_menu\";i:82;}i:6;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";i:82;}i:8;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";i:82;}i:9;a:1:{s:8:\"nav_menu\";i:82;}}', 'yes'),
(113, 'widget_custom_html', 'a:4:{i:6;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:399:\"<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\r\n<br><br>\r\n<a href=\"#\">Coach Insurance</a><br>\r\n<a href=\"#\">Code of Behaviour</a><br>\r\n<a href=\"#\">Community Coach</a><br>\r\n<a href=\"#\">High Performance Coach</a><br>\r\n<a href=\"#\">Introduction to Cricket</a><br>\r\n<a href=\"#\">Representative Coach</a><br>\r\n<a href=\"#\">Role of the a coach</a><br>\r\n<a href=\"#\">Woolworths Cricket Blast</a><br>\";}i:7;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:399:\"<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\r\n<br><br>\r\n<a href=\"#\">Coach Insurance</a><br>\r\n<a href=\"#\">Code of Behaviour</a><br>\r\n<a href=\"#\">Community Coach</a><br>\r\n<a href=\"#\">High Performance Coach</a><br>\r\n<a href=\"#\">Introduction to Cricket</a><br>\r\n<a href=\"#\">Representative Coach</a><br>\r\n<a href=\"#\">Role of the a coach</a><br>\r\n<a href=\"#\">Woolworths Cricket Blast</a><br>\";}s:12:\"_multiwidget\";i:1;i:9;a:2:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:952:\"<p style=\"padding-top:150px;width:300px;\">\r\n	<!-- Test-->\r\n</p>\r\n<div>\r\n	<center>\r\n<img src=\"https://southafricacricket.co.za/wp-content/uploads/2020/03/download-150x150.png\">\r\n</center>\r\n</div>\r\n<div style=\"background-color:white;border-radius:10px;border-style: solid;border-width: 2px;border-color:green;\">\r\n<center>\r\n<br>\r\n<button type=\"button\" href=\"#\" style=\"padding:5px;width:120px;\">LOGIN</button> \r\n	&nbsp;&nbsp;\r\n<button type=\"button\" href=\"#\" style=\"padding:5px;width:120px;\">REGISTER</button>\r\n</center>\r\n	<br>\r\n	<ul style=\"padding-left:10px;\">\r\n<li class=\"\"><a href=\"#\">Get Involed</a></li>\r\n<li class=\"\"><a href=\"#\">News</a></li>\r\n<li class=\"\"><a href=\"#\">Courses</a></li>\r\n<li class=\"\"><a href=\"#\">Reaccreditation</a></li>\r\n<li class=\"\"><a href=\"#\">Resources</a></li>\r\n<li class=\"\"><a href=\"#\">Honour Board</a></li>\r\n<li class=\"\"><a href=\"#\">Contacts</a></li>\r\n<li class=\"\"><a href=\"#\">Meet the CA Match Officials</a></li>\r\n</ul>\r\n</div>\";}}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(122, 'theme_mods_twentytwenty', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1584355859;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'),
(216, 'sportspress_event_list_show_title', 'yes', 'yes'),
(217, 'sportspress_event_list_show_logos', 'yes', 'yes'),
(218, 'sportspress_event_list_title_format', 'title', 'yes'),
(219, 'sportspress_event_list_time_format', 'combined', 'yes'),
(220, 'sportspress_event_list_paginated', 'yes', 'yes'),
(221, 'sportspress_event_list_rows', '10', 'yes'),
(222, 'sportspress_event_blocks_show_title', 'no', 'yes'),
(223, 'sportspress_event_blocks_show_logos', 'yes', 'yes'),
(224, 'sportspress_event_blocks_show_league', 'no', 'yes'),
(225, 'sportspress_event_blocks_show_season', 'no', 'yes'),
(226, 'sportspress_event_blocks_show_matchday', 'no', 'yes'),
(227, 'sportspress_event_blocks_show_venue', 'no', 'yes'),
(228, 'sportspress_event_blocks_paginated', 'yes', 'yes'),
(229, 'sportspress_event_blocks_rows', '5', 'yes'),
(230, 'sportspress_countdown_show_logos', 'no', 'yes'),
(231, 'sportspress_countdown_show_thumbnail', 'no', 'yes'),
(232, 'sportspress_team_page_template', 'sportpress-sidebar-right.php', 'yes'),
(233, 'sportspress_team_link_staff', 'no', 'yes'),
(234, 'sportspress_link_teams', 'no', 'yes'),
(235, 'sportspress_team_link_venues', 'no', 'yes'),
(236, 'sportspress_team_site_target_blank', 'no', 'yes'),
(237, 'sportspress_team_events_format', 'title', 'yes'),
(238, 'sportspress_table_page_template', 'sportpress-sidebar-right.php', 'yes'),
(239, 'sportspress_table_show_title', 'yes', 'yes'),
(159, 'current_theme', 'Splash - Child Theme', 'yes'),
(240, 'sportspress_table_show_logos', 'yes', 'yes'),
(241, 'sportspress_table_paginated', 'yes', 'yes'),
(242, 'sportspress_table_rows', '10', 'yes'),
(243, 'sportspress_form_limit', '5', 'yes'),
(244, 'sportspress_table_increment', 'no', 'yes'),
(245, 'sportspress_table_tiebreaker', 'none', 'yes'),
(246, 'sportspress_table_next_team_filter_league', 'no', 'yes'),
(247, 'sportspress_player_page_template', 'sportpress-sidebar-right.php', 'yes'),
(248, 'sportspress_link_players', 'yes', 'yes'),
(249, 'sportspress_player_show_number', 'no', 'yes'),
(250, 'sportspress_player_show_name', 'no', 'yes'),
(251, 'sportspress_player_show_nationality', 'yes', 'yes'),
(252, 'sportspress_player_show_positions', 'yes', 'yes'),
(253, 'sportspress_player_show_current_teams', 'yes', 'yes'),
(254, 'sportspress_player_show_past_teams', 'yes', 'yes'),
(255, 'sportspress_player_show_leagues', 'no', 'yes'),
(256, 'sportspress_player_show_seasons', 'no', 'yes'),
(257, 'sportspress_player_show_flags', 'yes', 'yes'),
(258, 'sportspress_player_show_birthday', 'no', 'yes'),
(259, 'sportspress_player_show_age', 'no', 'yes'),
(260, 'sportspress_player_events_format', 'title', 'yes'),
(261, 'sportspress_registration_name_inputs', 'no', 'yes'),
(262, 'sportspress_registration_team_input', 'no', 'yes'),
(263, 'sportspress_registration_team_select', 'no', 'yes'),
(264, 'sportspress_registration_add_player', 'no', 'yes'),
(265, 'sportspress_player_columns', 'auto', 'yes'),
(266, 'sportspress_player_statistics_mode', 'values', 'yes'),
(267, 'sportspress_player_performance_sections', '-1', 'yes'),
(268, 'sportspress_player_show_total', 'no', 'yes'),
(269, 'sportspress_player_show_career_total', 'no', 'yes'),
(270, 'sportspress_list_page_template', 'sportpress-sidebar-right.php', 'yes'),
(271, 'sportspress_list_show_title', 'yes', 'yes'),
(272, 'sportspress_list_show_photos', 'no', 'yes'),
(273, 'sportspress_list_show_flags', 'no', 'yes'),
(274, 'sportspress_list_show_logos', 'no', 'yes'),
(275, 'sportspress_list_team_format', 'name', 'yes'),
(276, 'sportspress_list_paginated', 'yes', 'yes'),
(277, 'sportspress_list_rows', '10', 'yes'),
(278, 'sportspress_staff_page_template', 'sportpress-sidebar-right.php', 'yes'),
(279, 'sportspress_link_staff', 'yes', 'yes'),
(280, 'sportspress_staff_show_nationality', 'yes', 'yes'),
(281, 'sportspress_staff_show_current_teams', 'yes', 'yes'),
(282, 'sportspress_staff_show_past_teams', 'yes', 'yes'),
(283, 'sportspress_staff_show_flags', 'yes', 'yes'),
(284, 'sportspress_staff_show_birthday', 'no', 'yes'),
(285, 'sportspress_staff_show_age', 'no', 'yes'),
(286, 'sportspress_text[Age]', '', 'yes'),
(287, 'sportspress_text[Article]', '', 'yes'),
(288, 'sportspress_text[Away]', '', 'yes'),
(289, 'sportspress_text[Birthday]', '', 'yes'),
(290, 'sportspress_text[Box Score]', '', 'yes'),
(291, 'sportspress_text[Canceled]', '', 'yes'),
(292, 'sportspress_text[Career Total]', '', 'yes'),
(293, 'sportspress_text[Current Team]', '', 'yes'),
(294, 'sportspress_text[Date]', '', 'yes'),
(295, 'sportspress_text[Defense]', '', 'yes'),
(296, 'sportspress_text[Details]', '', 'yes'),
(297, 'sportspress_text[Event]', '', 'yes'),
(298, 'sportspress_text[Events]', '', 'yes'),
(299, 'sportspress_text[Excerpt]', '', 'yes'),
(300, 'sportspress_text[Fixtures]', '', 'yes'),
(301, 'sportspress_text[Full Time]', '', 'yes'),
(302, 'sportspress_text[Home]', '', 'yes'),
(303, 'sportspress_text[League]', '', 'yes'),
(304, 'sportspress_text[League Table]', '', 'yes'),
(305, 'sportspress_text[Match Day]', '', 'yes'),
(306, 'sportspress_text[Nationality]', '', 'yes'),
(307, 'sportspress_text[Offense]', '', 'yes'),
(308, 'sportspress_text[Outcome]', '', 'yes'),
(309, 'sportspress_text[Past Teams]', '', 'yes'),
(310, 'sportspress_text[Photo]', '', 'yes'),
(311, 'sportspress_text[Player]', '', 'yes'),
(312, 'sportspress_text[Player of the Match]', '', 'yes'),
(313, 'sportspress_text[Players]', '', 'yes'),
(314, 'sportspress_text[Pos]', '', 'yes'),
(315, 'sportspress_text[Position]', '', 'yes'),
(316, 'sportspress_text[Postponed]', '', 'yes'),
(317, 'sportspress_text[Preview]', '', 'yes'),
(318, 'sportspress_text[Profile]', '', 'yes'),
(319, 'sportspress_text[Rank]', '', 'yes'),
(320, 'sportspress_text[Recap]', '', 'yes'),
(321, 'sportspress_text[Results]', '', 'yes'),
(322, 'sportspress_text[Season]', '', 'yes'),
(323, 'sportspress_text[Staff]', '', 'yes'),
(324, 'sportspress_text[Statistics]', '', 'yes'),
(325, 'sportspress_text[TBD]', '', 'yes'),
(326, 'sportspress_text[Team]', '', 'yes'),
(327, 'sportspress_text[Teams]', '', 'yes'),
(328, 'sportspress_text[Time]', '', 'yes'),
(329, 'sportspress_text[Time/Results]', '', 'yes'),
(330, 'sportspress_text[Total]', '', 'yes'),
(331, 'sportspress_text[Venue]', '', 'yes'),
(332, 'sportspress_text[Video]', '', 'yes'),
(333, 'sportspress_text[View all events]', '', 'yes'),
(334, 'sportspress_text[View all players]', '', 'yes'),
(335, 'sportspress_text[View full table]', '', 'yes'),
(336, 'sportspress_text[Visit Site]', '', 'yes'),
(337, 'sportspress_frontend_css_primary', '#2b353e', 'yes'),
(338, 'sportspress_frontend_css_background', '#f4f4f4', 'yes'),
(339, 'sportspress_frontend_css_text', '#222222', 'yes'),
(340, 'sportspress_frontend_css_heading', '#ffffff', 'yes'),
(341, 'sportspress_frontend_css_link', '#00a69c', 'yes'),
(160, 'theme_mods_splash-child', 'a:67:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:7:\"primary\";i:86;s:10:\"gm_primary\";i:85;s:11:\"bottom_menu\";i:82;s:20:\"right-wp-mobile-menu\";i:85;}s:11:\"header_type\";s:8:\"header_3\";s:21:\"top_bar_bg_color_test\";s:7:\"#e0e0e0\";s:23:\"top_bar_text_color_test\";s:7:\"#ff0c0c\";s:19:\"top_bar_enable_test\";b:0;s:14:\"footer_ca_text\";s:0:\"\";s:19:\"footer_ca_link_text\";s:0:\"\";s:14:\"footer_ca_link\";s:0:\"\";s:9:\"view_type\";s:4:\"grid\";s:20:\"top_bar_ticker_title\";s:4:\"NEWS\";s:22:\"top_bar_enable_tickets\";b:1;s:19:\"top_bar_ticket_text\";s:36:\"GET TICKETS  |  NFL INTERNET NETWORK\";s:25:\"top_bar_ticket_text_first\";s:7:\"CRICKET\";s:26:\"top_bar_ticket_text_second\";s:7:\"NETWORK\";s:12:\"footer_style\";s:16:\"footer_style_two\";s:18:\"footer_ca_position\";s:6:\"center\";s:17:\"footer_text_color\";s:7:\"#000000\";s:15:\"footer_bg_color\";s:7:\"#ededed\";s:21:\"footer_after_btn_text\";s:0:\"\";s:14:\"footer_socials\";s:26:\"facebook,twitter,instagram\";s:12:\"socials_link\";s:337:\"facebook=https%3A%2F%2Ffacebook.com&twitter=https%3A%2F%2Ftwitter.com&vk=&instagram=https%3A%2F%2Finstagram.com&behance=&dribbble=&flickr=&git=&linkedin=http%3A%2F%2Flinkedin.com%2F&pinterest=&yahoo=&delicious=&dropbox=&reddit=&soundcloud=&google=&google-plus=https%3A%2F%2Fgoogle.plus.com&skype=&youtube=&youtube-play=&tumblr=&whatsapp=\";s:23:\"typography_h2_font_size\";s:2:\"42\";s:23:\"typography_h3_font_size\";s:2:\"30\";s:13:\"site_bg_color\";s:7:\"#ffffff\";s:12:\"sidebar_blog\";s:15:\"primary_sidebar\";s:16:\"sidebar_position\";s:5:\"right\";s:21:\"shop_sidebar_position\";s:5:\"right\";s:12:\"shop_sidebar\";s:4:\"1468\";s:19:\"event_list_template\";s:5:\"theme\";s:22:\"top_bar_enable_profile\";b:1;s:16:\"footer_left_text\";s:39:\"Copyright © 2020 | All Rights Reserved\";s:17:\"footer_right_text\";s:64:\"Terms and Conditions  |  Collection Statement  |  Privacy Policy\";s:18:\"custom_css_post_id\";i:-1;s:27:\"typography_body_font_family\";s:9:\"Open Sans\";s:30:\"typography_heading_font_family\";s:9:\"Open Sans\";s:10:\"logo_width\";s:2:\"80\";s:15:\"logo_top_margin\";s:1:\"0\";s:10:\"site_style\";s:17:\"site_style_custom\";s:21:\"site_style_base_color\";s:7:\"#007e45\";s:26:\"site_style_secondary_color\";s:7:\"#f4b300\";s:4:\"logo\";s:88:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-logo-crpd.png\";s:12:\"footer_image\";s:0:\"\";s:19:\"top_bar_ticket_icon\";s:0:\"\";s:11:\"footer_logo\";s:101:\"https://southafricacricket.co.za/wp-content/themes/splash/assets/images/tmp/af/logo_footer_splash.png\";s:17:\"header_background\";s:0:\"\";s:6:\"bg_img\";s:95:\"https://southafricacricket.co.za/wp-content/themes/splash/assets/images/tmp/af/bg-error-404.jpg\";s:15:\"header_position\";b:1;s:20:\"header_enable_search\";b:1;s:15:\"menu_top_margin\";s:1:\"0\";s:16:\"top_bar_bg_color\";s:7:\"#007e45\";s:23:\"top_bar_enable_switcher\";b:0;s:19:\"top_bar_enable_cart\";b:0;s:19:\"top_bar_link_ticker\";b:1;s:18:\"top_bar_text_color\";s:7:\"#ffcc00\";s:15:\"top_bar_socials\";s:35:\"facebook,twitter,instagram,linkedin\";s:21:\"top_bar_enable_ticker\";b:1;s:22:\"top_bar_enable_socials\";b:0;s:20:\"enable_footer_bottom\";b:0;s:22:\"footer_bottom_bg_color\";s:7:\"#595959\";s:23:\"footer_background_image\";s:0:\"\";s:14:\"top_bar_enable\";b:1;s:10:\"custom_css\";s:2244:\".cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-content-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-sub-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>ul.menu {    width: 1400px!important;\n}\n\n.plus-menu-font-white{\ncolor:white;\n}\n\n.hdr-img-css{\nmargin:0px!important;\npadding:0px!important;\n}\n\n.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper {\npadding:0px!important;\n}\n\n.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {\n    padding-top: 5px!important;\n}\n\n/*\n.ftr-left-img{\npadding:0px;\n}\n*/\n\n.stm-title-box-unit {\n    padding-bottom: 0px!important;\n    padding-top: 20px!important;\n}\n\n.splashAmericanFootball .footer-widgets-wrapper .stm-cols-3 {\n    margin: 0 -50px!important;\n}\n\n.stm-sportspress-sidebar{\nz-index:1;\nposition: absolute;\n}\n\n.stm-header .stm-header-inner{\nbackground-color:gold;\n}\n\n.crckt-path-ttl-css{\n white-space: nowrap;\n}\n\n.stm-header.stm-non-transparent-header.stm-header-fixed .stm-header-inner{\nbackground-color:gold;\n}\n\n/*\n.stm-header-inner{\npadding-top:0px!important;\n}\n*/\n\n#wrapper > div.stm-header.stm-non-transparent-header.stm-header-fixed-mode.stm-header-third > div.stm-header-inner > div > div.stm-main-menu{\ntext-align:left;\nmargin-left:50px;\n}\n\n.#wrapper > div.stm-header.stm-non-transparent-header.stm-header-fixed-mode.stm-header-third > div.stm-header-inner{\nbackground:gold!important;\n}\n\n.stm-header.stm-header-third .stm-header-inner{\nbackground:gold!important;\n}\n\n#wrapper > div.stm-header.stm-non-transparent-header.stm-header-fixed-mode.stm-header-third > div.stm-header-inner > div > div.stm-main-menu > div > div{\n    margin-left: 500px;\n    left: 500px;\n}\n\n\n.splashAmericanFootball ul li::before {\ncolor:black;\nbackground-color: transparent;\n}\n.splashAmericanFootball ol li:before{\ncolor:black;\nbackground-color: transparent;\n}\n\n.cmm-container .cmm.cmm-theme-default-461836{\nbackground:#007e45!important;\n}\n\";s:11:\"sticky_logo\";s:83:\"https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-logo.png\";s:25:\"enable_footer_bottom_menu\";b:0;s:24:\"footer_bottom_text_color\";s:7:\"#000000\";s:19:\"frontend_customizer\";b:0;}', 'yes'),
(161, 'theme_switched', '', 'yes'),
(162, 'envato_market_version', '1.0.0-RC2', 'yes'),
(123, 'action_scheduler_lock_async-request-runner', '1598336988', 'yes'),
(124, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(125, 'woocommerce_admin_notices', 'a:0:{}', 'yes'),
(133, 'can_compress_scripts', '0', 'no'),
(11450, '_transient_timeout__woocommerce_helper_updates', '1598380120', 'no'),
(11451, '_transient__woocommerce_helper_updates', 'a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1598336920;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}', 'no'),
(3228, 'amp-options', 'a:11:{s:11:\"experiences\";a:1:{i:0;s:7:\"website\";}s:13:\"theme_support\";s:6:\"reader\";s:20:\"supported_post_types\";a:16:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:17:\"elementor_library\";i:4;s:14:\"plus-mega-menu\";i:5;s:5:\"donor\";i:6;s:8:\"sp_event\";i:7;s:7:\"sp_team\";i:8;s:9:\"sp_player\";i:9;s:8:\"sp_staff\";i:10;s:7:\"product\";i:11;s:11:\"sp_calendar\";i:12;s:8:\"sp_table\";i:13;s:7:\"sp_list\";i:14;s:13:\"media_gallery\";i:15;s:8:\"donation\";}s:9:\"analytics\";a:0:{}s:23:\"all_templates_supported\";b:1;s:19:\"supported_templates\";a:1:{i:0;s:11:\"is_singular\";}s:23:\"enable_response_caching\";b:0;s:7:\"version\";s:5:\"1.4.4\";s:23:\"story_templates_version\";b:0;s:21:\"story_export_base_url\";s:0:\"\";s:14:\"story_settings\";a:2:{s:18:\"auto_advance_after\";s:0:\"\";s:27:\"auto_advance_after_duration\";i:0;}}', 'no'),
(4660, '_hfe_db_version', '1.3.1', 'yes'),
(5326, 'options_gusta_override_section_options_search', '0', 'yes'),
(1487, 'updraftplus_version', '1.16.22', 'yes'),
(1441, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-bf78abd4b42a000baa2cc6a46c84e2b6\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'yes'),
(1397, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-526e973e1f5a5484c1bec6137fde854a\";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'),
(342, 'sportspress_version', '2.6.20', 'yes'),
(585, 'sp_season_children', 'a:0:{}', 'yes'),
(345, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.1.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1584355994;s:7:\"version\";s:5:\"5.1.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(146, 'recently_activated', 'a:7:{s:21:\"megamenu/megamenu.php\";i:1585054608;s:27:\"js_composer/js_composer.php\";i:1584961399;s:45:\"easy-custom-sidebars/easy-custom-sidebars.php\";i:1584829894;s:46:\"organic-customizer-widgets/organic-widgets.php\";i:1584747170;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:1584746521;s:11:\"amp/amp.php\";i:1584723291;s:29:\"megamenu-pro/megamenu-pro.php\";i:1584463390;}', 'yes'),
(147, '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'),
(346, 'action_scheduler_hybrid_store_demarkation', '9', 'yes'),
(347, 'schema-ActionScheduler_StoreSchema', '3.0.1584355994', 'yes'),
(348, 'schema-ActionScheduler_LoggerSchema', '2.0.1584355994', 'yes'),
(464, 'woocommerce_maxmind_geolocation_settings', 'a:1:{s:15:\"database_prefix\";s:32:\"7etlQeZO5jHLPKZ7eeAr2d3eYYFhHExu\";}', 'yes'),
(351, 'woocommerce_store_address', '', 'yes'),
(352, 'woocommerce_store_address_2', '', 'yes'),
(353, 'woocommerce_store_city', '', 'yes'),
(354, 'woocommerce_default_country', 'GB', 'yes'),
(355, 'woocommerce_store_postcode', '', 'yes'),
(356, 'woocommerce_allowed_countries', 'all', 'yes'),
(357, 'woocommerce_all_except_countries', '', 'yes'),
(358, 'woocommerce_specific_allowed_countries', '', 'yes'),
(359, 'woocommerce_ship_to_countries', '', 'yes'),
(360, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(361, 'woocommerce_default_customer_address', 'base', 'yes'),
(362, 'woocommerce_calc_taxes', 'no', 'yes'),
(363, 'woocommerce_enable_coupons', 'yes', 'yes'),
(364, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(365, 'woocommerce_currency', 'GBP', 'yes'),
(366, 'woocommerce_currency_pos', 'left', 'yes'),
(367, 'woocommerce_price_thousand_sep', ',', 'yes'),
(368, 'woocommerce_price_decimal_sep', '.', 'yes'),
(369, 'woocommerce_price_num_decimals', '2', 'yes'),
(370, 'woocommerce_shop_page_id', '90', 'yes'),
(371, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(372, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(373, 'woocommerce_placeholder_image', '9', 'yes'),
(374, 'woocommerce_weight_unit', 'kg', 'yes'),
(375, 'woocommerce_dimension_unit', 'cm', 'yes'),
(376, 'woocommerce_enable_reviews', 'yes', 'yes'),
(377, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(378, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(379, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(380, 'woocommerce_review_rating_required', 'yes', 'no'),
(381, 'woocommerce_manage_stock', 'yes', 'yes'),
(382, 'woocommerce_hold_stock_minutes', '60', 'no'),
(383, 'woocommerce_notify_low_stock', 'yes', 'no'),
(384, 'woocommerce_notify_no_stock', 'yes', 'no'),
(385, 'woocommerce_stock_email_recipient', 'himal@qualon.xyz', 'no'),
(386, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(387, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(388, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(389, 'woocommerce_stock_format', '', 'yes'),
(390, 'woocommerce_file_download_method', 'force', 'no'),
(391, 'woocommerce_downloads_require_login', 'no', 'no'),
(392, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(393, 'woocommerce_downloads_add_hash_to_filename', 'yes', 'yes'),
(394, 'woocommerce_prices_include_tax', 'no', 'yes'),
(395, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(396, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(397, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(398, 'woocommerce_tax_classes', '', 'yes'),
(399, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(400, 'woocommerce_tax_display_cart', 'excl', 'yes'),
(401, 'woocommerce_price_display_suffix', '', 'yes'),
(402, 'woocommerce_tax_total_display', 'itemized', 'no'),
(403, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(404, 'woocommerce_shipping_cost_requires_address', 'no', 'yes'),
(405, 'woocommerce_ship_to_destination', 'billing', 'no'),
(406, 'woocommerce_shipping_debug_mode', 'no', 'yes'),
(407, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(408, 'woocommerce_enable_checkout_login_reminder', 'no', 'no'),
(409, 'woocommerce_enable_signup_and_login_from_checkout', 'no', 'no'),
(410, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(411, 'woocommerce_registration_generate_username', 'yes', 'no'),
(412, 'woocommerce_registration_generate_password', 'yes', 'no'),
(413, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(414, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(415, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(416, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(417, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(418, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(419, 'woocommerce_trash_pending_orders', '', 'no'),
(420, 'woocommerce_trash_failed_orders', '', 'no'),
(421, 'woocommerce_trash_cancelled_orders', '', 'no'),
(422, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(423, 'woocommerce_email_from_name', 'Mzansi Cricket LIVE Score App', 'no'),
(424, 'woocommerce_email_from_address', 'himal@qualon.xyz', 'no'),
(425, 'woocommerce_email_header_image', '', 'no'),
(426, 'woocommerce_email_footer_text', '{site_title} &mdash; Built with {WooCommerce}', 'no'),
(427, 'woocommerce_email_base_color', '#96588a', 'no'),
(428, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(429, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(430, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(431, 'woocommerce_cart_page_id', '91', 'no'),
(432, 'woocommerce_checkout_page_id', '92', 'no'),
(433, 'woocommerce_myaccount_page_id', '93', 'no'),
(434, 'woocommerce_terms_page_id', '', 'no'),
(435, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(436, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(437, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(438, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(439, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(440, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(441, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(442, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(443, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(444, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(445, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(446, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(447, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(448, 'woocommerce_api_enabled', 'no', 'yes'),
(449, 'woocommerce_allow_tracking', 'no', 'no'),
(450, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(451, 'woocommerce_single_image_width', '600', 'yes'),
(452, 'woocommerce_thumbnail_image_width', '300', 'yes'),
(453, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(454, 'woocommerce_demo_store', 'no', 'no'),
(455, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(456, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(583, 'product_cat_children', 'a:2:{i:73;a:2:{i:0;i:74;i:1;i:78;}i:75;a:2:{i:0;i:77;i:1;i:79;}}', 'yes'),
(459, 'default_product_cat', '15', 'yes'),
(521, 'sportspress_primary_result', 'runs', 'yes'),
(584, 'sp_league_children', 'a:0:{}', 'yes'),
(4168, 'woocommerce_version', '4.0.1', 'yes'),
(4169, 'woocommerce_db_version', '4.0.1', 'yes'),
(465, '_transient_woocommerce_webhook_ids_status_active', 'a:0:{}', 'yes'),
(466, 'widget_a2a_share_save_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(467, 'widget_a2a_follow_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(468, 'widget_sportspress-staff', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(469, 'widget_sportspress-birthdays', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(470, 'widget_sportspress-event-calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(471, 'widget_sportspress-event-blocks', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(472, 'widget_sportspress-countdown', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(473, 'widget_sportspress-league-table', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(474, 'widget_sportspress-team-gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(475, 'widget_sportspress-player-list', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(476, 'widget_sportspress-player-gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(477, 'widget_contacts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(478, 'widget_stm_recent_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(479, 'widget_follow_us', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(480, 'widget_woocommerce_widget_cart', 'a:2:{i:2;a:2:{s:5:\"title\";s:4:\"Cart\";s:13:\"hide_if_empty\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(481, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(482, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(483, 'widget_woocommerce_price_filter', 'a:2:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(484, 'widget_woocommerce_product_categories', 'a:2:{i:2;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(485, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(486, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(487, 'widget_woocommerce_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(488, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(489, 'widget_woocommerce_top_rated_products', 'a:2:{i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(490, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(491, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(492, 'widget_mc4wp_form_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(493, 'widget_bcn_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(494, 'woocommerce_onboarding_opt_in', 'no', 'yes'),
(508, 'woocommerce_admin_install_timestamp', '1584720576', 'yes'),
(500, 'sbi_rating_notice', 'pending', 'no'),
(501, 'sbi_statuses', 'a:1:{s:13:\"first_install\";i:1584356003;}', 'no'),
(502, 'sbi_db_version', '1.4', 'yes'),
(504, 'woocommerce_admin_last_orders_milestone', '0', 'yes'),
(4173, 'woocommerce_admin_version', '1.0.3', 'yes'),
(520, 'taxonomy_17', 'a:1:{s:11:\"sp_sections\";a:2:{i:0;i:0;i:1;i:1;}}', 'yes'),
(587, 'sp_position_children', 'a:0:{}', 'yes'),
(518, 'taxonomy_16', 'a:1:{s:11:\"sp_sections\";a:1:{i:0;i:0;}}', 'yes'),
(510, 'woocommerce_onboarding_profile', 'a:1:{s:9:\"completed\";b:1;}', 'yes'),
(528, '_transient_product_query-transient-version', '1587203871', 'yes'),
(525, 'sportspress_season', '19', 'yes'),
(526, 'sportspress_installed', '1', 'yes'),
(527, 'sportspress_completed_setup', '1', 'yes'),
(597, 'rs_image_meta_todo', 'a:0:{}', 'yes'),
(1456, 'updraft_s3', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-38bba9f4bbc26ccabbb7563ea5718e7d\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'yes'),
(515, 'mc4wp_version', '4.7.5', 'yes'),
(523, 'sportspress_league', '18', 'yes'),
(529, 'mc4wp_flash_messages', 'a:0:{}', 'no'),
(675, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(539, 'revslider_servers', 'a:7:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:16:\"themepunch.tools\";i:2;s:22:\"themepunch-ext-a.tools\";i:3;s:22:\"themepunch-ext-a.tools\";i:4;s:22:\"themepunch-ext-a.tools\";i:5;s:22:\"themepunch-ext-b.tools\";i:6;s:22:\"themepunch-ext-b.tools\";}', 'yes'),
(538, 'vc_version', '6.1', 'yes'),
(540, 'revslider_server_refresh', '1597904391', 'yes'),
(541, 'revslider-update-check-short', '1598336925', 'yes'),
(542, 'revslider-connection', '1', 'yes'),
(543, 'revslider-update-hash', '50d390c31f9fb889fb206418d11917bf', 'yes'),
(544, 'revslider-latest-version', '6.2.22', 'yes'),
(545, 'revslider-stable-version', '4.2', 'yes'),
(546, 'revslider-notices', 'a:1:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:6:\"6.2.17\";s:4:\"text\";s:283:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"//www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch-ext-b.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}', 'yes');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(547, 'revslider-addons', 'O:8:\"stdClass\":27:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.7\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"2.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.1.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}}', 'yes'),
(548, 'revslider-library-check', '1597792117', 'yes'),
(549, 'revslider-library-hash', '38cf270bea2cb5bb7e100e0fd4e86d05', 'yes');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(550, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"38cf270bea2cb5bb7e100e0fd4e86d05\";s:7:\"objects\";a:417:{i:529;a:14:{s:2:\"id\";s:3:\"529\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:528;a:14:{s:2:\"id\";s:3:\"528\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:3:\"527\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:3:\"526\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:3:\"525\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:3:\"524\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";s:3:\"523\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:3:\"522\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:3:\"521\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";}i:520;a:14:{s:2:\"id\";s:3:\"520\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:519;a:14:{s:2:\"id\";s:3:\"519\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:3:\"518\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:517;a:14:{s:2:\"id\";s:3:\"517\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:516;a:14:{s:2:\"id\";s:3:\"516\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:3:\"515\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:514;a:14:{s:2:\"id\";s:3:\"514\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:3:\"513\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:512;a:14:{s:2:\"id\";s:3:\"512\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:3:\"511\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:510;a:14:{s:2:\"id\";s:3:\"510\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:509;a:14:{s:2:\"id\";s:3:\"509\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:3:\"508\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:507;a:14:{s:2:\"id\";s:3:\"507\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"506\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";}i:505;a:14:{s:2:\"id\";s:3:\"505\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:504;a:14:{s:2:\"id\";s:3:\"504\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:503;a:14:{s:2:\"id\";s:3:\"503\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:3:\"502\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";}i:501;a:14:{s:2:\"id\";s:3:\"501\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:500;a:14:{s:2:\"id\";s:3:\"500\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:3:\"499\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:498;a:14:{s:2:\"id\";s:3:\"498\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:497;a:14:{s:2:\"id\";s:3:\"497\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:3:\"496\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:495;a:14:{s:2:\"id\";s:3:\"495\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"494\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:493;a:14:{s:2:\"id\";s:3:\"493\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:3:\"492\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:3:\"491\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:490;a:14:{s:2:\"id\";s:3:\"490\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:489;a:14:{s:2:\"id\";s:3:\"489\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:488;a:14:{s:2:\"id\";s:3:\"488\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";}i:487;a:14:{s:2:\"id\";s:3:\"487\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:486;a:14:{s:2:\"id\";s:3:\"486\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:485;a:14:{s:2:\"id\";s:3:\"485\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:484;a:14:{s:2:\"id\";s:3:\"484\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:483;a:14:{s:2:\"id\";s:3:\"483\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:482;a:14:{s:2:\"id\";s:3:\"482\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:3:\"481\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:480;a:14:{s:2:\"id\";s:3:\"480\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";}i:479;a:13:{s:2:\"id\";s:3:\"479\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";}i:478;a:13:{s:2:\"id\";s:3:\"478\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:477;a:13:{s:2:\"id\";s:3:\"477\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";}i:476;a:13:{s:2:\"id\";s:3:\"476\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:475;a:13:{s:2:\"id\";s:3:\"475\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:474;a:13:{s:2:\"id\";s:3:\"474\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:473;a:13:{s:2:\"id\";s:3:\"473\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:472;a:13:{s:2:\"id\";s:3:\"472\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";}i:471;a:13:{s:2:\"id\";s:3:\"471\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:470;a:13:{s:2:\"id\";s:3:\"470\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:469;a:13:{s:2:\"id\";s:3:\"469\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:468;a:13:{s:2:\"id\";s:3:\"468\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:467;a:13:{s:2:\"id\";s:3:\"467\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:466;a:13:{s:2:\"id\";s:3:\"466\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:465;a:13:{s:2:\"id\";s:3:\"465\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:464;a:13:{s:2:\"id\";s:3:\"464\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:463;a:13:{s:2:\"id\";s:3:\"463\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:462;a:13:{s:2:\"id\";s:3:\"462\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:461;a:13:{s:2:\"id\";s:3:\"461\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:460;a:13:{s:2:\"id\";s:3:\"460\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:459;a:13:{s:2:\"id\";s:3:\"459\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:458;a:13:{s:2:\"id\";s:3:\"458\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:457;a:13:{s:2:\"id\";s:3:\"457\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:456;a:13:{s:2:\"id\";s:3:\"456\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:455;a:13:{s:2:\"id\";s:3:\"455\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:454;a:13:{s:2:\"id\";s:3:\"454\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:453;a:13:{s:2:\"id\";s:3:\"453\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:452;a:13:{s:2:\"id\";s:3:\"452\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:451;a:13:{s:2:\"id\";s:3:\"451\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:450;a:13:{s:2:\"id\";s:3:\"450\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:449;a:13:{s:2:\"id\";s:3:\"449\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:448;a:13:{s:2:\"id\";s:3:\"448\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";}i:447;a:13:{s:2:\"id\";s:3:\"447\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:446;a:13:{s:2:\"id\";s:3:\"446\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:445;a:13:{s:2:\"id\";s:3:\"445\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:444;a:13:{s:2:\"id\";s:3:\"444\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:443;a:13:{s:2:\"id\";s:3:\"443\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:442;a:13:{s:2:\"id\";s:3:\"442\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:441;a:13:{s:2:\"id\";s:3:\"441\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:440;a:13:{s:2:\"id\";s:3:\"440\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:439;a:13:{s:2:\"id\";s:3:\"439\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:438;a:13:{s:2:\"id\";s:3:\"438\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:437;a:13:{s:2:\"id\";s:3:\"437\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:436;a:13:{s:2:\"id\";s:3:\"436\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:435;a:13:{s:2:\"id\";s:3:\"435\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:434;a:13:{s:2:\"id\";s:3:\"434\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:433;a:13:{s:2:\"id\";s:3:\"433\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:432;a:13:{s:2:\"id\";s:3:\"432\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:431;a:13:{s:2:\"id\";s:3:\"431\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:430;a:13:{s:2:\"id\";s:3:\"430\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:429;a:13:{s:2:\"id\";s:3:\"429\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:428;a:13:{s:2:\"id\";s:3:\"428\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:427;a:13:{s:2:\"id\";s:3:\"427\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:426;a:13:{s:2:\"id\";s:3:\"426\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:425;a:13:{s:2:\"id\";s:3:\"425\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:424;a:13:{s:2:\"id\";s:3:\"424\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:423;a:13:{s:2:\"id\";s:3:\"423\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";}i:422;a:13:{s:2:\"id\";s:3:\"422\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:421;a:13:{s:2:\"id\";s:3:\"421\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:420;a:13:{s:2:\"id\";s:3:\"420\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:419;a:13:{s:2:\"id\";s:3:\"419\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:418;a:13:{s:2:\"id\";s:3:\"418\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:417;a:13:{s:2:\"id\";s:3:\"417\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:416;a:13:{s:2:\"id\";s:3:\"416\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:415;a:13:{s:2:\"id\";s:3:\"415\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:414;a:13:{s:2:\"id\";s:3:\"414\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:413;a:13:{s:2:\"id\";s:3:\"413\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:412;a:13:{s:2:\"id\";s:3:\"412\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:411;a:13:{s:2:\"id\";s:3:\"411\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:410;a:13:{s:2:\"id\";s:3:\"410\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:409;a:13:{s:2:\"id\";s:3:\"409\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:408;a:13:{s:2:\"id\";s:3:\"408\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";}i:407;a:13:{s:2:\"id\";s:3:\"407\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:406;a:13:{s:2:\"id\";s:3:\"406\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:405;a:13:{s:2:\"id\";s:3:\"405\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:404;a:13:{s:2:\"id\";s:3:\"404\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:403;a:13:{s:2:\"id\";s:3:\"403\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:402;a:13:{s:2:\"id\";s:3:\"402\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:401;a:13:{s:2:\"id\";s:3:\"401\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:400;a:13:{s:2:\"id\";s:3:\"400\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:399;a:13:{s:2:\"id\";s:3:\"399\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:398;a:13:{s:2:\"id\";s:3:\"398\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:397;a:13:{s:2:\"id\";s:3:\"397\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:396;a:13:{s:2:\"id\";s:3:\"396\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:395;a:13:{s:2:\"id\";s:3:\"395\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:394;a:13:{s:2:\"id\";s:3:\"394\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:393;a:13:{s:2:\"id\";s:3:\"393\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:392;a:13:{s:2:\"id\";s:3:\"392\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:391;a:13:{s:2:\"id\";s:3:\"391\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:390;a:13:{s:2:\"id\";s:3:\"390\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";}i:389;a:13:{s:2:\"id\";s:3:\"389\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:388;a:13:{s:2:\"id\";s:3:\"388\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:387;a:13:{s:2:\"id\";s:3:\"387\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:386;a:13:{s:2:\"id\";s:3:\"386\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:385;a:13:{s:2:\"id\";s:3:\"385\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:384;a:13:{s:2:\"id\";s:3:\"384\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:383;a:13:{s:2:\"id\";s:3:\"383\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:382;a:13:{s:2:\"id\";s:3:\"382\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:381;a:13:{s:2:\"id\";s:3:\"381\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:380;a:13:{s:2:\"id\";s:3:\"380\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:379;a:13:{s:2:\"id\";s:3:\"379\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:378;a:13:{s:2:\"id\";s:3:\"378\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";}i:377;a:13:{s:2:\"id\";s:3:\"377\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:376;a:13:{s:2:\"id\";s:3:\"376\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:375;a:13:{s:2:\"id\";s:3:\"375\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:374;a:13:{s:2:\"id\";s:3:\"374\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:373;a:13:{s:2:\"id\";s:3:\"373\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:372;a:13:{s:2:\"id\";s:3:\"372\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:371;a:13:{s:2:\"id\";s:3:\"371\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:370;a:13:{s:2:\"id\";s:3:\"370\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:369;a:13:{s:2:\"id\";s:3:\"369\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:368;a:13:{s:2:\"id\";s:3:\"368\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:367;a:13:{s:2:\"id\";s:3:\"367\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:366;a:13:{s:2:\"id\";s:3:\"366\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:365;a:13:{s:2:\"id\";s:3:\"365\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:364;a:13:{s:2:\"id\";s:3:\"364\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:363;a:13:{s:2:\"id\";s:3:\"363\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:362;a:13:{s:2:\"id\";s:3:\"362\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:361;a:13:{s:2:\"id\";s:3:\"361\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:360;a:13:{s:2:\"id\";s:3:\"360\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:359;a:13:{s:2:\"id\";s:3:\"359\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:358;a:13:{s:2:\"id\";s:3:\"358\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:357;a:13:{s:2:\"id\";s:3:\"357\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:356;a:13:{s:2:\"id\";s:3:\"356\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:355;a:13:{s:2:\"id\";s:3:\"355\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";}i:354;a:13:{s:2:\"id\";s:3:\"354\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:353;a:13:{s:2:\"id\";s:3:\"353\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:352;a:13:{s:2:\"id\";s:3:\"352\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:351;a:13:{s:2:\"id\";s:3:\"351\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:350;a:13:{s:2:\"id\";s:3:\"350\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:349;a:13:{s:2:\"id\";s:3:\"349\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:348;a:13:{s:2:\"id\";s:3:\"348\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:347;a:13:{s:2:\"id\";s:3:\"347\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:346;a:13:{s:2:\"id\";s:3:\"346\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:345;a:13:{s:2:\"id\";s:3:\"345\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:344;a:13:{s:2:\"id\";s:3:\"344\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:343;a:13:{s:2:\"id\";s:3:\"343\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:342;a:13:{s:2:\"id\";s:3:\"342\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:341;a:13:{s:2:\"id\";s:3:\"341\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:340;a:13:{s:2:\"id\";s:3:\"340\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";}i:339;a:13:{s:2:\"id\";s:3:\"339\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:337;a:13:{s:2:\"id\";s:3:\"337\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:336;a:13:{s:2:\"id\";s:3:\"336\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:335;a:13:{s:2:\"id\";s:3:\"335\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";}i:334;a:13:{s:2:\"id\";s:3:\"334\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:333;a:13:{s:2:\"id\";s:3:\"333\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:332;a:13:{s:2:\"id\";s:3:\"332\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:331;a:13:{s:2:\"id\";s:3:\"331\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:330;a:13:{s:2:\"id\";s:3:\"330\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:329;a:13:{s:2:\"id\";s:3:\"329\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";}i:328;a:13:{s:2:\"id\";s:3:\"328\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";}i:327;a:13:{s:2:\"id\";s:3:\"327\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:326;a:13:{s:2:\"id\";s:3:\"326\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:325;a:13:{s:2:\"id\";s:3:\"325\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:324;a:13:{s:2:\"id\";s:3:\"324\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:322;a:13:{s:2:\"id\";s:3:\"322\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:321;a:13:{s:2:\"id\";s:3:\"321\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";}i:320;a:13:{s:2:\"id\";s:3:\"320\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:319;a:13:{s:2:\"id\";s:3:\"319\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:318;a:13:{s:2:\"id\";s:3:\"318\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:317;a:13:{s:2:\"id\";s:3:\"317\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:316;a:13:{s:2:\"id\";s:3:\"316\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:315;a:13:{s:2:\"id\";s:3:\"315\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:314;a:13:{s:2:\"id\";s:3:\"314\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:313;a:13:{s:2:\"id\";s:3:\"313\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";}i:312;a:13:{s:2:\"id\";s:3:\"312\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";}i:311;a:13:{s:2:\"id\";s:3:\"311\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:310;a:13:{s:2:\"id\";s:3:\"310\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:309;a:13:{s:2:\"id\";s:3:\"309\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:308;a:13:{s:2:\"id\";s:3:\"308\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:307;a:13:{s:2:\"id\";s:3:\"307\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:306;a:13:{s:2:\"id\";s:3:\"306\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:305;a:13:{s:2:\"id\";s:3:\"305\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:304;a:13:{s:2:\"id\";s:3:\"304\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:303;a:13:{s:2:\"id\";s:3:\"303\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:302;a:13:{s:2:\"id\";s:3:\"302\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:301;a:13:{s:2:\"id\";s:3:\"301\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:300;a:13:{s:2:\"id\";s:3:\"300\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:299;a:13:{s:2:\"id\";s:3:\"299\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:298;a:13:{s:2:\"id\";s:3:\"298\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:297;a:13:{s:2:\"id\";s:3:\"297\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:296;a:13:{s:2:\"id\";s:3:\"296\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:295;a:13:{s:2:\"id\";s:3:\"295\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:294;a:13:{s:2:\"id\";s:3:\"294\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:293;a:13:{s:2:\"id\";s:3:\"293\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:292;a:13:{s:2:\"id\";s:3:\"292\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:291;a:13:{s:2:\"id\";s:3:\"291\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:290;a:13:{s:2:\"id\";s:3:\"290\";s:4:\"type\";s:1:\"4\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";}i:238;a:14:{s:2:\"id\";s:3:\"238\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:237;a:14:{s:2:\"id\";s:3:\"237\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:3:\"236\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:235;a:14:{s:2:\"id\";s:3:\"235\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:234;a:14:{s:2:\"id\";s:3:\"234\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:3:\"233\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:232;a:14:{s:2:\"id\";s:3:\"232\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:231;a:14:{s:2:\"id\";s:3:\"231\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:230;a:14:{s:2:\"id\";s:3:\"230\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:229;a:14:{s:2:\"id\";s:3:\"229\";s:4:\"type\";s:1:\"3\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";}i:198;a:13:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:13:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:13:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:13:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:13:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:13:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:13:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:13:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:13:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:13:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:13:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:13:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:13:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:13:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:13:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:13:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:13:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:13:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:13:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:13:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:13:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:13:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:13:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:13:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:13:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:13:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:13:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:13:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:13:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:13:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:13:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:13:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:13:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:13:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:13:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:13:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:13:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:13:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:13:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:13:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:13:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:13:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:13:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:13:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:13:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:13:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:13:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:13:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:13:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:13:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:13:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:13:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:13:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:13:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:13:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:13:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:13:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:13:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:13:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:13:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:13:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:13:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:13:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:13:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:13:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:13:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:13:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:13:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:13:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:13:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:13:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:13:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:13:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:13:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:13:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:13:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:13:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:13:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:13:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:13:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:13:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:13:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:13:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:13:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:13:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:13:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:13:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:13:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:13:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:13:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:13:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:13:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:13:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:13:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:13:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:13:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:13:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:13:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:13:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:13:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:13:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:13:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:13:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:13:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:13:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:13:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:13:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:13:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:13:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:13:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:13:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:13:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:13:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:13:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:13:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:13:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:13:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:13:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:13:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:13:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:13:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:13:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:13:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:13:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:13:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:13:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:13:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:13:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:13:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:13:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:13:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:13:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:13:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:13:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:13:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:13:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:13:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:13:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:13:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:13:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:13:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:13:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:13:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:13:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:13:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:13:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:13:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:13:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:13:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:13:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:13:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:13:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:13:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:13:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:13:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:13:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:13:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:13:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:13:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:13:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:13:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:13:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:13:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:13:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:13:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:13:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:13:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:13:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:13:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"data\";s:0:\"\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}', 'no');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(551, 'revslider-templates-check', '1598068481', 'yes'),
(552, 'revslider-templates-hash', 'd18c36e2537bd40f9c1fd848b227cfb1', 'yes'),
(553, 'rs-templates-new', '', 'no'),
(555, 'revslider_table_version', '1.0.8', 'yes'),
(607, 'widget_latest_tweets_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(556, 'revslider_update_version', '6.1.6', 'yes'),
(557, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(569, 'envato_market', 'a:1:{s:5:\"token\";s:32:\"71QfLf5S2tQ72SD1uSjJ8zvoI6PFSmCV\";}', 'yes'),
(574, '_site_transient_stm_auth_notice', '', 'no'),
(578, 'splash_layout', 'americanfootball', 'yes'),
(579, 'shop_catalog_image_size', 'a:2:{s:5:\"width\";i:570;s:6:\"height\";i:350;}', 'yes'),
(580, 'shop_single_image_size', 'a:2:{s:5:\"width\";i:358;s:6:\"height\";i:488;}', 'yes'),
(581, 'shop_thumbnail_image_size', 'a:2:{s:5:\"width\";i:70;s:6:\"height\";i:90;}', 'yes'),
(582, 'category_children', 'a:0:{}', 'yes'),
(586, 'sp_venue_children', 'a:0:{}', 'yes'),
(588, 'sp_role_children', 'a:0:{}', 'yes'),
(10095, '_transient_timeout_wc_term_counts', '1598418201', 'no'),
(10096, '_transient_wc_term_counts', 'a:8:{i:73;s:1:\"5\";i:74;s:1:\"4\";i:76;s:1:\"1\";i:78;s:1:\"1\";i:15;s:0:\"\";i:79;s:0:\"\";i:75;s:0:\"\";i:77;s:0:\"\";}', 'no'),
(596, 'sportspress_player_show_selector', 'no', 'yes'),
(602, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(688, 'edd_sl_351df0740465bb1da255c6e22299c7db', 'a:2:{s:7:\"timeout\";i:1584472610;s:5:\"value\";s:23440:\"{\"new_version\":\"2.0.1\",\"stable_version\":\"2.0.1\",\"name\":\"Max Mega Menu Pro\",\"slug\":\"megamenu-pro\",\"url\":\"https:\\/\\/www.megamenu.com\\/extensions\\/max-mega-menu-pro\\/?changelog=1\",\"last_updated\":\"2020-03-03 16:14:24\",\"homepage\":\"https:\\/\\/www.megamenu.com\\/extensions\\/max-mega-menu-pro\\/\",\"sections\":{\"description\":\"\",\"changelog\":\"<p><strong>Important: If you are having issues updating the plugin please see: <\\/strong><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.megamenu.com\\/documentation\\/pro-updates-not-working\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pro Updates not working<\\/a><\\/strong><\\/p>\\n<p>= 2.0.1 =<\\/p>\\n<p>* Fix: PHP Warning<br \\/>\\n* Fix: Fonts on tabbed sub menus when Font Family is set to \\\"Theme Default\\\"<\\/p>\\n<p>= 2.0 =<\\/p>\\n<p>* New Feature: Menu Item Badges<br \\/>\\n* Improvement: Add megamenu_licence_key_field_type filter<br \\/>\\n* Fix: Sticky menu logo transition when menu becomes unstuck (i.e. when user scrolls back to top of page)<\\/p>\\n<p>= 1.9.4 =<\\/p>\\n<p>* Fix: Smush Lazy Loading on Logo Toggle Block (use double quotes instead of single quotes for logo attributes)<\\/p>\\n<p>= 1.9.3 =<\\/p>\\n<p>* Fix: Static search box closes when page background is clicked<\\/p>\\n<p>= 1.9.2 =<\\/p>\\n<p>* Fix: Sticky Mobile Menu position in Vantage theme<br \\/>\\n* Fix: Mobile Toggle search box padding<br \\/>\\n* Fix: Mobile accordion menu when tabbed sub menus are used<br \\/>\\n* Fix: Allow double quotes in custom font names<br \\/>\\n* Fix: Sticky menu does not work when minification plugins strip zero value attributes<br \\/>\\n* Fix: Hover transitions on custom icons<br \\/>\\n* Fix: Custom icon transition<br \\/>\\n* Improvement: Refactor expanding search box JavaScript<br \\/>\\n* Improvement: Close search box if page background is clicked<br \\/>\\n* Improvement: Allow custom icons to only appear on hover<br \\/>\\n* Improvement: Add title attribute to icon toggle blocks<br \\/>\\n* Improvement: Add support for MEGAMENU_SCRIPTS_IN_FOOTER option<\\/p>\\n<p>= 1.9.1 =<\\/p>\\n<p>* Improvement: Add megamenu_accordion_parent_classes filter<br \\/>\\n* Fix: Content below menu \'bounces\' when unsticking menu<\\/p>\\n<p>= 1.9 =<\\/p>\\n<p>* Compatibility with Max Mega Menu 2.7: Off canvas mobile menu positioning when sticky menu and \\\"Hide until scroll up\\\" has been enabled<br \\/>\\n* Compatibility with Max Mega Menu 2.7: Tabbed sub menu height when \\\"Collapse children\\\" option has been enabled for sub menus within the tabs<br \\/>\\n* Fix: Tabs border height when sub menu has top border<br \\/>\\n* Fix: Style overrides (Font Weight) Do not apply \\\"font-weight: normal\\\" to :before icon<br \\/>\\n* Fix: Sticky menu height when accordion sub menu is open and taller than the height of the window<\\/p>\\n<p>= 1.8 =<\\/p>\\n<p>* New: Add support for Font Awesome 5<br \\/>\\n* New: Add option to dequeue Font Awesome and Genericons<br \\/>\\n* Improvement: Add title attributes to icons in icon selector<br \\/>\\n* Improvement: Use core version of CodeMirror<br \\/>\\n* Fix: Tab focus on search replacement<br \\/>\\n* Fix: Ensure custom icons are centrally positioned within sub menus on mobile<br \\/>\\n* Fix: Open search toggle block on focus<br \\/>\\n* Fix: Add width: auto to logo toggle block images<br \\/>\\n* Fix: HTML replacement when Replacement HTML is exactly equal to the Menu Item Title<br \\/>\\n* Change: Use \'wp_get_attachment_url\' (instead of wp_upload_dir) to get custom icon URLs<\\/p>\\n<p>= 1.7.1 =<\\/p>\\n<p>* New: \\\"Sticky on desktop\\\" option added, making it possible to have a sticky menu on mobile only<br \\/>\\n* New: \\\"Sticky: Expand on Mobile\\\" option added, making it possible to differentiate between desktop and mobile when expanding the sticky menu<br \\/>\\n* Improvement: Validate logo width and height settings<br \\/>\\n* Fix: Allow shortcodes in Search toggle block placeholder<br \\/>\\n* Fix: Account for top and bottom border widths when setting heights for tabbed sub menus<br \\/>\\n* Fix: Output \\\"Title Attribute\\\" field on logo menu items<br \\/>\\n* Fix: Hide arrow on accordion menus, when sub menu is open<br \\/>\\n* Fix: Style overrides: Apply hover styling to \'mega-current-page-ancestor\' items<br \\/>\\n* Fix: Transition sticky menu height when menu becomes unstuck<br \\/>\\n* Fix: Style overrides: Apply icon hover color when sub menu is open<br \\/>\\n* Improvement: Update plugin updater class<\\/p>\\n<p>= 1.7 =<\\/p>\\n<p>Update Instructions: Update Max Mega Menu (free) to v2.5+. Update Max Mega Menu Pro. Go to Mega Menu &gt; Tools and Clear the CSS Cache.<\\/p>\\n<p>* New: Make arrow indicators clickable on Accordion menus<br \\/>\\n* Change: Apply sticky \\\"hide until scroll up\\\" option to mobile menus (only when the mobile menu is collapsed)<br \\/>\\n* Improvement: Validate custom styling options - make sure text inputs are valid before submitting form<br \\/>\\n* Fix: \\\"Hide arrow\\\" on tab menu items not working<br \\/>\\n* Fix: Tab menu heights when using jQuery selector to set sub menu width<br \\/>\\n* Fix: Ensure menu theme CSS can still compile even when leaving toggle block options empty<br \\/>\\n* Fix: Elementor header builder fails to load when using WooCommerce replacement type\\/shortcode<br \\/>\\n* Fix: Auto expand accordion sub menus when menu item has \'mega-current-menu-parent\' class<br \\/>\\n* Fix: Do not apply 600px default sub menu width on vertical menus on mobile<\\/p>\\n<p>= 1.6.6 =<\\/p>\\n<p>* Fix: Mobile menu jumping when Sticky is enabled and Expand Background is set to false<br \\/>\\n* Fix: PHP Notice when roles restriction has been set to \\\"By Role\\\" but no roles have been selected<br \\/>\\n* Fix: Tab positioning when mega menu sub menu inner width has been set to a jQuery\\/CSS selector<br \\/>\\n* Fix: Accessibility: Add aria-label attribute to search replacement &amp; search toggle block<br \\/>\\n* Fix: Change the default value of the logo toggle block max height to 40px (instead of 100%)<br \\/>\\n* Fix: Adjustments to tabbed menu JavaScript<br \\/>\\n* Improvement: Use set_url_scheme() on logo block URL to work around incorrectly configured databases when site has switched to use HTTPS<br \\/>\\n* Improvement: Remove reference to Toggle Block IDs in CSS, only use the toggle block class<br \\/>\\n* Improvement: Update list of Google Fonts<br \\/>\\n* Improvement: Styling for search replacement in vertical\\/accordion menus updated<br \\/>\\n* Change: Stick menu on document.load() rather than document.ready() (to allow dashicons to load before sticking the menu)<\\/p>\\n<p>= 1.6.5 =<\\/p>\\n<p>* Fix: Potential residual styling on search toggle block<br \\/>\\n* Fix: Media File Selector missing from logo\\/icon toggle block<br \\/>\\n* Fix: Only apply srcset to logo images if 2x size exists<br \\/>\\n* Improvement: Sticky menu: Add Support for \\\"Bottom Admin Bar\\\" plugin<br \\/>\\n* Improvement: Only submit search form when text is entered into the search field (static search)<br \\/>\\n* Improvement: For clarity, hide \\\"Hide Until Search Up\\\" related sticky options until \\\"Hide Until Search Up\\\" option has been selected<\\/p>\\n<p>= 1.6.4 =<\\/p>\\n<p>13 November 2017<\\/p>\\n<p>* Fix: WordPress 4.9 compatibility. JavaScript error\\/incompatibility with the HTML Editor in the \\\"Replacements\\\" tab. Introduced due to an update in core WordPress 4.9<br \\/>\\n* Fix: Style override font color when sub menu is open<br \\/>\\n* Fix: Add WPML language input to search form<br \\/>\\n* Fix: Logo max height in mobile menu<br \\/>\\n* Fix: Stop vertical sticky menus from covering page content and making links\\/text inaccessible<br \\/>\\n* Fix: Stop \\\"hide until scroll up\\\" sticky functionality being applied to mobile menu<br \\/>\\n* Fix: Roles: Remove sub menu arrow indicator when children have been removed from the menu due to role restrictions<br \\/>\\n* Fix: Replace jQuery \'live\' with \'on\'<br \\/>\\n* New: Custom Icon Size for mobile menu setting added<br \\/>\\n* New: Sticky menu height option in theme editor<br \\/>\\n* New: Search replacement search icon can now be selected from the menu item icon screen<br \\/>\\n* New: Enable Grid Layout for tabbed sub menus (requires Max Mega Menu 2.4)<br \\/>\\n* Improvement: Allow shortcodes in toggle block logo URL<br \\/>\\n* Improvement: Add 2x retina support for logo images<\\/p>\\n<p>= 1.6.3 =<\\/p>\\n<p>04 July 2017<\\/p>\\n<p>* Fix: Sub menu width override on vertical menus<br \\/>\\n* Fix: Sticky item option not saving<br \\/>\\n* Fix: Custom icon hover option not applied when sub menu is opened<br \\/>\\n* Fix: Mobile sub menu indicator for hidden tabbed sub menus<br \\/>\\n* Fix: Style overrides - icon hover color when \\\"Highlight active item\\\" is enabled<br \\/>\\n* Fix: WooCommerce cart count doesn\'t show tax when \\\"Display Prices During Cart and Checkout\\\" is set to \\\"Including tax\\\"<br \\/>\\n* Fix: Hide on Mobile &amp; Desktop for Vertical Menus<br \\/>\\n* Fix: PHP warning on tabbed menus<br \\/>\\n* Improvement: Add Text Align option to Style Overrides<br \\/>\\n* Improvement: Add \\\"Open link in new window\\\" options to logo and icon toggle blocks<br \\/>\\n* New: Add BuddyPress Avatar and Notification Count replacement options<br \\/>\\n* Update: FontAwesome 4.7<\\/p>\\n<p>= 1.6.2.1 =<\\/p>\\n<p>24 January 2017<\\/p>\\n<ul>\\n<li>Fix: Background color of tabbed menu items in mobile menu<\\/li>\\n<\\/ul>\\n<p>= 1.6.2 =<\\/p>\\n<p>23 January 2017<\\/p>\\n<ul>\\n<li>Fix: Clearing menu items in tabbed sub menus<\\/li>\\n<li>Fix: Mobile menu background color<\\/li>\\n<\\/ul>\\n<p>= 1.6.1 =<\\/p>\\n<p>17 January 2017<\\/p>\\n<ul>\\n<li>Improvement: Add Text Decoration, Text Decoration (Hover) and Font Weight (Hover) options to Style Overrides<\\/li>\\n<li>Improvement: Add Hover option for Custom Icons<\\/li>\\n<\\/ul>\\n<p>= 1.6 =<\\/p>\\n<p>16 January 2017<\\/p>\\n<ul>\\n<li>New Feature: Tabbed Mega Menus<\\/li>\\n<li><strong>Experimental<\\/strong> New Feature: Add \\\"Hide until scroll up\\\" option for sticky menus<\\/li>\\n<li>Fix: Accordion and Vertical menu item height when menu text wraps onto 2 lines<\\/li>\\n<li>Change: Center align custom icons when icon position is set to \\\"Top\\\"<\\/li>\\n<\\/ul>\\n<p>= 1.5.4 =<\\/p>\\n<p>27 December 2016<\\/p>\\n<ul>\\n<li>Fix: Static search box placeholder text disappears if window.resize() is called<\\/li>\\n<li>Improvement: Mobile search toggle block styling<\\/li>\\n<li>Improvement: Add vertical offset option to search toggle block<\\/li>\\n<\\/ul>\\n<p>= 1.5.3.1 =<\\/p>\\n<p>20 December 2016<\\/p>\\n<ul>\\n<li>Fix: Bug in replacements functionality<\\/li>\\n<\\/ul>\\n<p>= 1.5.3 =<\\/p>\\n<p>20 December 2016<\\/p>\\n<p>Note: If you are using the Tabbed Mega Menu (Beta) Functionality in Pro, please also update Max Mega Menu (free) to v2.3.1+<\\/p>\\n<ul>\\n<li>New feature: Search replacement and search toggle block: Add option to use WooCommerce search results template<\\/li>\\n<li>New feature: Replacements: Add [maxmegamenu_logout_url] shortcode to generate a dynamic logout link<\\/li>\\n<li>New feature: Replacements: Add [maxmegamenu_user_info] shortcode to display user information (first name, last name etc)<\\/li>\\n<li>New feature: Replacements: Add [maxmegamenu_user_gravatar] shortcode to display a users gravatar<\\/li>\\n<li>Improvement: Add \'Hide when sticky\' and \'Show when sticky\' options per menu item<\\/li>\\n<li>Improvement: Add \'megamenu_google_fonts_url\' filter<\\/li>\\n<\\/ul>\\n<p>= 1.5.2 =<\\/p>\\n<p>24 November 2016<\\/p>\\n<ul>\\n<li>Change: Leave the licence input field active\\/editable when the licence is activated<\\/li>\\n<li>Fix: Add alt text to Logo toggle block<\\/li>\\n<li>Fix: Update sticky menu z-index so that it sits below the WordPress admin bar (if logged in)<\\/li>\\n<li>Fix: Sticky menu positioning when max-width has been applied to the inner menu<\\/li>\\n<li>Fix: Mobile search block placeholder text<\\/li>\\n<li>Improvement: Add megamenu_search_replacement_html filter<\\/li>\\n<li>Improvement: Add megamenu_search_inputs filter<\\/li>\\n<li>Improvement: Add Exo 2 Google Font<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>&nbsp;<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":[],\"description\":[\"\"],\"changelog\":[\"<p><strong>Important: If you are having issues updating the plugin please see: <\\/strong><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.megamenu.com\\/documentation\\/pro-updates-not-working\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pro Updates not working<\\/a><\\/strong><\\/p>\\n<p>= 2.0.1 =<\\/p>\\n<p>* Fix: PHP Warning<br \\/>\\n* Fix: Fonts on tabbed sub menus when Font Family is set to \\\"Theme Default\\\"<\\/p>\\n<p>= 2.0 =<\\/p>\\n<p>* New Feature: Menu Item Badges<br \\/>\\n* Improvement: Add megamenu_licence_key_field_type filter<br \\/>\\n* Fix: Sticky menu logo transition when menu becomes unstuck (i.e. when user scrolls back to top of page)<\\/p>\\n<p>= 1.9.4 =<\\/p>\\n<p>* Fix: Smush Lazy Loading on Logo Toggle Block (use double quotes instead of single quotes for logo attributes)<\\/p>\\n<p>= 1.9.3 =<\\/p>\\n<p>* Fix: Static search box closes when page background is clicked<\\/p>\\n<p>= 1.9.2 =<\\/p>\\n<p>* Fix: Sticky Mobile Menu position in Vantage theme<br \\/>\\n* Fix: Mobile Toggle search box padding<br \\/>\\n* Fix: Mobile accordion menu when tabbed sub menus are used<br \\/>\\n* Fix: Allow double quotes in custom font names<br \\/>\\n* Fix: Sticky menu does not work when minification plugins strip zero value attributes<br \\/>\\n* Fix: Hover transitions on custom icons<br \\/>\\n* Fix: Custom icon transition<br \\/>\\n* Improvement: Refactor expanding search box JavaScript<br \\/>\\n* Improvement: Close search box if page background is clicked<br \\/>\\n* Improvement: Allow custom icons to only appear on hover<br \\/>\\n* Improvement: Add title attribute to icon toggle blocks<br \\/>\\n* Improvement: Add support for MEGAMENU_SCRIPTS_IN_FOOTER option<\\/p>\\n<p>= 1.9.1 =<\\/p>\\n<p>* Improvement: Add megamenu_accordion_parent_classes filter<br \\/>\\n* Fix: Content below menu \'bounces\' when unsticking menu<\\/p>\\n<p>= 1.9 =<\\/p>\\n<p>* Compatibility with Max Mega Menu 2.7: Off canvas mobile menu positioning when sticky menu and \\\"Hide until scroll up\\\" has been enabled<br \\/>\\n* Compatibility with Max Mega Menu 2.7: Tabbed sub menu height when \\\"Collapse children\\\" option has been enabled for sub menus within the tabs<br \\/>\\n* Fix: Tabs border height when sub menu has top border<br \\/>\\n* Fix: Style overrides (Font Weight) Do not apply \\\"font-weight: normal\\\" to :before icon<br \\/>\\n* Fix: Sticky menu height when accordion sub menu is open and taller than the height of the window<\\/p>\\n<p>= 1.8 =<\\/p>\\n<p>* New: Add support for Font Awesome 5<br \\/>\\n* New: Add option to dequeue Font Awesome and Genericons<br \\/>\\n* Improvement: Add title attributes to icons in icon selector<br \\/>\\n* Improvement: Use core version of CodeMirror<br \\/>\\n* Fix: Tab focus on search replacement<br \\/>\\n* Fix: Ensure custom icons are centrally positioned within sub menus on mobile<br \\/>\\n* Fix: Open search toggle block on focus<br \\/>\\n* Fix: Add width: auto to logo toggle block images<br \\/>\\n* Fix: HTML replacement when Replacement HTML is exactly equal to the Menu Item Title<br \\/>\\n* Change: Use \'wp_get_attachment_url\' (instead of wp_upload_dir) to get custom icon URLs<\\/p>\\n<p>= 1.7.1 =<\\/p>\\n<p>* New: \\\"Sticky on desktop\\\" option added, making it possible to have a sticky menu on mobile only<br \\/>\\n* New: \\\"Sticky: Expand on Mobile\\\" option added, making it possible to differentiate between desktop and mobile when expanding the sticky menu<br \\/>\\n* Improvement: Validate logo width and height settings<br \\/>\\n* Fix: Allow shortcodes in Search toggle block placeholder<br \\/>\\n* Fix: Account for top and bottom border widths when setting heights for tabbed sub menus<br \\/>\\n* Fix: Output \\\"Title Attribute\\\" field on logo menu items<br \\/>\\n* Fix: Hide arrow on accordion menus, when sub menu is open<br \\/>\\n* Fix: Style overrides: Apply hover styling to \'mega-current-page-ancestor\' items<br \\/>\\n* Fix: Transition sticky menu height when menu becomes unstuck<br \\/>\\n* Fix: Style overrides: Apply icon hover color when sub menu is open<br \\/>\\n* Improvement: Update plugin updater class<\\/p>\\n<p>= 1.7 =<\\/p>\\n<p>Update Instructions: Update Max Mega Menu (free) to v2.5+. Update Max Mega Menu Pro. Go to Mega Menu &gt; Tools and Clear the CSS Cache.<\\/p>\\n<p>* New: Make arrow indicators clickable on Accordion menus<br \\/>\\n* Change: Apply sticky \\\"hide until scroll up\\\" option to mobile menus (only when the mobile menu is collapsed)<br \\/>\\n* Improvement: Validate custom styling options - make sure text inputs are valid before submitting form<br \\/>\\n* Fix: \\\"Hide arrow\\\" on tab menu items not working<br \\/>\\n* Fix: Tab menu heights when using jQuery selector to set sub menu width<br \\/>\\n* Fix: Ensure menu theme CSS can still compile even when leaving toggle block options empty<br \\/>\\n* Fix: Elementor header builder fails to load when using WooCommerce replacement type\\/shortcode<br \\/>\\n* Fix: Auto expand accordion sub menus when menu item has \'mega-current-menu-parent\' class<br \\/>\\n* Fix: Do not apply 600px default sub menu width on vertical menus on mobile<\\/p>\\n<p>= 1.6.6 =<\\/p>\\n<p>* Fix: Mobile menu jumping when Sticky is enabled and Expand Background is set to false<br \\/>\\n* Fix: PHP Notice when roles restriction has been set to \\\"By Role\\\" but no roles have been selected<br \\/>\\n* Fix: Tab positioning when mega menu sub menu inner width has been set to a jQuery\\/CSS selector<br \\/>\\n* Fix: Accessibility: Add aria-label attribute to search replacement &amp; search toggle block<br \\/>\\n* Fix: Change the default value of the logo toggle block max height to 40px (instead of 100%)<br \\/>\\n* Fix: Adjustments to tabbed menu JavaScript<br \\/>\\n* Improvement: Use set_url_scheme() on logo block URL to work around incorrectly configured databases when site has switched to use HTTPS<br \\/>\\n* Improvement: Remove reference to Toggle Block IDs in CSS, only use the toggle block class<br \\/>\\n* Improvement: Update list of Google Fonts<br \\/>\\n* Improvement: Styling for search replacement in vertical\\/accordion menus updated<br \\/>\\n* Change: Stick menu on document.load() rather than document.ready() (to allow dashicons to load before sticking the menu)<\\/p>\\n<p>= 1.6.5 =<\\/p>\\n<p>* Fix: Potential residual styling on search toggle block<br \\/>\\n* Fix: Media File Selector missing from logo\\/icon toggle block<br \\/>\\n* Fix: Only apply srcset to logo images if 2x size exists<br \\/>\\n* Improvement: Sticky menu: Add Support for \\\"Bottom Admin Bar\\\" plugin<br \\/>\\n* Improvement: Only submit search form when text is entered into the search field (static search)<br \\/>\\n* Improvement: For clarity, hide \\\"Hide Until Search Up\\\" related sticky options until \\\"Hide Until Search Up\\\" option has been selected<\\/p>\\n<p>= 1.6.4 =<\\/p>\\n<p>13 November 2017<\\/p>\\n<p>* Fix: WordPress 4.9 compatibility. JavaScript error\\/incompatibility with the HTML Editor in the \\\"Replacements\\\" tab. Introduced due to an update in core WordPress 4.9<br \\/>\\n* Fix: Style override font color when sub menu is open<br \\/>\\n* Fix: Add WPML language input to search form<br \\/>\\n* Fix: Logo max height in mobile menu<br \\/>\\n* Fix: Stop vertical sticky menus from covering page content and making links\\/text inaccessible<br \\/>\\n* Fix: Stop \\\"hide until scroll up\\\" sticky functionality being applied to mobile menu<br \\/>\\n* Fix: Roles: Remove sub menu arrow indicator when children have been removed from the menu due to role restrictions<br \\/>\\n* Fix: Replace jQuery \'live\' with \'on\'<br \\/>\\n* New: Custom Icon Size for mobile menu setting added<br \\/>\\n* New: Sticky menu height option in theme editor<br \\/>\\n* New: Search replacement search icon can now be selected from the menu item icon screen<br \\/>\\n* New: Enable Grid Layout for tabbed sub menus (requires Max Mega Menu 2.4)<br \\/>\\n* Improvement: Allow shortcodes in toggle block logo URL<br \\/>\\n* Improvement: Add 2x retina support for logo images<\\/p>\\n<p>= 1.6.3 =<\\/p>\\n<p>04 July 2017<\\/p>\\n<p>* Fix: Sub menu width override on vertical menus<br \\/>\\n* Fix: Sticky item option not saving<br \\/>\\n* Fix: Custom icon hover option not applied when sub menu is opened<br \\/>\\n* Fix: Mobile sub menu indicator for hidden tabbed sub menus<br \\/>\\n* Fix: Style overrides - icon hover color when \\\"Highlight active item\\\" is enabled<br \\/>\\n* Fix: WooCommerce cart count doesn\'t show tax when \\\"Display Prices During Cart and Checkout\\\" is set to \\\"Including tax\\\"<br \\/>\\n* Fix: Hide on Mobile &amp; Desktop for Vertical Menus<br \\/>\\n* Fix: PHP warning on tabbed menus<br \\/>\\n* Improvement: Add Text Align option to Style Overrides<br \\/>\\n* Improvement: Add \\\"Open link in new window\\\" options to logo and icon toggle blocks<br \\/>\\n* New: Add BuddyPress Avatar and Notification Count replacement options<br \\/>\\n* Update: FontAwesome 4.7<\\/p>\\n<p>= 1.6.2.1 =<\\/p>\\n<p>24 January 2017<\\/p>\\n<ul>\\n<li>Fix: Background color of tabbed menu items in mobile menu<\\/li>\\n<\\/ul>\\n<p>= 1.6.2 =<\\/p>\\n<p>23 January 2017<\\/p>\\n<ul>\\n<li>Fix: Clearing menu items in tabbed sub menus<\\/li>\\n<li>Fix: Mobile menu background color<\\/li>\\n<\\/ul>\\n<p>= 1.6.1 =<\\/p>\\n<p>17 January 2017<\\/p>\\n<ul>\\n<li>Improvement: Add Text Decoration, Text Decoration (Hover) and Font Weight (Hover) options to Style Overrides<\\/li>\\n<li>Improvement: Add Hover option for Custom Icons<\\/li>\\n<\\/ul>\\n<p>= 1.6 =<\\/p>\\n<p>16 January 2017<\\/p>\\n<ul>\\n<li>New Feature: Tabbed Mega Menus<\\/li>\\n<li><strong>Experimental<\\/strong> New Feature: Add \\\"Hide until scroll up\\\" option for sticky menus<\\/li>\\n<li>Fix: Accordion and Vertical menu item height when menu text wraps onto 2 lines<\\/li>\\n<li>Change: Center align custom icons when icon position is set to \\\"Top\\\"<\\/li>\\n<\\/ul>\\n<p>= 1.5.4 =<\\/p>\\n<p>27 December 2016<\\/p>\\n<ul>\\n<li>Fix: Static search box placeholder text disappears if window.resize() is called<\\/li>\\n<li>Improvement: Mobile search toggle block styling<\\/li>\\n<li>Improvement: Add vertical offset option to search toggle block<\\/li>\\n<\\/ul>\\n<p>= 1.5.3.1 =<\\/p>\\n<p>20 December 2016<\\/p>\\n<ul>\\n<li>Fix: Bug in replacements functionality<\\/li>\\n<\\/ul>\\n<p>= 1.5.3 =<\\/p>\\n<p>20 December 2016<\\/p>\\n<p>Note: If you are using the Tabbed Mega Menu (Beta) Functionality in Pro, please also update Max Mega Menu (free) to v2.3.1+<\\/p>\\n<ul>\\n<li>New feature: Search replacement and search toggle block: Add option to use WooCommerce search results template<\\/li>\\n<li>New feature: Replacements: Add [maxmegamenu_logout_url] shortcode to generate a dynamic logout link<\\/li>\\n<li>New feature: Replacements: Add [maxmegamenu_user_info] shortcode to display user information (first name, last name etc)<\\/li>\\n<li>New feature: Replacements: Add [maxmegamenu_user_gravatar] shortcode to display a users gravatar<\\/li>\\n<li>Improvement: Add \'Hide when sticky\' and \'Show when sticky\' options per menu item<\\/li>\\n<li>Improvement: Add \'megamenu_google_fonts_url\' filter<\\/li>\\n<\\/ul>\\n<p>= 1.5.2 =<\\/p>\\n<p>24 November 2016<\\/p>\\n<ul>\\n<li>Change: Leave the licence input field active\\/editable when the licence is activated<\\/li>\\n<li>Fix: Add alt text to Logo toggle block<\\/li>\\n<li>Fix: Update sticky menu z-index so that it sits below the WordPress admin bar (if logged in)<\\/li>\\n<li>Fix: Sticky menu positioning when max-width has been applied to the inner menu<\\/li>\\n<li>Fix: Mobile search block placeholder text<\\/li>\\n<li>Improvement: Add megamenu_search_replacement_html filter<\\/li>\\n<li>Improvement: Add megamenu_search_inputs filter<\\/li>\\n<li>Improvement: Add Exo 2 Google Font<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>&nbsp;<\\/p>\\n\"]}\";}', 'no'),
(1994, 'elementor_pro_version', '2.9.1', 'yes'),
(1645, 'bb_fb_footer', 'default', 'yes'),
(1712, 'megamenu_themes_last_updated', 'custom_theme_1', 'yes'),
(1713, 'megamenu_toggle_blocks', 'a:2:{s:7:\"default\";a:1:{i:1;a:11:{s:4:\"type\";s:11:\"menu_toggle\";s:5:\"align\";s:5:\"right\";s:11:\"closed_text\";s:4:\"MENU\";s:9:\"open_text\";s:4:\"MENU\";s:11:\"closed_icon\";s:9:\"dash-f333\";s:9:\"open_icon\";s:9:\"dash-f153\";s:10:\"text_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"text_size\";s:4:\"14px\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"icon_size\";s:4:\"24px\";s:13:\"icon_position\";s:5:\"after\";}}s:14:\"custom_theme_1\";a:1:{i:1;a:11:{s:4:\"type\";s:11:\"menu_toggle\";s:5:\"align\";s:5:\"right\";s:11:\"closed_text\";s:4:\"MENU\";s:9:\"open_text\";s:4:\"MENU\";s:11:\"closed_icon\";s:9:\"dash-f333\";s:9:\"open_icon\";s:9:\"dash-f153\";s:10:\"text_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"text_size\";s:4:\"14px\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:9:\"icon_size\";s:4:\"24px\";s:13:\"icon_position\";s:5:\"after\";}}}', 'yes'),
(687, 'megamenu_pro_initial_version', '2.0.1', 'yes'),
(623, '_transient_health-check-site-status-result', '{\"good\":11,\"recommended\":4,\"critical\":2}', 'yes'),
(627, 'duplicate_post_copytitle', '1', 'yes'),
(628, 'duplicate_post_copydate', '', 'yes'),
(629, 'duplicate_post_copystatus', '', 'yes'),
(630, 'duplicate_post_copyslug', '', 'yes'),
(631, 'duplicate_post_copyexcerpt', '1', 'yes'),
(632, 'duplicate_post_copycontent', '1', 'yes'),
(633, 'duplicate_post_copythumbnail', '1', 'yes'),
(634, 'duplicate_post_copytemplate', '1', 'yes'),
(635, 'duplicate_post_copyformat', '1', 'yes'),
(636, 'duplicate_post_copyauthor', '', 'yes'),
(637, 'duplicate_post_copypassword', '', 'yes'),
(638, 'duplicate_post_copyattachments', '', 'yes'),
(639, 'duplicate_post_copychildren', '', 'yes'),
(640, 'duplicate_post_copycomments', '', 'yes'),
(641, 'duplicate_post_copymenuorder', '1', 'yes'),
(642, 'duplicate_post_taxonomies_blacklist', '', 'yes'),
(643, 'duplicate_post_blacklist', '', 'yes'),
(644, 'duplicate_post_types_enabled', 'a:7:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"plus-mega-menu\";i:3;s:10:\"vc_sidebar\";i:4;s:13:\"gusta_section\";i:5;s:11:\"clever_menu\";i:6;s:17:\"clever_menu_theme\";}', 'yes'),
(645, 'duplicate_post_show_row', '1', 'yes'),
(646, 'duplicate_post_show_adminbar', '1', 'yes'),
(647, 'duplicate_post_show_submitbox', '1', 'yes'),
(648, 'duplicate_post_show_bulkactions', '1', 'yes'),
(649, 'duplicate_post_show_original_column', '', 'yes'),
(650, 'duplicate_post_show_original_in_post_states', '', 'yes'),
(651, 'duplicate_post_show_original_meta_box', '', 'yes'),
(652, 'duplicate_post_version', '3.2.4', 'yes'),
(653, 'duplicate_post_show_notice', '', 'no'),
(686, 'megamenu_pro_version', '2.0.1', 'yes'),
(663, 'widget_maxmegamenu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(664, 'megamenu_version', '2.7.4', 'yes'),
(665, 'megamenu_initial_version', '2.7.4', 'yes'),
(666, 'megamenu_multisite_share_themes', 'false', 'yes'),
(667, 'megamenu_settings', 'a:4:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:2:\"go\";s:7:\"primary\";a:16:{s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:7:\"fade_up\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:8:\"disabled\";s:19:\"effect_speed_mobile\";s:3:\"200\";s:5:\"theme\";s:14:\"custom_theme_1\";s:11:\"orientation\";s:10:\"horizontal\";s:19:\"accordion_behaviour\";s:12:\"open_parents\";s:14:\"sticky_desktop\";s:4:\"true\";s:14:\"sticky_opacity\";s:3:\"1.0\";s:13:\"sticky_offset\";s:1:\"0\";s:37:\"sticky_hide_until_scroll_up_tolerance\";s:2:\"10\";s:34:\"sticky_hide_until_scroll_up_offset\";s:1:\"0\";s:14:\"sticky_enabled\";s:5:\"false\";s:13:\"sticky_mobile\";s:5:\"false\";s:20:\"sticky_expand_mobile\";s:5:\"false\";}}', 'yes'),
(691, 'groovy_menu_db_version', '1.9.9', 'yes'),
(692, 'groovy_menu_default_preset', '1895', 'yes'),
(693, 'groovy_menu_added_capabilities', '1.9.9', 'yes'),
(694, 'groovy_menu_db_version__lic_data', 'a:9:{s:7:\"product\";s:11:\"groovy-menu\";s:7:\"item_id\";s:8:\"23049456\";s:11:\"active_site\";s:0:\"\";s:12:\"active_theme\";s:0:\"\";s:4:\"type\";s:7:\"regular\";s:15:\"supported_until\";s:0:\"\";s:12:\"purchase_key\";s:0:\"\";s:7:\"approve\";b:0;s:10:\"gm_version\";s:5:\"1.9.9\";}', 'yes');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(697, 'groovy_menu_settings_fonts', 'a:3:{s:12:\"groovy-28328\";a:2:{s:5:\"icons\";a:101:{i:0;a:2:{s:4:\"name\";s:4:\"horn\";s:4:\"code\";i:58980;}i:1;a:2:{s:4:\"name\";s:3:\"Add\";s:4:\"code\";i:58880;}i:2;a:2:{s:4:\"name\";s:6:\"Anchor\";s:4:\"code\";i:58881;}i:3;a:2:{s:4:\"name\";s:6:\"Attach\";s:4:\"code\";i:58882;}i:4;a:2:{s:4:\"name\";s:5:\"Award\";s:4:\"code\";i:58883;}i:5;a:2:{s:4:\"name\";s:3:\"Bin\";s:4:\"code\";i:58884;}i:6;a:2:{s:4:\"name\";s:9:\"Bluetooth\";s:4:\"code\";i:58885;}i:7;a:2:{s:4:\"name\";s:4:\"Book\";s:4:\"code\";i:58886;}i:8;a:2:{s:4:\"name\";s:8:\"Calendar\";s:4:\"code\";i:58887;}i:9;a:2:{s:4:\"name\";s:10:\"Cancelmark\";s:4:\"code\";i:58888;}i:10;a:2:{s:4:\"name\";s:4:\"Card\";s:4:\"code\";i:58889;}i:11;a:2:{s:4:\"name\";s:8:\"Card-add\";s:4:\"code\";i:58890;}i:12;a:2:{s:4:\"name\";s:4:\"Cart\";s:4:\"code\";i:58891;}i:13;a:2:{s:4:\"name\";s:2:\"CD\";s:4:\"code\";i:58892;}i:14;a:2:{s:4:\"name\";s:4:\"Chat\";s:4:\"code\";i:58893;}i:15;a:2:{s:4:\"name\";s:5:\"Check\";s:4:\"code\";i:58894;}i:16;a:2:{s:4:\"name\";s:9:\"Checklist\";s:4:\"code\";i:58895;}i:17;a:2:{s:4:\"name\";s:9:\"Checkmark\";s:4:\"code\";i:58896;}i:18;a:2:{s:4:\"name\";s:5:\"Clock\";s:4:\"code\";i:58897;}i:19;a:2:{s:4:\"name\";s:5:\"Cloud\";s:4:\"code\";i:58898;}i:20;a:2:{s:4:\"name\";s:5:\"Coins\";s:4:\"code\";i:58899;}i:21;a:2:{s:4:\"name\";s:7:\"Deliver\";s:4:\"code\";i:58900;}i:22;a:2:{s:4:\"name\";s:8:\"Delivery\";s:4:\"code\";i:58901;}i:23;a:2:{s:4:\"name\";s:7:\"Dialpad\";s:4:\"code\";i:58902;}i:24;a:2:{s:4:\"name\";s:7:\"Diamond\";s:4:\"code\";i:58903;}i:25;a:2:{s:4:\"name\";s:7:\"Display\";s:4:\"code\";i:58904;}i:26;a:2:{s:4:\"name\";s:6:\"Divide\";s:4:\"code\";i:58905;}i:27;a:2:{s:4:\"name\";s:6:\"Dollar\";s:4:\"code\";i:58906;}i:28;a:2:{s:4:\"name\";s:5:\"Earth\";s:4:\"code\";i:58907;}i:29;a:2:{s:4:\"name\";s:10:\"Empty-cart\";s:4:\"code\";i:58908;}i:30;a:2:{s:4:\"name\";s:12:\"Empty-folder\";s:4:\"code\";i:58909;}i:31;a:2:{s:4:\"name\";s:5:\"Equal\";s:4:\"code\";i:58910;}i:32;a:2:{s:4:\"name\";s:9:\"Equalizer\";s:4:\"code\";i:58911;}i:33;a:2:{s:4:\"name\";s:11:\"Fingerprint\";s:4:\"code\";i:58912;}i:34;a:2:{s:4:\"name\";s:4:\"Flag\";s:4:\"code\";i:58913;}i:35;a:2:{s:4:\"name\";s:6:\"Flower\";s:4:\"code\";i:58914;}i:36;a:2:{s:4:\"name\";s:6:\"Folder\";s:4:\"code\";i:58915;}i:37;a:2:{s:4:\"name\";s:11:\"Full-screen\";s:4:\"code\";i:58916;}i:38;a:2:{s:4:\"name\";s:7:\"Glasses\";s:4:\"code\";i:58917;}i:39;a:2:{s:4:\"name\";s:5:\"Heart\";s:4:\"code\";i:58918;}i:40;a:2:{s:4:\"name\";s:4:\"Home\";s:4:\"code\";i:58919;}i:41;a:2:{s:4:\"name\";s:2:\"ID\";s:4:\"code\";i:58920;}i:42;a:2:{s:4:\"name\";s:6:\"Laptop\";s:4:\"code\";i:58921;}i:43;a:2:{s:4:\"name\";s:4:\"Left\";s:4:\"code\";i:58922;}i:44;a:2:{s:4:\"name\";s:10:\"Light-bulb\";s:4:\"code\";i:58923;}i:45;a:2:{s:4:\"name\";s:4:\"Link\";s:4:\"code\";i:58924;}i:46;a:2:{s:4:\"name\";s:4:\"List\";s:4:\"code\";i:58925;}i:47;a:2:{s:4:\"name\";s:4:\"Lock\";s:4:\"code\";i:58926;}i:48;a:2:{s:4:\"name\";s:4:\"Loop\";s:4:\"code\";i:58927;}i:49;a:2:{s:4:\"name\";s:3:\"Mac\";s:4:\"code\";i:58928;}i:50;a:2:{s:4:\"name\";s:4:\"Mail\";s:4:\"code\";i:58929;}i:51;a:2:{s:4:\"name\";s:3:\"Man\";s:4:\"code\";i:58930;}i:52;a:2:{s:4:\"name\";s:3:\"Map\";s:4:\"code\";i:58931;}i:53;a:2:{s:4:\"name\";s:5:\"Media\";s:4:\"code\";i:58932;}i:54;a:2:{s:4:\"name\";s:4:\"Menu\";s:4:\"code\";i:58933;}i:55;a:2:{s:4:\"name\";s:3:\"Mic\";s:4:\"code\";i:58934;}i:56;a:2:{s:4:\"name\";s:6:\"Mobile\";s:4:\"code\";i:58935;}i:57;a:2:{s:4:\"name\";s:8:\"Multiply\";s:4:\"code\";i:58936;}i:58;a:2:{s:4:\"name\";s:5:\"Music\";s:4:\"code\";i:58937;}i:59;a:2:{s:4:\"name\";s:4:\"Note\";s:4:\"code\";i:58938;}i:60;a:2:{s:4:\"name\";s:3:\"OFF\";s:4:\"code\";i:58939;}i:61;a:2:{s:4:\"name\";s:2:\"ON\";s:4:\"code\";i:58940;}i:62;a:2:{s:4:\"name\";s:4:\"Open\";s:4:\"code\";i:58941;}i:63;a:2:{s:4:\"name\";s:9:\"Open-Mail\";s:4:\"code\";i:58942;}i:64;a:2:{s:4:\"name\";s:2:\"OS\";s:4:\"code\";i:58943;}i:65;a:2:{s:4:\"name\";s:6:\"Pencil\";s:4:\"code\";i:58944;}i:66;a:2:{s:4:\"name\";s:5:\"Phone\";s:4:\"code\";i:58945;}i:67;a:2:{s:4:\"name\";s:5:\"Photo\";s:4:\"code\";i:58946;}i:68;a:2:{s:4:\"name\";s:7:\"Picture\";s:4:\"code\";i:58947;}i:69;a:2:{s:4:\"name\";s:3:\"Pin\";s:4:\"code\";i:58948;}i:70;a:2:{s:4:\"name\";s:4:\"Play\";s:4:\"code\";i:58949;}i:71;a:2:{s:4:\"name\";s:6:\"Potion\";s:4:\"code\";i:58950;}i:72;a:2:{s:4:\"name\";s:7:\"Printer\";s:4:\"code\";i:58951;}i:73;a:2:{s:4:\"name\";s:5:\"Radio\";s:4:\"code\";i:58952;}i:74;a:2:{s:4:\"name\";s:4:\"Rain\";s:4:\"code\";i:58953;}i:75;a:2:{s:4:\"name\";s:5:\"Right\";s:4:\"code\";i:58954;}i:76;a:2:{s:4:\"name\";s:8:\"Scissors\";s:4:\"code\";i:58955;}i:77;a:2:{s:4:\"name\";s:5:\"Scope\";s:4:\"code\";i:58956;}i:78;a:2:{s:4:\"name\";s:4:\"Send\";s:4:\"code\";i:58957;}i:79;a:2:{s:4:\"name\";s:7:\"Servers\";s:4:\"code\";i:58958;}i:80;a:2:{s:4:\"name\";s:8:\"Settings\";s:4:\"code\";i:58959;}i:81;a:2:{s:4:\"name\";s:9:\"Shut-down\";s:4:\"code\";i:58960;}i:82;a:2:{s:4:\"name\";s:6:\"Signal\";s:4:\"code\";i:58961;}i:83;a:2:{s:4:\"name\";s:4:\"Star\";s:4:\"code\";i:58962;}i:84;a:2:{s:4:\"name\";s:7:\"Station\";s:4:\"code\";i:58963;}i:85;a:2:{s:4:\"name\";s:9:\"Substract\";s:4:\"code\";i:58964;}i:86;a:2:{s:4:\"name\";s:3:\"Sun\";s:4:\"code\";i:58965;}i:87;a:2:{s:4:\"name\";s:6:\"Tablet\";s:4:\"code\";i:58966;}i:88;a:2:{s:4:\"name\";s:3:\"Tag\";s:4:\"code\";i:58967;}i:89;a:2:{s:4:\"name\";s:6:\"Target\";s:4:\"code\";i:58968;}i:90;a:2:{s:4:\"name\";s:6:\"Thumbs\";s:4:\"code\";i:58969;}i:91;a:2:{s:4:\"name\";s:7:\"Thunder\";s:4:\"code\";i:58970;}i:92;a:2:{s:4:\"name\";s:5:\"Timer\";s:4:\"code\";i:58971;}i:93;a:2:{s:4:\"name\";s:6:\"Unlock\";s:4:\"code\";i:58972;}i:94;a:2:{s:4:\"name\";s:2:\"Up\";s:4:\"code\";i:58973;}i:95;a:2:{s:4:\"name\";s:6:\"Upload\";s:4:\"code\";i:58974;}i:96;a:2:{s:4:\"name\";s:5:\"Watch\";s:4:\"code\";i:58975;}i:97;a:2:{s:4:\"name\";s:3:\"Web\";s:4:\"code\";i:58976;}i:98;a:2:{s:4:\"name\";s:4:\"WIfi\";s:4:\"code\";i:58977;}i:99;a:2:{s:4:\"name\";s:6:\"Window\";s:4:\"code\";i:58978;}i:100;a:2:{s:4:\"name\";s:5:\"Women\";s:4:\"code\";i:58979;}}s:4:\"name\";s:13:\"wp-Ingenicons\";}s:12:\"groovy-69018\";a:2:{s:5:\"icons\";a:160:{i:0;a:2:{s:4:\"name\";s:11:\"actual-size\";s:4:\"code\";i:59648;}i:1;a:2:{s:4:\"name\";s:6:\"anchor\";s:4:\"code\";i:59649;}i:2;a:2:{s:4:\"name\";s:10:\"arrow-left\";s:4:\"code\";i:59650;}i:3;a:2:{s:4:\"name\";s:11:\"arrow-right\";s:4:\"code\";i:59651;}i:4;a:2:{s:4:\"name\";s:5:\"badge\";s:4:\"code\";i:59652;}i:5;a:2:{s:4:\"name\";s:3:\"bag\";s:4:\"code\";i:59653;}i:6;a:2:{s:4:\"name\";s:3:\"ban\";s:4:\"code\";i:59654;}i:7;a:2:{s:4:\"name\";s:9:\"bar-chart\";s:4:\"code\";i:59655;}i:8;a:2:{s:4:\"name\";s:6:\"basket\";s:4:\"code\";i:59656;}i:9;a:2:{s:4:\"name\";s:13:\"basket-loaded\";s:4:\"code\";i:59657;}i:10;a:2:{s:4:\"name\";s:4:\"bell\";s:4:\"code\";i:59658;}i:11;a:2:{s:4:\"name\";s:9:\"briefcase\";s:4:\"code\";i:59659;}i:12;a:2:{s:4:\"name\";s:6:\"bubble\";s:4:\"code\";i:59660;}i:13;a:2:{s:4:\"name\";s:7:\"bubbles\";s:4:\"code\";i:59661;}i:14;a:2:{s:4:\"name\";s:4:\"bulb\";s:4:\"code\";i:59662;}i:15;a:2:{s:4:\"name\";s:10:\"calculator\";s:4:\"code\";i:59663;}i:16;a:2:{s:4:\"name\";s:8:\"calendar\";s:4:\"code\";i:59664;}i:17;a:2:{s:4:\"name\";s:8:\"call-end\";s:4:\"code\";i:59665;}i:18;a:2:{s:4:\"name\";s:7:\"call-in\";s:4:\"code\";i:59666;}i:19;a:2:{s:4:\"name\";s:8:\"call-out\";s:4:\"code\";i:59667;}i:20;a:2:{s:4:\"name\";s:5:\"check\";s:4:\"code\";i:59668;}i:21;a:2:{s:4:\"name\";s:9:\"chemestry\";s:4:\"code\";i:59669;}i:22;a:2:{s:4:\"name\";s:5:\"clock\";s:4:\"code\";i:59670;}i:23;a:2:{s:4:\"name\";s:5:\"close\";s:4:\"code\";i:59671;}i:24;a:2:{s:4:\"name\";s:7:\"compass\";s:4:\"code\";i:59672;}i:25;a:2:{s:4:\"name\";s:6:\"config\";s:4:\"code\";i:59673;}i:26;a:2:{s:4:\"name\";s:10:\"controller\";s:4:\"code\";i:59674;}i:27;a:2:{s:4:\"name\";s:11:\"credit-card\";s:4:\"code\";i:59675;}i:28;a:2:{s:4:\"name\";s:4:\"crop\";s:4:\"code\";i:59676;}i:29;a:2:{s:4:\"name\";s:3:\"cup\";s:4:\"code\";i:59677;}i:30;a:2:{s:4:\"name\";s:4:\"cup2\";s:4:\"code\";i:59678;}i:31;a:2:{s:4:\"name\";s:6:\"cursor\";s:4:\"code\";i:59679;}i:32;a:2:{s:4:\"name\";s:7:\"diamond\";s:4:\"code\";i:59680;}i:33;a:2:{s:4:\"name\";s:9:\"direction\";s:4:\"code\";i:59681;}i:34;a:2:{s:4:\"name\";s:10:\"directions\";s:4:\"code\";i:59682;}i:35;a:2:{s:4:\"name\";s:4:\"disc\";s:4:\"code\";i:59683;}i:36;a:2:{s:4:\"name\";s:7:\"dislike\";s:4:\"code\";i:59684;}i:37;a:2:{s:4:\"name\";s:8:\"document\";s:4:\"code\";i:59685;}i:38;a:2:{s:4:\"name\";s:9:\"documents\";s:4:\"code\";i:59686;}i:39;a:2:{s:4:\"name\";s:8:\"download\";s:4:\"code\";i:59687;}i:40;a:2:{s:4:\"name\";s:6:\"drawer\";s:4:\"code\";i:59688;}i:41;a:2:{s:4:\"name\";s:8:\"dribbble\";s:4:\"code\";i:59689;}i:42;a:2:{s:4:\"name\";s:7:\"dropbox\";s:4:\"code\";i:59690;}i:43;a:2:{s:4:\"name\";s:7:\"droplet\";s:4:\"code\";i:59691;}i:44;a:2:{s:4:\"name\";s:8:\"emoticon\";s:4:\"code\";i:59692;}i:45;a:2:{s:4:\"name\";s:3:\"end\";s:4:\"code\";i:59693;}i:46;a:2:{s:4:\"name\";s:6:\"energy\";s:4:\"code\";i:59694;}i:47;a:2:{s:4:\"name\";s:8:\"envelope\";s:4:\"code\";i:59695;}i:48;a:2:{s:4:\"name\";s:15:\"envelope-letter\";s:4:\"code\";i:59696;}i:49;a:2:{s:4:\"name\";s:13:\"envelope-open\";s:4:\"code\";i:59697;}i:50;a:2:{s:4:\"name\";s:3:\"eye\";s:4:\"code\";i:59698;}i:51;a:2:{s:4:\"name\";s:10:\"eyeglasses\";s:4:\"code\";i:59699;}i:52;a:2:{s:4:\"name\";s:8:\"facebook\";s:4:\"code\";i:59700;}i:53;a:2:{s:4:\"name\";s:4:\"feed\";s:4:\"code\";i:59701;}i:54;a:2:{s:4:\"name\";s:6:\"female\";s:4:\"code\";i:59702;}i:55;a:2:{s:4:\"name\";s:11:\"female-user\";s:4:\"code\";i:59703;}i:56;a:2:{s:4:\"name\";s:4:\"film\";s:4:\"code\";i:59704;}i:57;a:2:{s:4:\"name\";s:4:\"fire\";s:4:\"code\";i:59705;}i:58;a:2:{s:4:\"name\";s:4:\"flag\";s:4:\"code\";i:59706;}i:59;a:2:{s:4:\"name\";s:6:\"folder\";s:4:\"code\";i:59707;}i:60;a:2:{s:4:\"name\";s:7:\"folder2\";s:4:\"code\";i:59708;}i:61;a:2:{s:4:\"name\";s:6:\"follow\";s:4:\"code\";i:59709;}i:62;a:2:{s:4:\"name\";s:9:\"following\";s:4:\"code\";i:59710;}i:63;a:2:{s:4:\"name\";s:7:\"forward\";s:4:\"code\";i:59711;}i:64;a:2:{s:4:\"name\";s:5:\"frame\";s:4:\"code\";i:59712;}i:65;a:2:{s:4:\"name\";s:7:\"friends\";s:4:\"code\";i:59713;}i:66;a:2:{s:4:\"name\";s:11:\"full-screen\";s:4:\"code\";i:59714;}i:67;a:2:{s:4:\"name\";s:5:\"ghost\";s:4:\"code\";i:59715;}i:68;a:2:{s:4:\"name\";s:7:\"globe-1\";s:4:\"code\";i:59716;}i:69;a:2:{s:4:\"name\";s:7:\"globe-2\";s:4:\"code\";i:59717;}i:70;a:2:{s:4:\"name\";s:14:\"graduation-cap\";s:4:\"code\";i:59718;}i:71;a:2:{s:4:\"name\";s:5:\"graph\";s:4:\"code\";i:59719;}i:72;a:2:{s:4:\"name\";s:4:\"grid\";s:4:\"code\";i:59720;}i:73;a:2:{s:4:\"name\";s:7:\"handbag\";s:4:\"code\";i:59721;}i:74;a:2:{s:4:\"name\";s:10:\"headphones\";s:4:\"code\";i:59722;}i:75;a:2:{s:4:\"name\";s:21:\"headphones-microphone\";s:4:\"code\";i:59723;}i:76;a:2:{s:4:\"name\";s:5:\"heart\";s:4:\"code\";i:59724;}i:77;a:2:{s:4:\"name\";s:4:\"help\";s:4:\"code\";i:59725;}i:78;a:2:{s:4:\"name\";s:4:\"home\";s:4:\"code\";i:59726;}i:79;a:2:{s:4:\"name\";s:9:\"hourglass\";s:4:\"code\";i:59727;}i:80;a:2:{s:4:\"name\";s:4:\"info\";s:4:\"code\";i:59728;}i:81;a:2:{s:4:\"name\";s:3:\"key\";s:4:\"code\";i:59729;}i:82;a:2:{s:4:\"name\";s:6:\"layers\";s:4:\"code\";i:59730;}i:83;a:2:{s:4:\"name\";s:4:\"left\";s:4:\"code\";i:59731;}i:84;a:2:{s:4:\"name\";s:4:\"like\";s:4:\"code\";i:59732;}i:85;a:2:{s:4:\"name\";s:4:\"link\";s:4:\"code\";i:59733;}i:86;a:2:{s:4:\"name\";s:4:\"list\";s:4:\"code\";i:59734;}i:87;a:2:{s:4:\"name\";s:4:\"lock\";s:4:\"code\";i:59735;}i:88;a:2:{s:4:\"name\";s:5:\"login\";s:4:\"code\";i:59736;}i:89;a:2:{s:4:\"name\";s:6:\"logout\";s:4:\"code\";i:59737;}i:90;a:2:{s:4:\"name\";s:4:\"loop\";s:4:\"code\";i:59738;}i:91;a:2:{s:4:\"name\";s:10:\"magic-wand\";s:4:\"code\";i:59739;}i:92;a:2:{s:4:\"name\";s:6:\"magnet\";s:4:\"code\";i:59740;}i:93;a:2:{s:4:\"name\";s:9:\"magnifier\";s:4:\"code\";i:59741;}i:94;a:2:{s:4:\"name\";s:4:\"male\";s:4:\"code\";i:59742;}i:95;a:2:{s:4:\"name\";s:9:\"male-user\";s:4:\"code\";i:59743;}i:96;a:2:{s:4:\"name\";s:3:\"map\";s:4:\"code\";i:59744;}i:97;a:2:{s:4:\"name\";s:10:\"microphone\";s:4:\"code\";i:59745;}i:98;a:2:{s:4:\"name\";s:7:\"monitor\";s:4:\"code\";i:59746;}i:99;a:2:{s:4:\"name\";s:5:\"mouse\";s:4:\"code\";i:59747;}i:100;a:2:{s:4:\"name\";s:9:\"moustache\";s:4:\"code\";i:59748;}i:101;a:2:{s:4:\"name\";s:4:\"move\";s:4:\"code\";i:59749;}i:102;a:2:{s:4:\"name\";s:11:\"music-note1\";s:4:\"code\";i:59750;}i:103;a:2:{s:4:\"name\";s:11:\"music-note2\";s:4:\"code\";i:59751;}i:104;a:2:{s:4:\"name\";s:4:\"note\";s:4:\"code\";i:59752;}i:105;a:2:{s:4:\"name\";s:8:\"notebook\";s:4:\"code\";i:59753;}i:106;a:2:{s:4:\"name\";s:11:\"opened-book\";s:4:\"code\";i:59754;}i:107;a:2:{s:4:\"name\";s:10:\"paper-clip\";s:4:\"code\";i:59755;}i:108;a:2:{s:4:\"name\";s:11:\"paper-plane\";s:4:\"code\";i:59756;}i:109;a:2:{s:4:\"name\";s:5:\"pause\";s:4:\"code\";i:59757;}i:110;a:2:{s:4:\"name\";s:6:\"pencil\";s:4:\"code\";i:59758;}i:111;a:2:{s:4:\"name\";s:5:\"phone\";s:4:\"code\";i:59759;}i:112;a:2:{s:4:\"name\";s:5:\"photo\";s:4:\"code\";i:59760;}i:113;a:2:{s:4:\"name\";s:7:\"picture\";s:4:\"code\";i:59761;}i:114;a:2:{s:4:\"name\";s:9:\"pie-chart\";s:4:\"code\";i:59762;}i:115;a:2:{s:4:\"name\";s:3:\"pin\";s:4:\"code\";i:59763;}i:116;a:2:{s:4:\"name\";s:5:\"plane\";s:4:\"code\";i:59764;}i:117;a:2:{s:4:\"name\";s:4:\"play\";s:4:\"code\";i:59765;}i:118;a:2:{s:4:\"name\";s:8:\"playlist\";s:4:\"code\";i:59766;}i:119;a:2:{s:4:\"name\";s:4:\"plus\";s:4:\"code\";i:59767;}i:120;a:2:{s:4:\"name\";s:7:\"pointer\";s:4:\"code\";i:59768;}i:121;a:2:{s:4:\"name\";s:5:\"power\";s:4:\"code\";i:59769;}i:122;a:2:{s:4:\"name\";s:7:\"present\";s:4:\"code\";i:59770;}i:123;a:2:{s:4:\"name\";s:7:\"printer\";s:4:\"code\";i:59771;}i:124;a:2:{s:4:\"name\";s:6:\"puzzle\";s:4:\"code\";i:59772;}i:125;a:2:{s:4:\"name\";s:8:\"question\";s:4:\"code\";i:59773;}i:126;a:2:{s:4:\"name\";s:7:\"refresh\";s:4:\"code\";i:59774;}i:127;a:2:{s:4:\"name\";s:6:\"reload\";s:4:\"code\";i:59775;}i:128;a:2:{s:4:\"name\";s:6:\"rewind\";s:4:\"code\";i:59776;}i:129;a:2:{s:4:\"name\";s:5:\"right\";s:4:\"code\";i:59777;}i:130;a:2:{s:4:\"name\";s:6:\"rocket\";s:4:\"code\";i:59778;}i:131;a:2:{s:4:\"name\";s:8:\"settings\";s:4:\"code\";i:59779;}i:132;a:2:{s:4:\"name\";s:6:\"share1\";s:4:\"code\";i:59780;}i:133;a:2:{s:4:\"name\";s:6:\"share2\";s:4:\"code\";i:59781;}i:134;a:2:{s:4:\"name\";s:6:\"shield\";s:4:\"code\";i:59782;}i:135;a:2:{s:4:\"name\";s:7:\"shuffle\";s:4:\"code\";i:59783;}i:136;a:2:{s:4:\"name\";s:6:\"speech\";s:4:\"code\";i:59784;}i:137;a:2:{s:4:\"name\";s:11:\"speedometer\";s:4:\"code\";i:59785;}i:138;a:2:{s:4:\"name\";s:4:\"star\";s:4:\"code\";i:59786;}i:139;a:2:{s:4:\"name\";s:5:\"start\";s:4:\"code\";i:59787;}i:140;a:2:{s:4:\"name\";s:6:\"tablet\";s:4:\"code\";i:59788;}i:141;a:2:{s:4:\"name\";s:3:\"tag\";s:4:\"code\";i:59789;}i:142;a:2:{s:4:\"name\";s:6:\"target\";s:4:\"code\";i:59790;}i:143;a:2:{s:4:\"name\";s:5:\"trash\";s:4:\"code\";i:59791;}i:144;a:2:{s:4:\"name\";s:6:\"tumblr\";s:4:\"code\";i:59792;}i:145;a:2:{s:4:\"name\";s:7:\"twitter\";s:4:\"code\";i:59793;}i:146;a:2:{s:4:\"name\";s:8:\"umbrella\";s:4:\"code\";i:59794;}i:147;a:2:{s:4:\"name\";s:8:\"unfollow\";s:4:\"code\";i:59795;}i:148;a:2:{s:4:\"name\";s:6:\"unlock\";s:4:\"code\";i:59796;}i:149;a:2:{s:4:\"name\";s:6:\"upload\";s:4:\"code\";i:59797;}i:150;a:2:{s:4:\"name\";s:6:\"vector\";s:4:\"code\";i:59798;}i:151;a:2:{s:4:\"name\";s:5:\"video\";s:4:\"code\";i:59799;}i:152;a:2:{s:4:\"name\";s:8:\"volume-1\";s:4:\"code\";i:59800;}i:153;a:2:{s:4:\"name\";s:8:\"volume-2\";s:4:\"code\";i:59801;}i:154;a:2:{s:4:\"name\";s:10:\"volume-off\";s:4:\"code\";i:59802;}i:155;a:2:{s:4:\"name\";s:6:\"wallet\";s:4:\"code\";i:59803;}i:156;a:2:{s:4:\"name\";s:6:\"wrench\";s:4:\"code\";i:59804;}i:157;a:2:{s:4:\"name\";s:7:\"youtube\";s:4:\"code\";i:59805;}i:158;a:2:{s:4:\"name\";s:7:\"zoom-in\";s:4:\"code\";i:59806;}i:159;a:2:{s:4:\"name\";s:8:\"zoom-out\";s:4:\"code\";i:59807;}}s:4:\"name\";s:17:\"Simple-Line-Icons\";}s:14:\"groovy-socicon\";a:2:{s:5:\"icons\";a:297:{i:0;a:2:{s:4:\"name\";s:5:\"eitaa\";s:4:\"code\";i:59772;}i:1;a:2:{s:4:\"name\";s:7:\"soroush\";s:4:\"code\";i:59773;}i:2;a:2:{s:4:\"name\";s:4:\"bale\";s:4:\"code\";i:59774;}i:3;a:2:{s:4:\"name\";s:6:\"zazzle\";s:4:\"code\";i:59771;}i:4;a:2:{s:4:\"name\";s:8:\"society6\";s:4:\"code\";i:59770;}i:5;a:2:{s:4:\"name\";s:9:\"redbubble\";s:4:\"code\";i:59769;}i:6;a:2:{s:4:\"name\";s:4:\"avvo\";s:4:\"code\";i:59768;}i:7;a:2:{s:4:\"name\";s:8:\"stitcher\";s:4:\"code\";i:59767;}i:8;a:2:{s:4:\"name\";s:6:\"google\";s:4:\"code\";i:59764;}i:9;a:2:{s:4:\"name\";s:5:\"dlive\";s:4:\"code\";i:59765;}i:10;a:2:{s:4:\"name\";s:4:\"vsco\";s:4:\"code\";i:59766;}i:11;a:2:{s:4:\"name\";s:9:\"flipboard\";s:4:\"code\";i:59763;}i:12;a:2:{s:4:\"name\";s:6:\"ubuntu\";s:4:\"code\";i:59736;}i:13;a:2:{s:4:\"name\";s:10:\"artstation\";s:4:\"code\";i:59737;}i:14;a:2:{s:4:\"name\";s:8:\"invision\";s:4:\"code\";i:59738;}i:15;a:2:{s:4:\"name\";s:6:\"torial\";s:4:\"code\";i:59739;}i:16;a:2:{s:4:\"name\";s:10:\"collectorz\";s:4:\"code\";i:59740;}i:17;a:2:{s:4:\"name\";s:8:\"seenthis\";s:4:\"code\";i:59741;}i:18;a:2:{s:4:\"name\";s:17:\"google_play_music\";s:4:\"code\";i:59742;}i:19;a:2:{s:4:\"name\";s:6:\"debian\";s:4:\"code\";i:59743;}i:20;a:2:{s:4:\"name\";s:11:\"filmfreeway\";s:4:\"code\";i:59744;}i:21;a:2:{s:4:\"name\";s:5:\"gnome\";s:4:\"code\";i:59745;}i:22;a:2:{s:4:\"name\";s:6:\"itchio\";s:4:\"code\";i:59746;}i:23;a:2:{s:4:\"name\";s:7:\"jamendo\";s:4:\"code\";i:59747;}i:24;a:2:{s:4:\"name\";s:3:\"mix\";s:4:\"code\";i:59748;}i:25;a:2:{s:4:\"name\";s:10:\"sharepoint\";s:4:\"code\";i:59749;}i:26;a:2:{s:4:\"name\";s:6:\"tinder\";s:4:\"code\";i:59750;}i:27;a:2:{s:4:\"name\";s:8:\"windguru\";s:4:\"code\";i:59751;}i:28;a:2:{s:4:\"name\";s:7:\"cd_baby\";s:4:\"code\";i:59752;}i:29;a:2:{s:4:\"name\";s:13:\"elementary_os\";s:4:\"code\";i:59753;}i:30;a:2:{s:4:\"name\";s:7:\"stage32\";s:4:\"code\";i:59754;}i:31;a:2:{s:4:\"name\";s:6:\"tiktok\";s:4:\"code\";i:59755;}i:32;a:2:{s:4:\"name\";s:6:\"gitter\";s:4:\"code\";i:59756;}i:33;a:2:{s:4:\"name\";s:10:\"letterboxd\";s:4:\"code\";i:59757;}i:34;a:2:{s:4:\"name\";s:7:\"threema\";s:4:\"code\";i:59758;}i:35;a:2:{s:4:\"name\";s:6:\"splice\";s:4:\"code\";i:59759;}i:36;a:2:{s:4:\"name\";s:7:\"metapop\";s:4:\"code\";i:59760;}i:37;a:2:{s:4:\"name\";s:5:\"naver\";s:4:\"code\";i:59761;}i:38;a:2:{s:4:\"name\";s:6:\"remote\";s:4:\"code\";i:59762;}i:39;a:2:{s:4:\"name\";s:8:\"internet\";s:4:\"code\";i:59735;}i:40;a:2:{s:4:\"name\";s:5:\"moddb\";s:4:\"code\";i:59723;}i:41;a:2:{s:4:\"name\";s:7:\"indiedb\";s:4:\"code\";i:59724;}i:42;a:2:{s:4:\"name\";s:10:\"traxsource\";s:4:\"code\";i:59725;}i:43;a:2:{s:4:\"name\";s:7:\"gamefor\";s:4:\"code\";i:59726;}i:44;a:2:{s:4:\"name\";s:5:\"pixiv\";s:4:\"code\";i:59727;}i:45;a:2:{s:4:\"name\";s:11:\"myanimelist\";s:4:\"code\";i:59728;}i:46;a:2:{s:4:\"name\";s:10:\"blackberry\";s:4:\"code\";i:59729;}i:47;a:2:{s:4:\"name\";s:5:\"wickr\";s:4:\"code\";i:59730;}i:48;a:2:{s:4:\"name\";s:4:\"spip\";s:4:\"code\";i:59731;}i:49;a:2:{s:4:\"name\";s:7:\"napster\";s:4:\"code\";i:59732;}i:50;a:2:{s:4:\"name\";s:8:\"beatport\";s:4:\"code\";i:59733;}i:51;a:2:{s:4:\"name\";s:9:\"hackerone\";s:4:\"code\";i:59734;}i:52;a:2:{s:4:\"name\";s:10:\"hackernews\";s:4:\"code\";i:59718;}i:53;a:2:{s:4:\"name\";s:10:\"smashwords\";s:4:\"code\";i:59719;}i:54;a:2:{s:4:\"name\";s:4:\"kobo\";s:4:\"code\";i:59720;}i:55;a:2:{s:4:\"name\";s:7:\"bookbub\";s:4:\"code\";i:59721;}i:56;a:2:{s:4:\"name\";s:6:\"mailru\";s:4:\"code\";i:59722;}i:57;a:2:{s:4:\"name\";s:6:\"gitlab\";s:4:\"code\";i:59717;}i:58;a:2:{s:4:\"name\";s:13:\"instructables\";s:4:\"code\";i:59716;}i:59;a:2:{s:4:\"name\";s:9:\"portfolio\";s:4:\"code\";i:59715;}i:60;a:2:{s:4:\"name\";s:7:\"codered\";s:4:\"code\";i:59712;}i:61;a:2:{s:4:\"name\";s:6:\"origin\";s:4:\"code\";i:59713;}i:62;a:2:{s:4:\"name\";s:8:\"nextdoor\";s:4:\"code\";i:59714;}i:63;a:2:{s:4:\"name\";s:5:\"udemy\";s:4:\"code\";i:59711;}i:64;a:2:{s:4:\"name\";s:10:\"livemaster\";s:4:\"code\";i:59710;}i:65;a:2:{s:4:\"name\";s:10:\"crunchbase\";s:4:\"code\";i:59707;}i:66;a:2:{s:4:\"name\";s:6:\"homefy\";s:4:\"code\";i:59708;}i:67;a:2:{s:4:\"name\";s:8:\"calendly\";s:4:\"code\";i:59709;}i:68;a:2:{s:4:\"name\";s:7:\"realtor\";s:4:\"code\";i:59663;}i:69;a:2:{s:4:\"name\";s:5:\"tidal\";s:4:\"code\";i:59664;}i:70;a:2:{s:4:\"name\";s:5:\"qobuz\";s:4:\"code\";i:59665;}i:71;a:2:{s:4:\"name\";s:6:\"natgeo\";s:4:\"code\";i:59666;}i:72;a:2:{s:4:\"name\";s:8:\"mastodon\";s:4:\"code\";i:59667;}i:73;a:2:{s:4:\"name\";s:8:\"unsplash\";s:4:\"code\";i:59668;}i:74;a:2:{s:4:\"name\";s:11:\"homeadvisor\";s:4:\"code\";i:59669;}i:75;a:2:{s:4:\"name\";s:10:\"angieslist\";s:4:\"code\";i:59670;}i:76;a:2:{s:4:\"name\";s:7:\"codepen\";s:4:\"code\";i:59671;}i:77;a:2:{s:4:\"name\";s:5:\"slack\";s:4:\"code\";i:59672;}i:78;a:2:{s:4:\"name\";s:9:\"openaigym\";s:4:\"code\";i:59673;}i:79;a:2:{s:4:\"name\";s:7:\"logmein\";s:4:\"code\";i:59674;}i:80;a:2:{s:4:\"name\";s:6:\"fiverr\";s:4:\"code\";i:59675;}i:81;a:2:{s:4:\"name\";s:11:\"gotomeeting\";s:4:\"code\";i:59676;}i:82;a:2:{s:4:\"name\";s:10:\"aliexpress\";s:4:\"code\";i:59677;}i:83;a:2:{s:4:\"name\";s:4:\"guru\";s:4:\"code\";i:59678;}i:84;a:2:{s:4:\"name\";s:8:\"appstore\";s:4:\"code\";i:59679;}i:85;a:2:{s:4:\"name\";s:5:\"homes\";s:4:\"code\";i:59680;}i:86;a:2:{s:4:\"name\";s:4:\"zoom\";s:4:\"code\";i:59681;}i:87;a:2:{s:4:\"name\";s:7:\"alibaba\";s:4:\"code\";i:59682;}i:88;a:2:{s:4:\"name\";s:10:\"craigslist\";s:4:\"code\";i:59683;}i:89;a:2:{s:4:\"name\";s:3:\"wix\";s:4:\"code\";i:59684;}i:90;a:2:{s:4:\"name\";s:6:\"redfin\";s:4:\"code\";i:59685;}i:91;a:2:{s:4:\"name\";s:14:\"googlecalendar\";s:4:\"code\";i:59686;}i:92;a:2:{s:4:\"name\";s:7:\"shopify\";s:4:\"code\";i:59687;}i:93;a:2:{s:4:\"name\";s:10:\"freelancer\";s:4:\"code\";i:59688;}i:94;a:2:{s:4:\"name\";s:6:\"seedrs\";s:4:\"code\";i:59689;}i:95;a:2:{s:4:\"name\";s:4:\"bing\";s:4:\"code\";i:59690;}i:96;a:2:{s:4:\"name\";s:6:\"doodle\";s:4:\"code\";i:59691;}i:97;a:2:{s:4:\"name\";s:7:\"bonanza\";s:4:\"code\";i:59692;}i:98;a:2:{s:4:\"name\";s:11:\"squarespace\";s:4:\"code\";i:59693;}i:99;a:2:{s:4:\"name\";s:6:\"toptal\";s:4:\"code\";i:59694;}i:100;a:2:{s:4:\"name\";s:4:\"gust\";s:4:\"code\";i:59695;}i:101;a:2:{s:4:\"name\";s:3:\"ask\";s:4:\"code\";i:59696;}i:102;a:2:{s:4:\"name\";s:6:\"trulia\";s:4:\"code\";i:59697;}i:103;a:2:{s:4:\"name\";s:14:\"calendy loomly\";s:4:\"code\";i:59698;}i:104;a:2:{s:4:\"name\";s:5:\"ghost\";s:4:\"code\";i:59699;}i:105;a:2:{s:4:\"name\";s:6:\"upwork\";s:4:\"code\";i:59700;}i:106;a:2:{s:4:\"name\";s:8:\"fundable\";s:4:\"code\";i:59701;}i:107;a:2:{s:4:\"name\";s:7:\"booking\";s:4:\"code\";i:59702;}i:108;a:2:{s:4:\"name\";s:10:\"googlemaps\";s:4:\"code\";i:59703;}i:109;a:2:{s:4:\"name\";s:6:\"zillow\";s:4:\"code\";i:59704;}i:110;a:2:{s:4:\"name\";s:8:\"niconico\";s:4:\"code\";i:59705;}i:111;a:2:{s:4:\"name\";s:7:\"toneden\";s:4:\"code\";i:59706;}i:112;a:2:{s:4:\"name\";s:7:\"augment\";s:4:\"code\";i:59656;}i:113;a:2:{s:4:\"name\";s:9:\"bitbucket\";s:4:\"code\";i:59657;}i:114;a:2:{s:4:\"name\";s:5:\"fyuse\";s:4:\"code\";i:59658;}i:115;a:2:{s:4:\"name\";s:14:\"youtube gaming\";s:4:\"code\";i:59659;}i:116;a:2:{s:4:\"name\";s:9:\"sketchfab\";s:4:\"code\";i:59660;}i:117;a:2:{s:4:\"name\";s:8:\"mobcrush\";s:4:\"code\";i:59661;}i:118;a:2:{s:4:\"name\";s:9:\"microsoft\";s:4:\"code\";i:59662;}i:119;a:2:{s:4:\"name\";s:7:\"pandora\";s:4:\"code\";i:59655;}i:120;a:2:{s:4:\"name\";s:18:\"facebook messenger\";s:4:\"code\";i:59654;}i:121;a:2:{s:4:\"name\";s:8:\"gamewisp\";s:4:\"code\";i:59653;}i:122;a:2:{s:4:\"name\";s:9:\"bloglovin\";s:4:\"code\";i:59652;}i:123;a:2:{s:4:\"name\";s:6:\"tunein\";s:4:\"code\";i:59651;}i:124;a:2:{s:4:\"name\";s:8:\"gamejolt\";s:4:\"code\";i:59649;}i:125;a:2:{s:4:\"name\";s:6:\"trello\";s:4:\"code\";i:59650;}i:126;a:2:{s:4:\"name\";s:11:\"spreadshirt\";s:4:\"code\";i:59648;}i:127;a:2:{s:4:\"name\";s:5:\"500px\";s:4:\"code\";i:57344;}i:128;a:2:{s:4:\"name\";s:7:\"8tracks\";s:4:\"code\";i:57345;}i:129;a:2:{s:4:\"name\";s:6:\"airbnb\";s:4:\"code\";i:57346;}i:130;a:2:{s:4:\"name\";s:8:\"alliance\";s:4:\"code\";i:57347;}i:131;a:2:{s:4:\"name\";s:6:\"amazon\";s:4:\"code\";i:57348;}i:132;a:2:{s:4:\"name\";s:9:\"amplement\";s:4:\"code\";i:57349;}i:133;a:2:{s:4:\"name\";s:7:\"android\";s:4:\"code\";i:57350;}i:134;a:2:{s:4:\"name\";s:9:\"angellist\";s:4:\"code\";i:57351;}i:135;a:2:{s:4:\"name\";s:5:\"apple\";s:4:\"code\";i:57352;}i:136;a:2:{s:4:\"name\";s:6:\"appnet\";s:4:\"code\";i:57353;}i:137;a:2:{s:4:\"name\";s:5:\"baidu\";s:4:\"code\";i:57354;}i:138;a:2:{s:4:\"name\";s:8:\"bandcamp\";s:4:\"code\";i:57355;}i:139;a:2:{s:4:\"name\";s:9:\"battlenet\";s:4:\"code\";i:57356;}i:140;a:2:{s:4:\"name\";s:10:\"beam mixer\";s:4:\"code\";i:57357;}i:141;a:2:{s:4:\"name\";s:5:\"bebee\";s:4:\"code\";i:57358;}i:142;a:2:{s:4:\"name\";s:4:\"bebo\";s:4:\"code\";i:57359;}i:143;a:2:{s:4:\"name\";s:7:\"behance\";s:4:\"code\";i:57360;}i:144;a:2:{s:4:\"name\";s:8:\"blizzard\";s:4:\"code\";i:57361;}i:145;a:2:{s:4:\"name\";s:7:\"blogger\";s:4:\"code\";i:57362;}i:146;a:2:{s:4:\"name\";s:6:\"buffer\";s:4:\"code\";i:57363;}i:147;a:2:{s:4:\"name\";s:6:\"chrome\";s:4:\"code\";i:57364;}i:148;a:2:{s:4:\"name\";s:9:\"coderwall\";s:4:\"code\";i:57365;}i:149;a:2:{s:4:\"name\";s:5:\"curse\";s:4:\"code\";i:57366;}i:150;a:2:{s:4:\"name\";s:11:\"dailymotion\";s:4:\"code\";i:57367;}i:151;a:2:{s:4:\"name\";s:6:\"deezer\";s:4:\"code\";i:57368;}i:152;a:2:{s:4:\"name\";s:9:\"delicious\";s:4:\"code\";i:57369;}i:153;a:2:{s:4:\"name\";s:10:\"deviantart\";s:4:\"code\";i:57370;}i:154;a:2:{s:4:\"name\";s:6:\"diablo\";s:4:\"code\";i:57371;}i:155;a:2:{s:4:\"name\";s:4:\"digg\";s:4:\"code\";i:57372;}i:156;a:2:{s:4:\"name\";s:7:\"discord\";s:4:\"code\";i:57373;}i:157;a:2:{s:4:\"name\";s:6:\"disqus\";s:4:\"code\";i:57374;}i:158;a:2:{s:4:\"name\";s:6:\"douban\";s:4:\"code\";i:57375;}i:159;a:2:{s:4:\"name\";s:8:\"draugiem\";s:4:\"code\";i:57376;}i:160;a:2:{s:4:\"name\";s:8:\"dribbble\";s:4:\"code\";i:57377;}i:161;a:2:{s:4:\"name\";s:6:\"drupal\";s:4:\"code\";i:57378;}i:162;a:2:{s:4:\"name\";s:4:\"ebay\";s:4:\"code\";i:57379;}i:163;a:2:{s:4:\"name\";s:4:\"ello\";s:4:\"code\";i:57380;}i:164;a:2:{s:4:\"name\";s:8:\"endomodo\";s:4:\"code\";i:57381;}i:165;a:2:{s:4:\"name\";s:6:\"envato\";s:4:\"code\";i:57382;}i:166;a:2:{s:4:\"name\";s:4:\"etsy\";s:4:\"code\";i:57383;}i:167;a:2:{s:4:\"name\";s:8:\"facebook\";s:4:\"code\";i:57384;}i:168;a:2:{s:4:\"name\";s:10:\"feedburner\";s:4:\"code\";i:57385;}i:169;a:2:{s:4:\"name\";s:7:\"filmweb\";s:4:\"code\";i:57386;}i:170;a:2:{s:4:\"name\";s:7:\"firefox\";s:4:\"code\";i:57387;}i:171;a:2:{s:4:\"name\";s:6:\"flattr\";s:4:\"code\";i:57388;}i:172;a:2:{s:4:\"name\";s:6:\"flickr\";s:4:\"code\";i:57389;}i:173;a:2:{s:4:\"name\";s:7:\"formulr\";s:4:\"code\";i:57390;}i:174;a:2:{s:4:\"name\";s:6:\"forrst\";s:4:\"code\";i:57391;}i:175;a:2:{s:4:\"name\";s:10:\"foursquare\";s:4:\"code\";i:57392;}i:176;a:2:{s:4:\"name\";s:10:\"friendfeed\";s:4:\"code\";i:57393;}i:177;a:2:{s:4:\"name\";s:6:\"github\";s:4:\"code\";i:57394;}i:178;a:2:{s:4:\"name\";s:9:\"goodreads\";s:4:\"code\";i:57395;}i:179;a:2:{s:4:\"name\";s:6:\"google\";s:4:\"code\";i:57396;}i:180;a:2:{s:4:\"name\";s:14:\"google-scholar\";s:4:\"code\";i:57397;}i:181;a:2:{s:4:\"name\";s:12:\"googlegroups\";s:4:\"code\";i:57398;}i:182;a:2:{s:4:\"name\";s:12:\"googlephotos\";s:4:\"code\";i:57399;}i:183;a:2:{s:4:\"name\";s:10:\"googleplus\";s:4:\"code\";i:57400;}i:184;a:2:{s:4:\"name\";s:11:\"grooveshark\";s:4:\"code\";i:57401;}i:185;a:2:{s:4:\"name\";s:10:\"hackerrank\";s:4:\"code\";i:57402;}i:186;a:2:{s:4:\"name\";s:11:\"hearthstone\";s:4:\"code\";i:57403;}i:187;a:2:{s:4:\"name\";s:10:\"hellocoton\";s:4:\"code\";i:57404;}i:188;a:2:{s:4:\"name\";s:6:\"heroes\";s:4:\"code\";i:57405;}i:189;a:2:{s:4:\"name\";s:16:\"hitbox smashcast\";s:4:\"code\";i:57406;}i:190;a:2:{s:4:\"name\";s:5:\"horde\";s:4:\"code\";i:57407;}i:191;a:2:{s:4:\"name\";s:5:\"houzz\";s:4:\"code\";i:57408;}i:192;a:2:{s:4:\"name\";s:3:\"icq\";s:4:\"code\";i:57409;}i:193;a:2:{s:4:\"name\";s:8:\"identica\";s:4:\"code\";i:57410;}i:194;a:2:{s:4:\"name\";s:4:\"imdb\";s:4:\"code\";i:57411;}i:195;a:2:{s:4:\"name\";s:9:\"instagram\";s:4:\"code\";i:57412;}i:196;a:2:{s:4:\"name\";s:5:\"issuu\";s:4:\"code\";i:57413;}i:197;a:2:{s:4:\"name\";s:6:\"istock\";s:4:\"code\";i:57414;}i:198;a:2:{s:4:\"name\";s:6:\"itunes\";s:4:\"code\";i:57415;}i:199;a:2:{s:4:\"name\";s:7:\"keybase\";s:4:\"code\";i:57416;}i:200;a:2:{s:4:\"name\";s:6:\"lanyrd\";s:4:\"code\";i:57417;}i:201;a:2:{s:4:\"name\";s:6:\"lastfm\";s:4:\"code\";i:57418;}i:202;a:2:{s:4:\"name\";s:4:\"line\";s:4:\"code\";i:57419;}i:203;a:2:{s:4:\"name\";s:8:\"linkedin\";s:4:\"code\";i:57420;}i:204;a:2:{s:4:\"name\";s:11:\"livejournal\";s:4:\"code\";i:57421;}i:205;a:2:{s:4:\"name\";s:4:\"lyft\";s:4:\"code\";i:57422;}i:206;a:2:{s:4:\"name\";s:5:\"macos\";s:4:\"code\";i:57423;}i:207;a:2:{s:4:\"name\";s:4:\"mail\";s:4:\"code\";i:57424;}i:208;a:2:{s:4:\"name\";s:6:\"medium\";s:4:\"code\";i:57425;}i:209;a:2:{s:4:\"name\";s:6:\"meetup\";s:4:\"code\";i:57426;}i:210;a:2:{s:4:\"name\";s:8:\"mixcloud\";s:4:\"code\";i:57427;}i:211;a:2:{s:4:\"name\";s:11:\"modelmayhem\";s:4:\"code\";i:57428;}i:212;a:2:{s:4:\"name\";s:6:\"mumble\";s:4:\"code\";i:57429;}i:213;a:2:{s:4:\"name\";s:7:\"myspace\";s:4:\"code\";i:57430;}i:214;a:2:{s:4:\"name\";s:8:\"newsvine\";s:4:\"code\";i:57431;}i:215;a:2:{s:4:\"name\";s:8:\"nintendo\";s:4:\"code\";i:57432;}i:216;a:2:{s:4:\"name\";s:3:\"npm\";s:4:\"code\";i:57433;}i:217;a:2:{s:4:\"name\";s:13:\"odnoklassniki\";s:4:\"code\";i:57434;}i:218;a:2:{s:4:\"name\";s:6:\"openid\";s:4:\"code\";i:57435;}i:219;a:2:{s:4:\"name\";s:5:\"opera\";s:4:\"code\";i:57436;}i:220;a:2:{s:4:\"name\";s:7:\"outlook\";s:4:\"code\";i:57437;}i:221;a:2:{s:4:\"name\";s:9:\"overwatch\";s:4:\"code\";i:57438;}i:222;a:2:{s:4:\"name\";s:7:\"patreon\";s:4:\"code\";i:57439;}i:223;a:2:{s:4:\"name\";s:6:\"paypal\";s:4:\"code\";i:57440;}i:224;a:2:{s:4:\"name\";s:9:\"periscope\";s:4:\"code\";i:57441;}i:225;a:2:{s:4:\"name\";s:7:\"persona\";s:4:\"code\";i:57442;}i:226;a:2:{s:4:\"name\";s:9:\"pinterest\";s:4:\"code\";i:57443;}i:227;a:2:{s:4:\"name\";s:4:\"play\";s:4:\"code\";i:57444;}i:228;a:2:{s:4:\"name\";s:6:\"player\";s:4:\"code\";i:57445;}i:229;a:2:{s:4:\"name\";s:11:\"playstation\";s:4:\"code\";i:57446;}i:230;a:2:{s:4:\"name\";s:6:\"pocket\";s:4:\"code\";i:57447;}i:231;a:2:{s:4:\"name\";s:2:\"qq\";s:4:\"code\";i:57448;}i:232;a:2:{s:4:\"name\";s:5:\"quora\";s:4:\"code\";i:57449;}i:233;a:2:{s:4:\"name\";s:8:\"raidcall\";s:4:\"code\";i:57450;}i:234;a:2:{s:4:\"name\";s:7:\"ravelry\";s:4:\"code\";i:57451;}i:235;a:2:{s:4:\"name\";s:6:\"reddit\";s:4:\"code\";i:57452;}i:236;a:2:{s:4:\"name\";s:6:\"renren\";s:4:\"code\";i:57453;}i:237;a:2:{s:4:\"name\";s:12:\"researchgate\";s:4:\"code\";i:57454;}i:238;a:2:{s:4:\"name\";s:15:\"residentadvisor\";s:4:\"code\";i:57455;}i:239;a:2:{s:4:\"name\";s:12:\"reverbnation\";s:4:\"code\";i:57456;}i:240;a:2:{s:4:\"name\";s:3:\"rss\";s:4:\"code\";i:57457;}i:241;a:2:{s:4:\"name\";s:9:\"sharethis\";s:4:\"code\";i:57458;}i:242;a:2:{s:4:\"name\";s:5:\"skype\";s:4:\"code\";i:57459;}i:243;a:2:{s:4:\"name\";s:10:\"slideshare\";s:4:\"code\";i:57460;}i:244;a:2:{s:4:\"name\";s:7:\"smugmug\";s:4:\"code\";i:57461;}i:245;a:2:{s:4:\"name\";s:8:\"snapchat\";s:4:\"code\";i:57462;}i:246;a:2:{s:4:\"name\";s:8:\"songkick\";s:4:\"code\";i:57463;}i:247;a:2:{s:4:\"name\";s:10:\"soundcloud\";s:4:\"code\";i:57464;}i:248;a:2:{s:4:\"name\";s:7:\"spotify\";s:4:\"code\";i:57465;}i:249;a:2:{s:4:\"name\";s:13:\"stackexchange\";s:4:\"code\";i:57466;}i:250;a:2:{s:4:\"name\";s:13:\"stackoverflow\";s:4:\"code\";i:57467;}i:251;a:2:{s:4:\"name\";s:9:\"starcraft\";s:4:\"code\";i:57468;}i:252;a:2:{s:4:\"name\";s:11:\"stayfriends\";s:4:\"code\";i:57469;}i:253;a:2:{s:4:\"name\";s:5:\"steam\";s:4:\"code\";i:57470;}i:254;a:2:{s:4:\"name\";s:10:\"storehouse\";s:4:\"code\";i:57471;}i:255;a:2:{s:4:\"name\";s:6:\"strava\";s:4:\"code\";i:57472;}i:256;a:2:{s:4:\"name\";s:9:\"streamjar\";s:4:\"code\";i:57473;}i:257;a:2:{s:4:\"name\";s:11:\"stumbleupon\";s:4:\"code\";i:57474;}i:258;a:2:{s:4:\"name\";s:5:\"swarm\";s:4:\"code\";i:57475;}i:259;a:2:{s:4:\"name\";s:9:\"teamspeak\";s:4:\"code\";i:57476;}i:260;a:2:{s:4:\"name\";s:10:\"teamviewer\";s:4:\"code\";i:57477;}i:261;a:2:{s:4:\"name\";s:10:\"technorati\";s:4:\"code\";i:57478;}i:262;a:2:{s:4:\"name\";s:8:\"telegram\";s:4:\"code\";i:57479;}i:263;a:2:{s:4:\"name\";s:11:\"tripadvisor\";s:4:\"code\";i:57480;}i:264;a:2:{s:4:\"name\";s:6:\"tripit\";s:4:\"code\";i:57481;}i:265;a:2:{s:4:\"name\";s:7:\"triplej\";s:4:\"code\";i:57482;}i:266;a:2:{s:4:\"name\";s:6:\"tumblr\";s:4:\"code\";i:57483;}i:267;a:2:{s:4:\"name\";s:6:\"twitch\";s:4:\"code\";i:57484;}i:268;a:2:{s:4:\"name\";s:7:\"twitter\";s:4:\"code\";i:57485;}i:269;a:2:{s:4:\"name\";s:4:\"uber\";s:4:\"code\";i:57486;}i:270;a:2:{s:4:\"name\";s:8:\"ventrilo\";s:4:\"code\";i:57487;}i:271;a:2:{s:4:\"name\";s:6:\"viadeo\";s:4:\"code\";i:57488;}i:272;a:2:{s:4:\"name\";s:5:\"viber\";s:4:\"code\";i:57489;}i:273;a:2:{s:4:\"name\";s:7:\"viewbug\";s:4:\"code\";i:57490;}i:274;a:2:{s:4:\"name\";s:5:\"vimeo\";s:4:\"code\";i:57491;}i:275;a:2:{s:4:\"name\";s:4:\"vine\";s:4:\"code\";i:57492;}i:276;a:2:{s:4:\"name\";s:9:\"vkontakte\";s:4:\"code\";i:57493;}i:277;a:2:{s:4:\"name\";s:8:\"warcraft\";s:4:\"code\";i:57494;}i:278;a:2:{s:4:\"name\";s:6:\"wechat\";s:4:\"code\";i:57495;}i:279;a:2:{s:4:\"name\";s:5:\"weibo\";s:4:\"code\";i:57496;}i:280;a:2:{s:4:\"name\";s:8:\"whatsapp\";s:4:\"code\";i:57497;}i:281;a:2:{s:4:\"name\";s:9:\"wikipedia\";s:4:\"code\";i:57498;}i:282;a:2:{s:4:\"name\";s:7:\"windows\";s:4:\"code\";i:57499;}i:283;a:2:{s:4:\"name\";s:9:\"wordpress\";s:4:\"code\";i:57500;}i:284;a:2:{s:4:\"name\";s:5:\"wykop\";s:4:\"code\";i:57501;}i:285;a:2:{s:4:\"name\";s:4:\"xbox\";s:4:\"code\";i:57502;}i:286;a:2:{s:4:\"name\";s:4:\"xing\";s:4:\"code\";i:57503;}i:287;a:2:{s:4:\"name\";s:5:\"yahoo\";s:4:\"code\";i:57504;}i:288;a:2:{s:4:\"name\";s:6:\"yammer\";s:4:\"code\";i:57505;}i:289;a:2:{s:4:\"name\";s:6:\"yandex\";s:4:\"code\";i:57506;}i:290;a:2:{s:4:\"name\";s:4:\"yelp\";s:4:\"code\";i:57507;}i:291;a:2:{s:4:\"name\";s:6:\"younow\";s:4:\"code\";i:57508;}i:292;a:2:{s:4:\"name\";s:7:\"youtube\";s:4:\"code\";i:57509;}i:293;a:2:{s:4:\"name\";s:6:\"zapier\";s:4:\"code\";i:57510;}i:294;a:2:{s:4:\"name\";s:6:\"zerply\";s:4:\"code\";i:57511;}i:295;a:2:{s:4:\"name\";s:6:\"zomato\";s:4:\"code\";i:57512;}i:296;a:2:{s:4:\"name\";s:5:\"zynga\";s:4:\"code\";i:57513;}}s:4:\"name\";s:7:\"Socicon\";}}', 'yes'),
(698, 'gm_default_icon_packs_installed', '1', 'no'),
(701, 'external_updates-groovy-menu', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1584402225;s:14:\"checkedVersion\";s:5:\"1.9.9\";s:6:\"update\";O:8:\"stdClass\":10:{s:4:\"slug\";s:11:\"groovy-menu\";s:7:\"version\";s:5:\"1.9.9\";s:12:\"download_url\";N;s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:36:\"https://grooni.com/docs/groovy-menu/\";s:6:\"tested\";s:5:\"5.3.2\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://license.grooni.com/wp-update-server/icons/groovy-menu-128x128.png\";}s:8:\"filename\";s:27:\"groovy-menu/groovy-menu.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p7_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no'),
(747, 'groovy_menu_settings', 'a:1:{s:5:\"tools\";a:1:{s:21:\"admin_walker_priority\";s:1:\"1\";}}', 'yes'),
(712, '_transient_timeout_megamenu_pro_css_version', '4738052965', 'no'),
(713, '_transient_megamenu_pro_css_version', '2.0.1', 'no'),
(714, '_transient_timeout_megamenu_css_version', '4738052965', 'no'),
(715, '_transient_megamenu_css_version', '2.7.4', 'no'),
(716, '_transient_timeout_megamenu_css_last_updated', '4738052965', 'no'),
(717, '_transient_megamenu_css_last_updated', '1584452965', 'no');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(554, 'rs-templates', 'a:3:{s:4:\"hash\";s:32:\"d18c36e2537bd40f9c1fd848b227cfb1\";s:6:\"slider\";a:442:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}', 'no');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(788, '_transient_product-transient-version', '1584365701', 'yes'),
(795, 'groovy_menu_preset_used_in_storage', 'a:0:{}', 'no'),
(1167, 'woocommerce_maybe_regenerate_images_hash', '991b1ca641921cf0f5baf7a2fe85861b', 'yes'),
(1233, 'revslider_update_revision_current', '6.1.6', 'yes'),
(1221, '_transient_shipping-transient-version', '1584392364', 'yes'),
(1467, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-87b3f0906e8333a15843e30e3134d64c\";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'),
(1398, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1a45341776f50ed1df2d4b610f520492\";a:8:{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:\"44617f1c7f434458143aa71078293564207ccd387fea89133db5d87af3c9e494\";s:16:\"tmp_access_token\";a:4:{s:12:\"access_token\";s:170:\"ya29.a0Adw1xeWuJ5abYV2zyUzDo3Nmed7o699SyC9IbAF6pZ8m2oB8mfx5LdvcWIHWuNUq6JeyuVVBDXcc_kWBmJ4onlgW1Ond5nWpuuIn6w0Nj9RETBPrE32ZCZVDU0S7qWfUT7K18unW7eOhxlinJJqVBLPFXMfEuNjU7BE\";s:7:\"created\";i:1584399114;s:10:\"expires_in\";i:3599;s:13:\"refresh_token\";s:0:\"\";}s:9:\"ownername\";s:19:\"Chavindu Nuwanpriya\";s:10:\"expires_in\";i:1584402683;}}}', 'yes'),
(1465, 'updraft_onedrive', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(1417, 'updraft_ftp', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-cafbdcc594bad101beba0b43c06b9569\";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'),
(1466, 'updraft_azure', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(1424, 'updraft_include_plugins', '1', 'yes'),
(1455, 'updraft_sftp', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(1443, 'updraft_googlecloud', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(1418, 'updraft_backblaze', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(1463, 'updraft_webdav', 'a:1:{s:7:\"version\";s:1:\"1\";}', 'yes'),
(1457, 'updraft_s3generic', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-d7ff8259baa0375acd5087485788db51\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'yes'),
(1464, 'updraft_openstack', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-99543c2aecffb17e0e8e8245184a907c\";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'),
(1480, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-0f3d6aa8f7074c6a8bf52e7c38084b86\";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'),
(1348, 'updraftplus-addons_siteid', '657d6bd5151c8d68d691deba34b3a2e1', 'no'),
(1486, 'updraftplus_tour_cancelled_on', 'intro', 'yes'),
(1436, 'updraft_lastmessage', 'This backup task (feb395fe1225) is either complete or began over 2 days ago: ending (1584399273.1142, ) (existing jobdata keys: ) (Mar 16 22:54:33)', 'yes'),
(1352, 'updraftplus_locked_fd', '1', 'no'),
(1353, 'updraftplus_last_lock_time_fd', '2020-03-16 22:34:02', 'no'),
(1354, 'updraftplus_semaphore_fd', '1', 'no'),
(1355, 'updraft_last_scheduled_fd', '1584398042', 'yes'),
(1450, 'updraft_last_backup', '', 'yes'),
(1451, 'updraft_starttime_files', '22:56', 'yes'),
(1452, 'updraft_starttime_db', '22:56', 'yes'),
(1453, 'updraft_startday_db', '0', 'yes'),
(1454, 'updraft_startday_files', '0', 'yes'),
(1458, 'updraft_dreamhost', '', 'yes'),
(1459, 'updraft_s3generic_login', '', 'yes'),
(1460, 'updraft_s3generic_pass', '', 'yes'),
(1461, 'updraft_s3generic_remote_path', '', 'yes'),
(1462, 'updraft_s3generic_endpoint', '', 'yes'),
(1468, 'updraft_cloudfiles_user', '', 'yes'),
(1469, 'updraft_cloudfiles_apikey', '', 'yes'),
(1470, 'updraft_cloudfiles_path', '', 'yes'),
(1471, 'updraft_cloudfiles_authurl', '', 'yes'),
(1474, 'updraft_s3_login', '', 'yes'),
(1475, 'updraft_s3_pass', '', 'yes'),
(1476, 'updraft_s3_remote_path', '', 'yes'),
(1477, 'updraft_dreamobjects_login', '', 'yes'),
(1478, 'updraft_dreamobjects_pass', '', 'yes'),
(1479, 'updraft_dreamobjects_remote_path', '', 'yes'),
(1483, 'updraft_report_dbbackup', 'a:0:{}', 'yes'),
(1484, 'updraft_log_syslog', '0', 'yes'),
(1485, 'updraft_extradatabases', '', 'yes'),
(1488, 'updraft_backup_history', 'a:1:{i:1584398040;a:14:{s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-1a45341776f50ed1df2d4b610f520492\";}}s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:6:\"themes\";a:1:{i:0;s:76:\"backup_2020-03-16-2234_Mzansi_Cricket_LIVE_Score_App_feb395fe1225-themes.zip\";}s:5:\"nonce\";s:12:\"feb395fe1225\";s:11:\"themes-size\";s:8:\"12672863\";s:6:\"native\";b:0;s:2:\"db\";a:1:{i:0;s:71:\"backup_2020-03-16-2234_Mzansi_Cricket_LIVE_Score_App_feb395fe1225-db.gz\";}s:7:\"db-size\";s:6:\"362503\";s:6:\"others\";a:1:{i:0;s:76:\"backup_2020-03-16-2234_Mzansi_Cricket_LIVE_Score_App_feb395fe1225-others.zip\";}s:11:\"others-size\";s:4:\"2692\";s:7:\"uploads\";a:1:{i:0;s:77:\"backup_2020-03-16-2234_Mzansi_Cricket_LIVE_Score_App_feb395fe1225-uploads.zip\";}s:12:\"uploads-size\";s:8:\"54294490\";s:7:\"plugins\";a:1:{i:0;s:77:\"backup_2020-03-16-2234_Mzansi_Cricket_LIVE_Score_App_feb395fe1225-plugins.zip\";}s:12:\"plugins-size\";s:8:\"39612708\";}}', 'yes'),
(1489, 'updraft_jobdata_8cf963e4afd2', 'a:16:{s:8:\"job_type\";s:7:\"restore\";s:11:\"job_time_ms\";d:1584399118.509087085723876953125;s:16:\"backup_timestamp\";s:10:\"1584398040\";s:12:\"meta_foreign\";s:1:\"0\";s:28:\"updraft_restorer_backup_info\";s:119:\"{\\\"timestamp\\\":1584398040,\\\"created_by_version\\\":\\\"1.16.22\\\",\\\"migration\\\":true,\\\"same_url\\\":false,\\\"multisite\\\":false}\";s:32:\"updraft_restorer_restore_options\";a:0:{}s:15:\"updraft_restore\";a:5:{i:0;s:7:\"plugins\";i:1;s:6:\"themes\";i:2;s:7:\"uploads\";i:3;s:6:\"others\";i:4;s:2:\"db\";}s:15:\"restore_options\";a:3:{s:24:\"updraft_encryptionphrase\";s:0:\"\";s:39:\"updraft_restorer_wpcore_includewpconfig\";b:0;s:33:\"updraft_incremental_restore_point\";i:-1;}s:20:\"second_loop_entities\";a:0:{}s:23:\"last_processed_db_table\";s:26:\"wpua_woocommerce_tax_rates\";s:47:\"updraftvault-s-bf78abd4b42a000baa2cc6a46c84e2b6\";a:1:{s:6:\"config\";a:7:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"whoweare\";s:13:\"Updraft Vault\";s:13:\"whoweare_long\";s:13:\"Updraft Vault\";s:3:\"key\";s:12:\"updraftvault\";s:5:\"error\";a:2:{s:7:\"message\";s:18:\"site_not_connected\";s:6:\"values\";a:0:{}}}}s:12:\"option_cache\";a:0:{}s:43:\"last_index_f65ae233e00fc7450173e9724779963f\";a:3:{s:5:\"index\";i:9294;s:4:\"info\";a:7:{s:4:\"name\";s:43:\"plugins/groovy-menu/assets/images/close.svg\";s:5:\"index\";i:9294;s:3:\"crc\";i:2802351411;s:4:\"size\";i:934;s:5:\"mtime\";i:1584336778;s:9:\"comp_size\";i:348;s:11:\"comp_method\";i:8;}s:12:\"size_written\";i:126822901;}s:43:\"last_index_859d36defaae61a87f6b62c79b5543b1\";a:3:{s:5:\"index\";i:1045;s:4:\"info\";a:7:{s:4:\"name\";s:53:\"themes/splash/includes/customizer/controls/slider.php\";s:5:\"index\";i:1045;s:3:\"crc\";i:2829001737;s:4:\"size\";i:2062;s:5:\"mtime\";i:1584334202;s:9:\"comp_size\";i:710;s:11:\"comp_method\";i:8;}s:12:\"size_written\";i:39931811;}s:43:\"last_index_4cc01d1a3f036d81c583bacf6c0bfa5d\";a:3:{s:5:\"index\";i:2508;s:4:\"info\";a:7:{s:4:\"name\";s:62:\"uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-2-128x116.png\";s:5:\"index\";i:2508;s:3:\"crc\";i:4118148710;s:4:\"size\";i:6233;s:5:\"mtime\";i:1584337024;s:9:\"comp_size\";i:6233;s:11:\"comp_method\";i:0;}s:12:\"size_written\";i:56591544;}s:43:\"last_index_74f653a4222c7d4e47445cc12e97fe40\";a:3:{s:5:\"index\";i:2;s:4:\"info\";a:7:{s:4:\"name\";s:19:\"wp-cache-config.php\";s:5:\"index\";i:2;s:3:\"crc\";i:3964521348;s:4:\"size\";i:3790;s:5:\"mtime\";i:1584326274;s:9:\"comp_size\";i:1632;s:11:\"comp_method\";i:8;}s:12:\"size_written\";i:4947;}}', 'no'),
(1445, 'updraft_split_every', '400', 'yes'),
(1422, 'updraft_delete_local', '1', 'yes'),
(1420, 'updraft_dir', 'updraft', 'yes'),
(1423, 'updraft_debug_mode', '0', 'yes'),
(1472, 'updraft_ssl_useservercerts', '0', 'yes'),
(1473, 'updraft_ssl_disableverify', '0', 'yes'),
(1446, 'updraft_ssl_nossl', '0', 'yes'),
(1433, 'updraft_auto_updates', '0', 'yes'),
(1413, 'updraft_service', 'googledrive', 'yes'),
(1425, 'updraft_include_themes', '1', 'yes'),
(1426, 'updraft_include_uploads', '1', 'yes'),
(1435, 'updraft_include_uploads_exclude', 'backup*,*backups,backwpup*,wp-clone,snapshots', 'yes'),
(1427, 'updraft_include_others', '1', 'yes'),
(1434, 'updraft_include_others_exclude', 'upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log', 'yes'),
(1411, 'updraft_retain_db', '2', 'yes'),
(1442, 'updraft_retain_extrarules', 'a:0:{}', 'yes'),
(1421, 'updraft_email', '', 'yes'),
(1481, 'updraft_report_warningsonly', 'a:0:{}', 'yes'),
(1482, 'updraft_report_wholebackup', 'a:0:{}', 'yes'),
(1448, 'updraft_extradbs', 'a:0:{}', 'yes'),
(1444, 'updraft_include_more_path', 'a:0:{}', 'yes'),
(1407, 'updraft_interval', 'manual', 'yes'),
(1410, 'updraft_retain', '2', 'yes'),
(1409, 'updraft_interval_database', 'manual', 'yes'),
(1392, 'updraft_remotesites', '', 'yes'),
(1393, 'updraft_migrator_localkeys', '', 'yes'),
(1394, 'updraft_central_localkeys', '', 'yes'),
(1396, 'updraft_autobackup_default', '0', 'yes'),
(1399, 'updraftplus_tmp_googledrive_access_token', '', 'yes'),
(1400, 'updraftplus_dismissedautobackup', '', 'yes'),
(1401, 'dismissed_general_notices_until', '', 'yes'),
(1402, 'dismissed_clone_php_notices_until', '', 'yes'),
(1403, 'dismissed_clone_wc_notices_until', '', 'yes'),
(1404, 'dismissed_season_notices_until', '', 'yes'),
(1405, 'updraftplus_dismissedexpiry', '', 'yes'),
(1406, 'updraftplus_dismisseddashnotice', '', 'yes'),
(1408, 'updraft_interval_increments', 'none', 'yes'),
(1412, 'updraft_encryptionphrase', '', 'yes'),
(1414, 'updraft_googledrive_clientid', '', 'yes'),
(1415, 'updraft_googledrive_secret', '', 'yes'),
(1416, 'updraft_googledrive_remotepath', '', 'yes'),
(1419, 'updraft_server_address', '', 'yes'),
(1428, 'updraft_include_wpcore', '0', 'yes'),
(1429, 'updraft_include_wpcore_exclude', '', 'yes'),
(1430, 'updraft_include_more', '0', 'yes'),
(1431, 'updraft_include_blogs', '', 'yes'),
(1432, 'updraft_include_mu-plugins', '', 'yes'),
(1437, 'updraft_googledrive_token', '', 'yes'),
(1438, 'updraft_dropboxtk_request_token', '', 'yes'),
(1439, 'updraft_dropboxtk_access_token', '', 'yes'),
(1440, 'updraft_adminlocking', '', 'yes'),
(1447, 'updraft_backupdb_nonwp', '0', 'yes'),
(1449, 'updraft_combine_jobs_around', '', 'yes'),
(1675, 'bbhd_auto_show', 'no', 'yes'),
(1676, 'bbhd_max_width', '1170px', 'yes'),
(1678, 'bbhd_use_metabox', 'a:15:{s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";s:5:\"donor\";s:0:\"\";s:8:\"sp_event\";s:0:\"\";s:7:\"sp_team\";s:0:\"\";s:9:\"sp_player\";s:0:\"\";s:8:\"sp_staff\";s:0:\"\";s:7:\"product\";s:0:\"\";s:13:\"bbhd_megamenu\";s:0:\"\";s:12:\"bbhd_content\";s:0:\"\";s:11:\"sp_calendar\";s:0:\"\";s:8:\"sp_table\";s:0:\"\";s:7:\"sp_list\";s:0:\"\";s:13:\"media_gallery\";s:0:\"\";s:8:\"donation\";s:0:\"\";}', 'yes'),
(1711, 'megamenu_themes', 'a:2:{s:7:\"default\";a:285:{s:5:\"title\";s:7:\"Default\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:28:\"sticky_menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:4:\"#222\";s:23:\"container_background_to\";s:4:\"#222\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:20:\"menu_item_link_color\";s:7:\"#ffffff\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:7:\"#ffffff\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:4:\"#333\";s:29:\"menu_item_background_hover_to\";s:4:\"#333\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:7:\"#f1f1f1\";s:19:\"panel_background_to\";s:7:\"#f1f1f1\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"tabbed_link_background_from\";s:7:\"#f1f1f1\";s:25:\"tabbed_link_background_to\";s:7:\"#f1f1f1\";s:33:\"tabbed_link_background_hover_from\";s:7:\"#dddddd\";s:31:\"tabbed_link_background_hover_to\";s:7:\"#dddddd\";s:18:\"tabbed_link_height\";s:4:\"35px\";s:17:\"tabbed_link_width\";s:3:\"20%\";s:28:\"tabbed_link_vertical_divider\";s:4:\"#ccc\";s:23:\"tabbed_link_padding_top\";s:3:\"0px\";s:25:\"tabbed_link_padding_right\";s:4:\"10px\";s:26:\"tabbed_link_padding_bottom\";s:3:\"0px\";s:24:\"tabbed_link_padding_left\";s:4:\"10px\";s:17:\"tabbed_link_color\";s:4:\"#666\";s:16:\"tabbed_link_size\";s:4:\"14px\";s:18:\"tabbed_link_family\";s:7:\"inherit\";s:26:\"tabbed_link_text_transform\";s:4:\"none\";s:18:\"tabbed_link_weight\";s:6:\"normal\";s:27:\"tabbed_link_text_decoration\";s:4:\"none\";s:23:\"tabbed_link_color_hover\";s:4:\"#666\";s:24:\"tabbed_link_weight_hover\";s:6:\"normal\";s:33:\"tabbed_link_text_decoration_hover\";s:4:\"none\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"600px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:14:\"mobile_columns\";s:1:\"1\";s:28:\"badge_border_radius_top_left\";s:3:\"2px\";s:29:\"badge_border_radius_top_right\";s:3:\"2px\";s:32:\"badge_border_radius_bottom_right\";s:3:\"2px\";s:31:\"badge_border_radius_bottom_left\";s:3:\"2px\";s:17:\"badge_padding_top\";s:3:\"1px\";s:19:\"badge_padding_right\";s:3:\"4px\";s:20:\"badge_padding_bottom\";s:3:\"1px\";s:18:\"badge_padding_left\";s:3:\"4px\";s:21:\"badge_vertical_offset\";s:4:\"-7px\";s:25:\"badge_one_background_from\";s:7:\"#D32F2F\";s:23:\"badge_one_background_to\";s:7:\"#D32F2F\";s:20:\"badge_one_font_color\";s:4:\"#fff\";s:19:\"badge_one_font_size\";s:4:\"10px\";s:14:\"badge_one_font\";s:7:\"inherit\";s:24:\"badge_one_text_transform\";s:4:\"none\";s:21:\"badge_one_font_weight\";s:6:\"normal\";s:25:\"badge_one_text_decoration\";s:4:\"none\";s:25:\"badge_two_background_from\";s:7:\"#00796B\";s:23:\"badge_two_background_to\";s:7:\"#00796B\";s:20:\"badge_two_font_color\";s:4:\"#fff\";s:19:\"badge_two_font_size\";s:4:\"10px\";s:14:\"badge_two_font\";s:7:\"inherit\";s:24:\"badge_two_text_transform\";s:4:\"none\";s:21:\"badge_two_font_weight\";s:6:\"normal\";s:25:\"badge_two_text_decoration\";s:4:\"none\";s:27:\"badge_three_background_from\";s:7:\"#FFC107\";s:25:\"badge_three_background_to\";s:7:\"#FFC107\";s:22:\"badge_three_font_color\";s:4:\"#fff\";s:21:\"badge_three_font_size\";s:4:\"10px\";s:16:\"badge_three_font\";s:7:\"inherit\";s:26:\"badge_three_text_transform\";s:4:\"none\";s:23:\"badge_three_font_weight\";s:6:\"normal\";s:27:\"badge_three_text_decoration\";s:4:\"none\";s:26:\"badge_four_background_from\";s:7:\"#303F9F\";s:24:\"badge_four_background_to\";s:7:\"#303F9F\";s:21:\"badge_four_font_color\";s:4:\"#fff\";s:20:\"badge_four_font_size\";s:4:\"10px\";s:15:\"badge_four_font\";s:7:\"inherit\";s:25:\"badge_four_text_transform\";s:4:\"none\";s:22:\"badge_four_font_weight\";s:6:\"normal\";s:26:\"badge_four_text_decoration\";s:4:\"none\";s:10:\"custom_css\";s:67:\"/** Push menu onto new line **/ \r\n#{$wrap} { \r\n    clear: both; \r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:18:\"sticky_menu_height\";s:3:\"off\";s:22:\"sticky_menu_transition\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}s:14:\"custom_theme_1\";a:285:{s:5:\"title\";s:12:\"Default Copy\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:2:\"10\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:28:\"sticky_menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:4:\"#222\";s:23:\"container_background_to\";s:4:\"#222\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:20:\"menu_item_link_color\";s:7:\"#ffffff\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:7:\"#ffffff\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:4:\"#333\";s:29:\"menu_item_background_hover_to\";s:4:\"#333\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:7:\"#f1f1f1\";s:19:\"panel_background_to\";s:7:\"#f1f1f1\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:6:\"center\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"tabbed_link_background_from\";s:7:\"#f1f1f1\";s:25:\"tabbed_link_background_to\";s:7:\"#f1f1f1\";s:33:\"tabbed_link_background_hover_from\";s:7:\"#dddddd\";s:31:\"tabbed_link_background_hover_to\";s:7:\"#dddddd\";s:18:\"tabbed_link_height\";s:4:\"35px\";s:17:\"tabbed_link_width\";s:3:\"20%\";s:28:\"tabbed_link_vertical_divider\";s:4:\"#ccc\";s:23:\"tabbed_link_padding_top\";s:3:\"0px\";s:25:\"tabbed_link_padding_right\";s:4:\"10px\";s:26:\"tabbed_link_padding_bottom\";s:3:\"0px\";s:24:\"tabbed_link_padding_left\";s:4:\"10px\";s:17:\"tabbed_link_color\";s:4:\"#666\";s:16:\"tabbed_link_size\";s:4:\"14px\";s:18:\"tabbed_link_family\";s:7:\"inherit\";s:26:\"tabbed_link_text_transform\";s:4:\"none\";s:18:\"tabbed_link_weight\";s:6:\"normal\";s:27:\"tabbed_link_text_decoration\";s:4:\"none\";s:23:\"tabbed_link_color_hover\";s:4:\"#666\";s:24:\"tabbed_link_weight_hover\";s:6:\"normal\";s:33:\"tabbed_link_text_decoration_hover\";s:4:\"none\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:4:\"auto\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"600px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:14:\"mobile_columns\";s:1:\"1\";s:28:\"badge_border_radius_top_left\";s:3:\"2px\";s:29:\"badge_border_radius_top_right\";s:3:\"2px\";s:32:\"badge_border_radius_bottom_right\";s:3:\"2px\";s:31:\"badge_border_radius_bottom_left\";s:3:\"2px\";s:17:\"badge_padding_top\";s:3:\"1px\";s:19:\"badge_padding_right\";s:3:\"4px\";s:20:\"badge_padding_bottom\";s:3:\"1px\";s:18:\"badge_padding_left\";s:3:\"4px\";s:21:\"badge_vertical_offset\";s:4:\"-7px\";s:25:\"badge_one_background_from\";s:7:\"#D32F2F\";s:23:\"badge_one_background_to\";s:7:\"#D32F2F\";s:20:\"badge_one_font_color\";s:4:\"#fff\";s:19:\"badge_one_font_size\";s:4:\"10px\";s:14:\"badge_one_font\";s:7:\"inherit\";s:24:\"badge_one_text_transform\";s:4:\"none\";s:21:\"badge_one_font_weight\";s:6:\"normal\";s:25:\"badge_one_text_decoration\";s:4:\"none\";s:25:\"badge_two_background_from\";s:7:\"#00796B\";s:23:\"badge_two_background_to\";s:7:\"#00796B\";s:20:\"badge_two_font_color\";s:4:\"#fff\";s:19:\"badge_two_font_size\";s:4:\"10px\";s:14:\"badge_two_font\";s:7:\"inherit\";s:24:\"badge_two_text_transform\";s:4:\"none\";s:21:\"badge_two_font_weight\";s:6:\"normal\";s:25:\"badge_two_text_decoration\";s:4:\"none\";s:27:\"badge_three_background_from\";s:7:\"#FFC107\";s:25:\"badge_three_background_to\";s:7:\"#FFC107\";s:22:\"badge_three_font_color\";s:4:\"#fff\";s:21:\"badge_three_font_size\";s:4:\"10px\";s:16:\"badge_three_font\";s:7:\"inherit\";s:26:\"badge_three_text_transform\";s:4:\"none\";s:23:\"badge_three_font_weight\";s:6:\"normal\";s:27:\"badge_three_text_decoration\";s:4:\"none\";s:26:\"badge_four_background_from\";s:7:\"#303F9F\";s:24:\"badge_four_background_to\";s:7:\"#303F9F\";s:21:\"badge_four_font_color\";s:4:\"#fff\";s:20:\"badge_four_font_size\";s:4:\"10px\";s:15:\"badge_four_font\";s:7:\"inherit\";s:25:\"badge_four_text_transform\";s:4:\"none\";s:22:\"badge_four_font_weight\";s:6:\"normal\";s:26:\"badge_four_text_decoration\";s:4:\"none\";s:10:\"custom_css\";s:75:\"/** Push menu onto new line **/ \r\n#{$wrap} { \r\n    clear: both; \r\n}\r\n\r\n/**/\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:18:\"sticky_menu_height\";s:3:\"off\";s:22:\"sticky_menu_transition\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}', 'yes'),
(1513, 'manage_warnings_notice', 's:30:\"a:1:{i:0;s:12:\"Hide Updates\";}\";', 'yes'),
(11448, '_site_transient_timeout_theme_roots', '1598338720', 'no'),
(11449, '_site_transient_theme_roots', 'a:3:{s:12:\"splash-child\";s:7:\"/themes\";s:6:\"splash\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}', 'no'),
(1635, 'bbhd_header', 'default', 'yes'),
(1556, 'WPLANG', '', 'yes'),
(1557, 'new_admin_email', 'himal@qualon.xyz', 'yes'),
(1677, 'bbhd_display_by_hsettings', 'yes', 'yes'),
(5291, 'options_gusta_container_class', '.container', 'yes'),
(5292, '_options_gusta_container_class', 'gusta_container_class', 'yes'),
(1986, 'elementor_pro_license_key', 'activated', 'yes'),
(1987, '_transient_elementor_pro_license_data', 'a:2:{s:7:\"license\";s:5:\"valid\";s:7:\"expires\";s:10:\"01.01.2030\";}', 'yes'),
(1988, '_transient_timeout_elementor_pro_license_data', '1893456000', 'yes'),
(1966, 'theplus_options', 'a:2:{s:14:\"check_elements\";a:36:{i:0;s:12:\"tp_accordion\";i:1;s:17:\"tp_adv_text_block\";i:2;s:22:\"tp_advanced_typography\";i:3;s:16:\"tp_shape_divider\";i:4;s:23:\"tp_advertisement_banner\";i:5;s:25:\"tp_animated_service_boxes\";i:6;s:15:\"tp_before_after\";i:7;s:15:\"tp_blog_listout\";i:8;s:9:\"tp_button\";i:9;s:20:\"tp_carousel_anything\";i:10;s:18:\"tp_cascading_image\";i:11;s:14:\"tp_circle_menu\";i:12;s:18:\"tp_clients_listout\";i:13;s:17:\"tp_contact_form_7\";i:14;s:12:\"tp_countdown\";i:15;s:11:\"tp_flip_box\";i:16;s:18:\"tp_gallery_listout\";i:17;s:13:\"tp_google_map\";i:18;s:16:\"tp_heading_title\";i:19;s:16:\"tp_image_factory\";i:20;s:11:\"tp_info_box\";i:21;s:12:\"tp_mailchimp\";i:22;s:14:\"tp_mobile_menu\";i:23;s:19:\"tp_morphing_layouts\";i:24;s:18:\"tp_navigation_menu\";i:25;s:17:\"tp_number_counter\";i:26;s:13:\"tp_off_canvas\";i:27;s:16:\"tp_pricing_table\";i:28;s:15:\"tp_progress_bar\";i:29;s:17:\"tp_row_background\";i:30;s:20:\"tp_scroll_navigation\";i:31;s:14:\"tp_social_icon\";i:32;s:13:\"tp_style_list\";i:33;s:11:\"tp_switcher\";i:34;s:16:\"tp_smooth_scroll\";i:35;s:13:\"tp_tabs_tours\";}s:22:\"tp_widgets_list_hidden\";s:6:\"hidden\";}', 'yes'),
(1967, 'default_plus_options', '1', 'no'),
(1968, 'elementor_version', '2.9.6', 'yes'),
(1971, '_elementor_installed_time', '1584461905', 'yes');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1972, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:2:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}}s:10:\"categories\";s:247:\"[\"404 page\",\"about\",\"archive\",\"call to action\",\"clients\",\"contact\",\"faq\",\"features\",\"footer\",\"header\",\"hero\",\"portfolio\",\"pricing\",\"product archive\",\"services\",\"single page\",\"single post\",\"single product\",\"stats\",\"subscribe\",\"team\",\"testimonials\"]\";s:9:\"templates\";a:659:{i:0;a:14:{s:2:\"id\";s:4:\"5525\";s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443532\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"12\";s:11:\"trend_index\";s:1:\"6\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:1;a:14:{s:2:\"id\";s:5:\"10107\";s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";s:10:\"1547851373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"273\";s:11:\"trend_index\";s:2:\"97\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:2;a:14:{s:2:\"id\";s:4:\"5533\";s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443534\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"32\";s:11:\"trend_index\";s:2:\"13\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:3;a:14:{s:2:\"id\";s:4:\"5575\";s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443543\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"17\";s:11:\"trend_index\";s:1:\"8\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:4;a:14:{s:2:\"id\";s:4:\"5615\";s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"33\";s:11:\"trend_index\";s:2:\"24\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:5;a:14:{s:2:\"id\";s:4:\"5624\";s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443553\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"82\";s:11:\"trend_index\";s:2:\"63\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:6;a:14:{s:2:\"id\";s:4:\"5684\";s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"72\";s:11:\"trend_index\";s:2:\"65\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:7;a:14:{s:2:\"id\";s:5:\"10158\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";s:10:\"1547852227\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"289\";s:11:\"trend_index\";s:3:\"178\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:8;a:14:{s:2:\"id\";s:4:\"5693\";s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"203\";s:11:\"trend_index\";s:3:\"218\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:9;a:14:{s:2:\"id\";s:4:\"5703\";s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"30\";s:11:\"trend_index\";s:2:\"26\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:10;a:14:{s:2:\"id\";s:4:\"5711\";s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443571\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"201\";s:11:\"trend_index\";s:3:\"220\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:11;a:14:{s:2:\"id\";s:5:\"10190\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";s:10:\"1547885703\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"282\";s:11:\"trend_index\";s:3:\"124\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:12;a:14:{s:2:\"id\";s:4:\"5719\";s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"124\";s:11:\"trend_index\";s:3:\"133\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:13;a:14:{s:2:\"id\";s:4:\"5729\";s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"302\";s:11:\"trend_index\";s:3:\"431\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:14;a:14:{s:2:\"id\";s:4:\"5737\";s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443576\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"156\";s:11:\"trend_index\";s:3:\"157\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:15;a:14:{s:2:\"id\";s:4:\"5746\";s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"200\";s:11:\"trend_index\";s:3:\"186\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:16;a:14:{s:2:\"id\";s:4:\"5755\";s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"92\";s:11:\"trend_index\";s:3:\"125\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:17;a:14:{s:2:\"id\";s:4:\"5764\";s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443582\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"306\";s:11:\"trend_index\";s:3:\"427\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:18;a:14:{s:2:\"id\";s:5:\"10256\";s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";s:10:\"1547888909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"425\";s:11:\"trend_index\";s:3:\"287\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:19;a:14:{s:2:\"id\";s:4:\"5773\";s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";s:10:\"1520443584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"34\";s:11:\"trend_index\";s:2:\"37\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:20;a:14:{s:2:\"id\";s:5:\"10267\";s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547889047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"326\";s:11:\"trend_index\";s:3:\"297\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:21;a:14:{s:2:\"id\";s:4:\"5783\";s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";s:10:\"1520443586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"342\";s:11:\"trend_index\";s:3:\"424\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:22;a:14:{s:2:\"id\";s:4:\"5792\";s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";s:10:\"1520443588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"218\";s:11:\"trend_index\";s:3:\"296\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:23;a:14:{s:2:\"id\";s:4:\"5801\";s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";s:10:\"1520443589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"20\";s:11:\"trend_index\";s:2:\"11\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:24;a:14:{s:2:\"id\";s:4:\"5811\";s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";s:10:\"1520443591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"113\";s:11:\"trend_index\";s:2:\"82\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:25;a:14:{s:2:\"id\";s:5:\"10307\";s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547893266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"566\";s:11:\"trend_index\";s:3:\"576\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:26;a:14:{s:2:\"id\";s:4:\"5820\";s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"177\";s:11:\"trend_index\";s:3:\"155\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:27;a:14:{s:2:\"id\";s:5:\"10318\";s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";s:10:\"1547893367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"358\";s:11:\"trend_index\";s:3:\"312\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:28;a:14:{s:2:\"id\";s:4:\"5828\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"291\";s:11:\"trend_index\";s:3:\"283\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:29;a:14:{s:2:\"id\";s:4:\"5836\";s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"116\";s:11:\"trend_index\";s:3:\"127\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:30;a:14:{s:2:\"id\";s:5:\"10339\";s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547893603\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"416\";s:11:\"trend_index\";s:3:\"399\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:31;a:14:{s:2:\"id\";s:4:\"5844\";s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"281\";s:11:\"trend_index\";s:3:\"368\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:32;a:14:{s:2:\"id\";s:5:\"10352\";s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547915335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"443\";s:11:\"trend_index\";s:3:\"327\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:33;a:14:{s:2:\"id\";s:4:\"5852\";s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";s:10:\"1520443600\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"480\";s:11:\"trend_index\";s:3:\"512\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:34;a:14:{s:2:\"id\";s:4:\"5947\";s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443621\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"340\";s:11:\"trend_index\";s:3:\"398\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:35;a:14:{s:2:\"id\";s:5:\"10372\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";s:10:\"1547915554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"562\";s:11:\"trend_index\";s:3:\"583\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:36;a:14:{s:2:\"id\";s:4:\"5956\";s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"469\";s:11:\"trend_index\";s:3:\"525\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:37;a:14:{s:2:\"id\";s:5:\"10382\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547916616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"303\";s:11:\"trend_index\";s:3:\"144\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:38;a:14:{s:2:\"id\";s:4:\"5963\";s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443626\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"65\";s:11:\"trend_index\";s:2:\"61\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:39;a:14:{s:2:\"id\";s:4:\"5974\";s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443629\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"61\";s:11:\"trend_index\";s:2:\"46\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:40;a:14:{s:2:\"id\";s:4:\"5983\";s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443630\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"237\";s:11:\"trend_index\";s:3:\"227\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:41;a:14:{s:2:\"id\";s:4:\"5991\";s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443632\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"121\";s:11:\"trend_index\";s:3:\"128\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:42;a:14:{s:2:\"id\";s:4:\"5999\";s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520443634\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"84\";s:11:\"trend_index\";s:2:\"75\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:43;a:14:{s:2:\"id\";s:5:\"10434\";s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";s:10:\"1547961950\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"383\";s:11:\"trend_index\";s:3:\"304\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:44;a:14:{s:2:\"id\";s:4:\"6008\";s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"67\";s:11:\"trend_index\";s:2:\"60\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:45;a:14:{s:2:\"id\";s:5:\"10444\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";s:10:\"1547962029\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"418\";s:11:\"trend_index\";s:3:\"370\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:46;a:14:{s:2:\"id\";s:4:\"6027\";s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443639\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"41\";s:11:\"trend_index\";s:2:\"38\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:47;a:14:{s:2:\"id\";s:4:\"6036\";s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";s:10:\"1520443641\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"87\";s:11:\"trend_index\";s:2:\"79\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:48;a:14:{s:2:\"id\";s:5:\"10467\";s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";s:10:\"1547962277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"617\";s:11:\"trend_index\";s:3:\"646\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:49;a:14:{s:2:\"id\";s:4:\"6044\";s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443643\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"71\";s:11:\"trend_index\";s:2:\"53\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:50;a:14:{s:2:\"id\";s:4:\"6053\";s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"168\";s:11:\"trend_index\";s:3:\"174\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:51;a:14:{s:2:\"id\";s:5:\"10487\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";s:10:\"1547964527\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"506\";s:11:\"trend_index\";s:3:\"464\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:52;a:14:{s:2:\"id\";s:4:\"6063\";s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443647\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"154\";s:11:\"trend_index\";s:3:\"177\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:53;a:14:{s:2:\"id\";s:5:\"10498\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964616\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"432\";s:11:\"trend_index\";s:3:\"377\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:54;a:14:{s:2:\"id\";s:4:\"6071\";s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443649\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"155\";s:11:\"trend_index\";s:3:\"172\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:55;a:14:{s:2:\"id\";s:4:\"6079\";s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443651\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"264\";s:11:\"trend_index\";s:3:\"293\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:56;a:14:{s:2:\"id\";s:5:\"10519\";s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964801\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"539\";s:11:\"trend_index\";s:3:\"419\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:57;a:14:{s:2:\"id\";s:4:\"6089\";s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443653\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"174\";s:11:\"trend_index\";s:3:\"167\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:58;a:14:{s:2:\"id\";s:4:\"6097\";s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443655\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"261\";s:11:\"trend_index\";s:3:\"336\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:59;a:14:{s:2:\"id\";s:4:\"6106\";s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443657\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"323\";s:11:\"trend_index\";s:3:\"372\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:60;a:14:{s:2:\"id\";s:4:\"6114\";s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"365\";s:11:\"trend_index\";s:3:\"412\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:61;a:14:{s:2:\"id\";s:4:\"6122\";s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";s:10:\"1520443661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"38\";s:11:\"trend_index\";s:2:\"34\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:62;a:14:{s:2:\"id\";s:5:\"10569\";s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";s:10:\"1547967812\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"488\";s:11:\"trend_index\";s:3:\"440\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:63;a:14:{s:2:\"id\";s:4:\"6135\";s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443663\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"85\";s:11:\"trend_index\";s:2:\"83\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:64;a:14:{s:2:\"id\";s:4:\"6144\";s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443664\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"150\";s:11:\"trend_index\";s:3:\"156\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:65;a:14:{s:2:\"id\";s:5:\"10590\";s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"478\";s:11:\"trend_index\";s:3:\"441\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:66;a:14:{s:2:\"id\";s:4:\"6152\";s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443666\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"240\";s:11:\"trend_index\";s:3:\"277\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:67;a:14:{s:2:\"id\";s:5:\"10600\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";s:10:\"1547968080\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"468\";s:11:\"trend_index\";s:3:\"386\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:68;a:14:{s:2:\"id\";s:4:\"6162\";s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443668\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"321\";s:11:\"trend_index\";s:3:\"318\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:69;a:14:{s:2:\"id\";s:4:\"6170\";s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443670\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"318\";s:11:\"trend_index\";s:3:\"365\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:70;a:14:{s:2:\"id\";s:5:\"10622\";s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";s:10:\"1547969678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"499\";s:11:\"trend_index\";s:3:\"423\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:71;a:14:{s:2:\"id\";s:4:\"6178\";s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443676\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"372\";s:11:\"trend_index\";s:3:\"471\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:72;a:14:{s:2:\"id\";s:5:\"10633\";s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547969858\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"590\";s:11:\"trend_index\";s:3:\"597\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:73;a:14:{s:2:\"id\";s:4:\"6186\";s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443678\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"448\";s:11:\"trend_index\";s:3:\"538\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:74;a:14:{s:2:\"id\";s:5:\"10644\";s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547970814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"446\";s:11:\"trend_index\";s:3:\"384\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:75;a:14:{s:2:\"id\";s:4:\"6196\";s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"107\";s:11:\"trend_index\";s:2:\"90\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:76;a:14:{s:2:\"id\";s:5:\"10654\";s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";s:10:\"1547970917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"580\";s:11:\"trend_index\";s:3:\"518\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:77;a:14:{s:2:\"id\";s:4:\"6204\";s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"214\";s:11:\"trend_index\";s:3:\"212\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:78;a:14:{s:2:\"id\";s:5:\"10664\";s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";s:10:\"1547973928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"490\";s:11:\"trend_index\";s:3:\"456\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:79;a:14:{s:2:\"id\";s:4:\"6212\";s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"79\";s:11:\"trend_index\";s:2:\"78\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:80;a:14:{s:2:\"id\";s:5:\"10675\";s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547974110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"484\";s:11:\"trend_index\";s:3:\"478\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:81;a:14:{s:2:\"id\";s:4:\"6220\";s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"83\";s:11:\"trend_index\";s:2:\"99\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:82;a:14:{s:2:\"id\";s:4:\"6230\";s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443687\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"370\";s:11:\"trend_index\";s:3:\"407\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:83;a:14:{s:2:\"id\";s:4:\"9719\";s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";s:10:\"1547976107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"435\";s:11:\"trend_index\";s:3:\"480\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:84;a:14:{s:2:\"id\";s:4:\"6239\";s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"26\";s:11:\"trend_index\";s:2:\"25\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:85;a:14:{s:2:\"id\";s:4:\"6249\";s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"59\";s:11:\"trend_index\";s:2:\"45\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:86;a:14:{s:2:\"id\";s:4:\"6258\";s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"405\";s:11:\"trend_index\";s:3:\"533\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:87;a:14:{s:2:\"id\";s:5:\"10137\";s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";s:10:\"1547976342\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"503\";s:11:\"trend_index\";s:3:\"362\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:88;a:14:{s:2:\"id\";s:4:\"6266\";s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"50\";s:11:\"trend_index\";s:2:\"44\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:89;a:14:{s:2:\"id\";s:5:\"10244\";s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";s:10:\"1547976402\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"545\";s:11:\"trend_index\";s:3:\"557\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:90;a:14:{s:2:\"id\";s:4:\"6274\";s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520443698\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"95\";s:11:\"trend_index\";s:3:\"100\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:91;a:14:{s:2:\"id\";s:4:\"6017\";s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";s:10:\"1520520331\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"157\";s:11:\"trend_index\";s:3:\"147\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:92;a:14:{s:2:\"id\";s:5:\"10127\";s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";s:10:\"1547984061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"604\";s:11:\"trend_index\";s:3:\"497\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:93;a:14:{s:2:\"id\";s:4:\"4826\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520544\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"259\";s:11:\"trend_index\";s:3:\"266\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:94;a:14:{s:2:\"id\";s:4:\"4835\";s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520546\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"376\";s:11:\"trend_index\";s:3:\"364\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:95;a:14:{s:2:\"id\";s:4:\"4843\";s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520548\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"397\";s:11:\"trend_index\";s:3:\"438\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:96;a:14:{s:2:\"id\";s:4:\"4854\";s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520549\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"528\";s:11:\"trend_index\";s:3:\"587\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:97;a:14:{s:2:\"id\";s:4:\"4863\";s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520551\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"253\";s:11:\"trend_index\";s:3:\"171\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:98;a:14:{s:2:\"id\";s:5:\"10776\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";s:10:\"1548047055\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"603\";s:11:\"trend_index\";s:3:\"635\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:99;a:14:{s:2:\"id\";s:4:\"4871\";s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520552\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"241\";s:11:\"trend_index\";s:3:\"210\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:100;a:14:{s:2:\"id\";s:5:\"10785\";s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";s:10:\"1548047593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"454\";s:11:\"trend_index\";s:3:\"369\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:101;a:14:{s:2:\"id\";s:4:\"4880\";s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";s:10:\"1520520554\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"381\";s:11:\"trend_index\";s:3:\"435\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:102;a:14:{s:2:\"id\";s:4:\"4889\";s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";s:10:\"1520520556\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"466\";s:11:\"trend_index\";s:3:\"527\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:103;a:14:{s:2:\"id\";s:4:\"4897\";s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520557\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"76\";s:11:\"trend_index\";s:2:\"89\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:104;a:14:{s:2:\"id\";s:4:\"4905\";s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"110\";s:11:\"trend_index\";s:3:\"130\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:105;a:14:{s:2:\"id\";s:4:\"4913\";s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520561\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"223\";s:11:\"trend_index\";s:3:\"253\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:106;a:14:{s:2:\"id\";s:4:\"4921\";s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520562\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"213\";s:11:\"trend_index\";s:3:\"322\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:107;a:14:{s:2:\"id\";s:4:\"4929\";s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520564\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"42\";s:11:\"trend_index\";s:2:\"42\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:108;a:14:{s:2:\"id\";s:4:\"4939\";s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520565\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"89\";s:11:\"trend_index\";s:3:\"120\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:109;a:14:{s:2:\"id\";s:4:\"4947\";s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"188\";s:11:\"trend_index\";s:3:\"204\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:110;a:14:{s:2:\"id\";s:4:\"4955\";s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520520569\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"329\";s:11:\"trend_index\";s:3:\"467\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:111;a:14:{s:2:\"id\";s:4:\"4963\";s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520570\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"382\";s:11:\"trend_index\";s:3:\"387\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:112;a:14:{s:2:\"id\";s:4:\"4971\";s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520572\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"542\";s:11:\"trend_index\";s:3:\"581\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:113;a:14:{s:2:\"id\";s:4:\"4979\";s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520573\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"483\";s:11:\"trend_index\";s:3:\"524\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:114;a:14:{s:2:\"id\";s:4:\"4987\";s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";s:10:\"1520520575\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"144\";s:11:\"trend_index\";s:3:\"153\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:115;a:14:{s:2:\"id\";s:4:\"4995\";s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520577\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"359\";s:11:\"trend_index\";s:3:\"495\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:116;a:14:{s:2:\"id\";s:4:\"5007\";s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520578\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"43\";s:11:\"trend_index\";s:2:\"35\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:117;a:14:{s:2:\"id\";s:4:\"5019\";s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520580\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"164\";s:11:\"trend_index\";s:3:\"215\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:118;a:14:{s:2:\"id\";s:4:\"5027\";s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520581\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"297\";s:11:\"trend_index\";s:3:\"310\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:119;a:14:{s:2:\"id\";s:5:\"10794\";s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";s:10:\"1548067619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"437\";s:11:\"trend_index\";s:3:\"335\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:120;a:14:{s:2:\"id\";s:4:\"5037\";s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520520583\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"267\";s:11:\"trend_index\";s:3:\"279\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:121;a:14:{s:2:\"id\";s:4:\"5057\";s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520586\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"222\";s:11:\"trend_index\";s:3:\"394\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:122;a:14:{s:2:\"id\";s:4:\"5071\";s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520520588\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"272\";s:11:\"trend_index\";s:3:\"248\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:123;a:14:{s:2:\"id\";s:5:\"10871\";s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";s:10:\"1548074396\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"602\";s:11:\"trend_index\";s:3:\"585\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:124;a:14:{s:2:\"id\";s:4:\"5082\";s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520589\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"445\";s:11:\"trend_index\";s:3:\"510\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:125;a:14:{s:2:\"id\";s:5:\"10936\";s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";s:10:\"1548874587\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"431\";s:11:\"trend_index\";s:3:\"379\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:126;a:14:{s:2:\"id\";s:4:\"5090\";s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520591\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"176\";s:11:\"trend_index\";s:3:\"197\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:127;a:14:{s:2:\"id\";s:4:\"5098\";s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520593\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"153\";s:11:\"trend_index\";s:3:\"129\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:128;a:14:{s:2:\"id\";s:4:\"5107\";s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520594\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"355\";s:11:\"trend_index\";s:3:\"433\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:129;a:14:{s:2:\"id\";s:5:\"10964\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";s:10:\"1550039106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"561\";s:11:\"trend_index\";s:3:\"341\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:130;a:14:{s:2:\"id\";s:4:\"5115\";s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520596\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"25\";s:11:\"trend_index\";s:2:\"17\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:131;a:14:{s:2:\"id\";s:5:\"10992\";s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";s:10:\"1550072007\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"593\";s:11:\"trend_index\";s:3:\"569\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:132;a:14:{s:2:\"id\";s:4:\"5125\";s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520597\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"224\";s:11:\"trend_index\";s:3:\"188\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:133;a:14:{s:2:\"id\";s:5:\"11005\";s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";s:10:\"1550073303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"589\";s:11:\"trend_index\";s:3:\"571\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:134;a:14:{s:2:\"id\";s:4:\"5133\";s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520599\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"166\";s:11:\"trend_index\";s:3:\"242\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:135;a:14:{s:2:\"id\";s:4:\"5141\";s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520601\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"344\";s:11:\"trend_index\";s:3:\"516\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:136;a:14:{s:2:\"id\";s:4:\"5149\";s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520602\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"335\";s:11:\"trend_index\";s:3:\"447\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:137;a:14:{s:2:\"id\";s:4:\"5542\";s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520520681\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"160\";s:11:\"trend_index\";s:3:\"146\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:138;a:14:{s:2:\"id\";s:4:\"5550\";s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520520682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"271\";s:11:\"trend_index\";s:3:\"239\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:139;a:14:{s:2:\"id\";s:4:\"5558\";s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520520684\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"133\";s:11:\"trend_index\";s:3:\"122\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:140;a:14:{s:2:\"id\";s:4:\"5567\";s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520520685\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"165\";s:11:\"trend_index\";s:3:\"115\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:141;a:14:{s:2:\"id\";s:5:\"11231\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"212\";s:11:\"trend_index\";s:2:\"66\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:142;a:14:{s:2:\"id\";s:4:\"5583\";s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520520689\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"211\";s:11:\"trend_index\";s:2:\"98\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:143;a:14:{s:2:\"id\";s:5:\"11220\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";s:10:\"1564642385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"163\";s:11:\"trend_index\";s:2:\"56\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:144;a:14:{s:2:\"id\";s:4:\"5591\";s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520520691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"123\";s:11:\"trend_index\";s:3:\"131\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:145;a:14:{s:2:\"id\";s:5:\"11204\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642389\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"368\";s:11:\"trend_index\";s:3:\"267\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:146;a:14:{s:2:\"id\";s:4:\"5599\";s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520520693\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"276\";s:11:\"trend_index\";s:3:\"284\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:147;a:14:{s:2:\"id\";s:5:\"11198\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Header_small_3.jpg\";s:12:\"tmpl_created\";s:10:\"1564642395\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"70\";s:11:\"trend_index\";s:1:\"9\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:148;a:14:{s:2:\"id\";s:4:\"5607\";s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";s:10:\"1520520695\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"118\";s:11:\"trend_index\";s:2:\"14\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:149;a:14:{s:2:\"id\";s:5:\"11192\";s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564642399\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"254\";s:11:\"trend_index\";s:2:\"95\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:150;a:14:{s:2:\"id\";s:4:\"5634\";s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520520699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"171\";s:11:\"trend_index\";s:3:\"190\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:151;a:14:{s:2:\"id\";s:4:\"5642\";s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520520701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"215\";s:11:\"trend_index\";s:3:\"189\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:152;a:14:{s:2:\"id\";s:4:\"5650\";s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520520702\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"102\";s:11:\"trend_index\";s:2:\"84\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:153;a:14:{s:2:\"id\";s:4:\"5658\";s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520520704\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"193\";s:11:\"trend_index\";s:3:\"165\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:154;a:14:{s:2:\"id\";s:4:\"5667\";s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520520705\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"147\";s:11:\"trend_index\";s:3:\"261\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:155;a:14:{s:2:\"id\";s:4:\"5675\";s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520520707\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"360\";s:11:\"trend_index\";s:3:\"455\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:156;a:14:{s:2:\"id\";s:4:\"5860\";s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520520746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"135\";s:11:\"trend_index\";s:3:\"102\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:157;a:14:{s:2:\"id\";s:4:\"5869\";s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520520747\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"295\";s:11:\"trend_index\";s:3:\"406\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:158;a:14:{s:2:\"id\";s:4:\"5877\";s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";s:10:\"1520520749\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"462\";s:11:\"trend_index\";s:3:\"468\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:159;a:14:{s:2:\"id\";s:5:\"11468\";s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393182\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"619\";s:11:\"trend_index\";s:3:\"596\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:160;a:14:{s:2:\"id\";s:4:\"5885\";s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520520751\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"283\";s:11:\"trend_index\";s:3:\"233\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:161;a:14:{s:2:\"id\";s:5:\"11461\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Header_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"290\";s:11:\"trend_index\";s:3:\"123\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:162;a:14:{s:2:\"id\";s:4:\"5893\";s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520520752\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"249\";s:11:\"trend_index\";s:3:\"241\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:163;a:14:{s:2:\"id\";s:5:\"11453\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393224\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"348\";s:11:\"trend_index\";s:3:\"230\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:164;a:14:{s:2:\"id\";s:4:\"5904\";s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520520754\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"424\";s:11:\"trend_index\";s:3:\"601\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:165;a:14:{s:2:\"id\";s:5:\"11445\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"457\";s:11:\"trend_index\";s:3:\"325\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:166;a:14:{s:2:\"id\";s:4:\"5912\";s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520520755\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"557\";s:11:\"trend_index\";s:3:\"536\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:167;a:14:{s:2:\"id\";s:5:\"11435\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"440\";s:11:\"trend_index\";s:3:\"334\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:168;a:14:{s:2:\"id\";s:4:\"5921\";s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520520757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"258\";s:11:\"trend_index\";s:3:\"330\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:169;a:14:{s:2:\"id\";s:5:\"11424\";s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";s:10:\"1567393309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"607\";s:11:\"trend_index\";s:3:\"586\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:170;a:14:{s:2:\"id\";s:4:\"5930\";s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";s:10:\"1520520758\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"73\";s:11:\"trend_index\";s:3:\"105\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:171;a:14:{s:2:\"id\";s:4:\"5939\";s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";s:10:\"1520520760\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"175\";s:11:\"trend_index\";s:3:\"224\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:172;a:14:{s:2:\"id\";s:4:\"7596\";s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1521546999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"36\";s:11:\"trend_index\";s:2:\"27\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:173;a:14:{s:2:\"id\";s:4:\"7615\";s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1521547237\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"29\";s:11:\"trend_index\";s:2:\"21\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:174;a:14:{s:2:\"id\";s:4:\"7627\";s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";s:10:\"1521547332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"109\";s:11:\"trend_index\";s:3:\"113\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:175;a:14:{s:2:\"id\";s:5:\"11822\";s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";s:10:\"1569429896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"586\";s:11:\"trend_index\";s:3:\"513\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:176;a:14:{s:2:\"id\";s:4:\"7638\";s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";s:10:\"1521547502\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"125\";s:11:\"trend_index\";s:3:\"101\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:177;a:14:{s:2:\"id\";s:5:\"11877\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";s:10:\"1569429954\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"597\";s:11:\"trend_index\";s:3:\"502\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:178;a:14:{s:2:\"id\";s:4:\"7663\";s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521547761\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"45\";s:11:\"trend_index\";s:2:\"47\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:179;a:14:{s:2:\"id\";s:5:\"11870\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569429964\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"575\";s:11:\"trend_index\";s:3:\"542\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:180;a:14:{s:2:\"id\";s:4:\"7650\";s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";s:10:\"1521557736\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"94\";s:11:\"trend_index\";s:3:\"104\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:181;a:14:{s:2:\"id\";s:5:\"11861\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";s:10:\"1569429975\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"570\";s:11:\"trend_index\";s:3:\"511\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:182;a:14:{s:2:\"id\";s:4:\"7686\";s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";s:10:\"1521558047\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"120\";s:11:\"trend_index\";s:3:\"117\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:183;a:14:{s:2:\"id\";s:5:\"11854\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";s:10:\"1569429983\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"495\";s:11:\"trend_index\";s:3:\"321\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:184;a:14:{s:2:\"id\";s:4:\"4676\";s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";s:10:\"1522014215\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"220\";s:11:\"trend_index\";s:3:\"302\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:185;a:14:{s:2:\"id\";s:5:\"11847\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";s:10:\"1569430010\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"386\";s:11:\"trend_index\";s:3:\"193\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:186;a:14:{s:2:\"id\";s:4:\"7997\";s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1524582343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"86\";s:11:\"trend_index\";s:2:\"54\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:187;a:14:{s:2:\"id\";s:5:\"11839\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1569430015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"347\";s:11:\"trend_index\";s:3:\"141\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:188;a:14:{s:2:\"id\";s:4:\"7982\";s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524582468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"236\";s:11:\"trend_index\";s:3:\"202\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:189;a:14:{s:2:\"id\";s:5:\"11832\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";s:10:\"1569430019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"363\";s:11:\"trend_index\";s:3:\"145\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:190;a:14:{s:2:\"id\";s:4:\"7959\";s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524582605\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"184\";s:11:\"trend_index\";s:3:\"234\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:191;a:14:{s:2:\"id\";s:5:\"11807\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";s:10:\"1569430070\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"525\";s:11:\"trend_index\";s:3:\"492\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:192;a:14:{s:2:\"id\";s:4:\"7950\";s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524582631\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"256\";s:11:\"trend_index\";s:3:\"245\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:193;a:14:{s:2:\"id\";s:4:\"7937\";s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524582665\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"210\";s:11:\"trend_index\";s:3:\"259\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:194;a:14:{s:2:\"id\";s:5:\"11897\";s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";s:10:\"1569494236\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"635\";s:11:\"trend_index\";s:3:\"630\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:195;a:14:{s:2:\"id\";s:4:\"7927\";s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524582691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"180\";s:11:\"trend_index\";s:3:\"138\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:196;a:14:{s:2:\"id\";s:5:\"11890\";s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";s:10:\"1571907344\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"389\";s:11:\"trend_index\";s:3:\"180\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:197;a:14:{s:2:\"id\";s:4:\"7917\";s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524582788\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"98\";s:11:\"trend_index\";s:2:\"76\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:198;a:14:{s:2:\"id\";s:4:\"7904\";s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524582814\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"197\";s:11:\"trend_index\";s:3:\"182\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:199;a:14:{s:2:\"id\";s:4:\"7837\";s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";s:10:\"1524582852\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"428\";s:11:\"trend_index\";s:3:\"422\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:200;a:14:{s:2:\"id\";s:4:\"7852\";s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";s:10:\"1524582875\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"217\";s:11:\"trend_index\";s:3:\"255\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:201;a:14:{s:2:\"id\";s:4:\"7862\";s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";s:10:\"1524582903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"140\";s:11:\"trend_index\";s:3:\"143\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:202;a:14:{s:2:\"id\";s:5:\"12212\";s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";s:10:\"1572846914\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"438\";s:11:\"trend_index\";s:3:\"213\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:203;a:14:{s:2:\"id\";s:4:\"7871\";s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524582927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"97\";s:11:\"trend_index\";s:2:\"91\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:204;a:14:{s:2:\"id\";s:5:\"12203\";s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";s:10:\"1572846925\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"558\";s:11:\"trend_index\";s:3:\"474\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:205;a:14:{s:2:\"id\";s:4:\"7884\";s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524582944\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"68\";s:11:\"trend_index\";s:3:\"195\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:206;a:14:{s:2:\"id\";s:5:\"12194\";s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/header.png\";s:12:\"tmpl_created\";s:10:\"1572846935\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"198\";s:11:\"trend_index\";s:2:\"39\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:207;a:14:{s:2:\"id\";s:4:\"7892\";s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583015\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"114\";s:11:\"trend_index\";s:3:\"135\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:208;a:14:{s:2:\"id\";s:5:\"12179\";s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";s:10:\"1572846958\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"473\";s:11:\"trend_index\";s:3:\"311\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:209;a:14:{s:2:\"id\";s:4:\"4212\";s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443248\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"132\";s:11:\"trend_index\";s:3:\"137\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:210;a:14:{s:2:\"id\";s:4:\"7825\";s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";s:10:\"1524583273\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"78\";s:11:\"trend_index\";s:2:\"71\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:211;a:14:{s:2:\"id\";s:5:\"12170\";s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";s:10:\"1572846967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"486\";s:11:\"trend_index\";s:3:\"294\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:212;a:14:{s:2:\"id\";s:4:\"4227\";s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443250\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"332\";s:11:\"trend_index\";s:3:\"295\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:213;a:14:{s:2:\"id\";s:4:\"7812\";s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";s:10:\"1524583298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"108\";s:11:\"trend_index\";s:3:\"119\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:214;a:14:{s:2:\"id\";s:5:\"12164\";s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";s:10:\"1572846979\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"636\";s:11:\"trend_index\";s:3:\"609\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:215;a:14:{s:2:\"id\";s:4:\"4235\";s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443251\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"286\";s:11:\"trend_index\";s:3:\"252\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:216;a:14:{s:2:\"id\";s:4:\"7724\";s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1524583367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"31\";s:11:\"trend_index\";s:2:\"28\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:217;a:14:{s:2:\"id\";s:4:\"4244\";s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"453\";s:11:\"trend_index\";s:3:\"522\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:218;a:14:{s:2:\"id\";s:4:\"7734\";s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1524583436\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"39\";s:11:\"trend_index\";s:2:\"48\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:219;a:14:{s:2:\"id\";s:4:\"4252\";s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443255\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"47\";s:11:\"trend_index\";s:2:\"30\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:220;a:14:{s:2:\"id\";s:4:\"7771\";s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1524583540\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"103\";s:11:\"trend_index\";s:2:\"85\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:221;a:14:{s:2:\"id\";s:4:\"4260\";s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443257\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"191\";s:11:\"trend_index\";s:3:\"184\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:222;a:14:{s:2:\"id\";s:4:\"7787\";s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1524583598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"105\";s:11:\"trend_index\";s:3:\"126\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:223;a:14:{s:2:\"id\";s:4:\"4268\";s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"159\";s:11:\"trend_index\";s:3:\"203\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:224;a:14:{s:2:\"id\";s:4:\"7801\";s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1524583659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"56\";s:11:\"trend_index\";s:2:\"55\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:225;a:14:{s:2:\"id\";s:4:\"4276\";s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443261\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"341\";s:11:\"trend_index\";s:3:\"247\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:226;a:14:{s:2:\"id\";s:4:\"7754\";s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1524583712\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"77\";s:11:\"trend_index\";s:3:\"160\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:227;a:14:{s:2:\"id\";s:4:\"4284\";s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"53\";s:11:\"trend_index\";s:2:\"12\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:228;a:14:{s:2:\"id\";s:4:\"7713\";s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1524584780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"49\";s:11:\"trend_index\";s:2:\"40\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:229;a:14:{s:2:\"id\";s:4:\"4293\";s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443265\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"278\";s:11:\"trend_index\";s:3:\"307\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:230;a:14:{s:2:\"id\";s:4:\"7744\";s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1524584784\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"54\";s:11:\"trend_index\";s:2:\"67\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:231;a:14:{s:2:\"id\";s:4:\"4302\";s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443266\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"69\";s:11:\"trend_index\";s:2:\"50\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:232;a:14:{s:2:\"id\";s:5:\"12229\";s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";s:10:\"1572847842\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"560\";s:11:\"trend_index\";s:3:\"402\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:233;a:14:{s:2:\"id\";s:4:\"4313\";s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443268\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"130\";s:11:\"trend_index\";s:3:\"118\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:234;a:14:{s:2:\"id\";s:4:\"8523\";s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";s:10:\"1526415291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"304\";s:11:\"trend_index\";s:3:\"270\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:235;a:14:{s:2:\"id\";s:5:\"12550\";s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1575960263\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"657\";s:11:\"trend_index\";s:3:\"584\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:236;a:14:{s:2:\"id\";s:4:\"4324\";s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"292\";s:11:\"trend_index\";s:3:\"257\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:237;a:14:{s:2:\"id\";s:4:\"8524\";s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";s:10:\"1526415337\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"298\";s:11:\"trend_index\";s:3:\"366\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:238;a:14:{s:2:\"id\";s:5:\"12540\";s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";s:10:\"1575960267\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"623\";s:11:\"trend_index\";s:3:\"578\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:239;a:14:{s:2:\"id\";s:4:\"4332\";s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";s:10:\"1520443272\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"142\";s:11:\"trend_index\";s:3:\"154\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:240;a:14:{s:2:\"id\";s:4:\"8525\";s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";s:10:\"1526415374\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"452\";s:11:\"trend_index\";s:3:\"509\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:241;a:14:{s:2:\"id\";s:5:\"12492\";s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1575960358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"513\";s:11:\"trend_index\";s:3:\"288\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:242;a:14:{s:2:\"id\";s:4:\"4341\";s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";s:10:\"1520443274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"141\";s:11:\"trend_index\";s:3:\"169\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:243;a:14:{s:2:\"id\";s:4:\"8513\";s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";s:10:\"1526415417\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"409\";s:11:\"trend_index\";s:3:\"491\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:244;a:14:{s:2:\"id\";s:5:\"12500\";s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1575960371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"474\";s:11:\"trend_index\";s:3:\"238\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:245;a:14:{s:2:\"id\";s:4:\"4349\";s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";s:10:\"1520443275\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"315\";s:11:\"trend_index\";s:3:\"408\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:246;a:14:{s:2:\"id\";s:4:\"8512\";s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";s:10:\"1526415449\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"449\";s:11:\"trend_index\";s:3:\"484\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:247;a:14:{s:2:\"id\";s:5:\"12509\";s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";s:10:\"1575960378\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"644\";s:11:\"trend_index\";s:3:\"566\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:248;a:14:{s:2:\"id\";s:4:\"4357\";s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";s:10:\"1520443277\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"48\";s:11:\"trend_index\";s:2:\"33\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:249;a:14:{s:2:\"id\";s:4:\"8526\";s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";s:10:\"1526415474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"451\";s:11:\"trend_index\";s:3:\"531\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:250;a:14:{s:2:\"id\";s:5:\"12516\";s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1575960387\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"529\";s:11:\"trend_index\";s:3:\"301\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:251;a:14:{s:2:\"id\";s:4:\"4368\";s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";s:10:\"1520443279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"66\";s:11:\"trend_index\";s:2:\"77\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:252;a:14:{s:2:\"id\";s:4:\"8505\";s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";s:10:\"1526415501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"531\";s:11:\"trend_index\";s:3:\"608\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:253;a:14:{s:2:\"id\";s:5:\"12524\";s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";s:10:\"1575960397\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"571\";s:11:\"trend_index\";s:3:\"328\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:254;a:14:{s:2:\"id\";s:4:\"4376\";s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";s:10:\"1520443281\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"145\";s:11:\"trend_index\";s:3:\"187\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:255;a:14:{s:2:\"id\";s:4:\"8511\";s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";s:10:\"1526415528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"357\";s:11:\"trend_index\";s:3:\"373\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:256;a:14:{s:2:\"id\";s:5:\"12531\";s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";s:10:\"1575960404\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"588\";s:11:\"trend_index\";s:3:\"332\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:257;a:14:{s:2:\"id\";s:4:\"4391\";s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";s:10:\"1520443283\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"149\";s:11:\"trend_index\";s:3:\"162\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:258;a:14:{s:2:\"id\";s:4:\"8514\";s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";s:10:\"1526415558\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"407\";s:11:\"trend_index\";s:3:\"411\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:259;a:14:{s:2:\"id\";s:4:\"4400\";s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";s:10:\"1520443285\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"262\";s:11:\"trend_index\";s:3:\"264\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:260;a:14:{s:2:\"id\";s:4:\"8676\";s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1527682423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"330\";s:11:\"trend_index\";s:3:\"299\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:261;a:14:{s:2:\"id\";s:4:\"4411\";s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443287\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"93\";s:11:\"trend_index\";s:3:\"121\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:262;a:14:{s:2:\"id\";s:4:\"8678\";s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1527682780\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"179\";s:11:\"trend_index\";s:3:\"176\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:263;a:14:{s:2:\"id\";s:4:\"4420\";s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443289\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"178\";s:11:\"trend_index\";s:3:\"229\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:264;a:14:{s:2:\"id\";s:4:\"8679\";s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1527682847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"196\";s:11:\"trend_index\";s:3:\"256\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:265;a:14:{s:2:\"id\";s:4:\"4428\";s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443291\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"99\";s:11:\"trend_index\";s:3:\"139\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:266;a:14:{s:2:\"id\";s:4:\"8680\";s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1527682896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"406\";s:11:\"trend_index\";s:3:\"383\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:267;a:14:{s:2:\"id\";s:4:\"4436\";s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443293\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"161\";s:11:\"trend_index\";s:3:\"226\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:268;a:14:{s:2:\"id\";s:4:\"8681\";s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1527682969\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"311\";s:11:\"trend_index\";s:3:\"353\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:269;a:14:{s:2:\"id\";s:4:\"4444\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443295\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"91\";s:11:\"trend_index\";s:2:\"80\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:270;a:14:{s:2:\"id\";s:4:\"8682\";s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1527683026\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"426\";s:11:\"trend_index\";s:3:\"559\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:271;a:14:{s:2:\"id\";s:4:\"4452\";s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443296\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"148\";s:11:\"trend_index\";s:3:\"163\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:272;a:14:{s:2:\"id\";s:4:\"8703\";s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1527683072\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"401\";s:11:\"trend_index\";s:3:\"459\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:273;a:14:{s:2:\"id\";s:4:\"4460\";s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"122\";s:11:\"trend_index\";s:3:\"114\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:274;a:14:{s:2:\"id\";s:4:\"8961\";s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";s:10:\"1528639909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"80\";s:11:\"trend_index\";s:3:\"150\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:275;a:14:{s:2:\"id\";s:4:\"4468\";s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"137\";s:11:\"trend_index\";s:3:\"106\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:276;a:14:{s:2:\"id\";s:4:\"8969\";s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";s:10:\"1528700014\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"216\";s:11:\"trend_index\";s:3:\"352\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:277;a:14:{s:2:\"id\";s:5:\"12716\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";s:10:\"1579060659\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"581\";s:11:\"trend_index\";s:3:\"404\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:278;a:14:{s:2:\"id\";s:4:\"4476\";s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443303\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"244\";s:11:\"trend_index\";s:3:\"232\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:279;a:14:{s:2:\"id\";s:4:\"8973\";s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";s:10:\"1528700205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"172\";s:11:\"trend_index\";s:3:\"305\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:280;a:14:{s:2:\"id\";s:5:\"12707\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060669\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"573\";s:11:\"trend_index\";s:3:\"276\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:281;a:14:{s:2:\"id\";s:4:\"4484\";s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443305\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"322\";s:11:\"trend_index\";s:3:\"425\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:282;a:14:{s:2:\"id\";s:4:\"8977\";s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";s:10:\"1528700326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"334\";s:11:\"trend_index\";s:3:\"359\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:283;a:14:{s:2:\"id\";s:5:\"12699\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";s:10:\"1579060680\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"533\";s:11:\"trend_index\";s:3:\"240\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:284;a:14:{s:2:\"id\";s:4:\"4492\";s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443307\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"44\";s:11:\"trend_index\";s:2:\"29\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:285;a:14:{s:2:\"id\";s:4:\"8981\";s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";s:10:\"1528700484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"301\";s:11:\"trend_index\";s:3:\"442\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:286;a:14:{s:2:\"id\";s:5:\"12688\";s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060692\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"523\";s:11:\"trend_index\";s:3:\"196\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:287;a:14:{s:2:\"id\";s:4:\"4500\";s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443308\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"436\";s:11:\"trend_index\";s:3:\"466\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:288;a:14:{s:2:\"id\";s:4:\"8985\";s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";s:10:\"1528700612\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"204\";s:11:\"trend_index\";s:3:\"161\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:289;a:14:{s:2:\"id\";s:5:\"12678\";s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1579060701\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"419\";s:11:\"trend_index\";s:3:\"109\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:290;a:14:{s:2:\"id\";s:4:\"4509\";s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443310\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"601\";s:11:\"trend_index\";s:3:\"537\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:291;a:14:{s:2:\"id\";s:4:\"8989\";s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";s:10:\"1528701063\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"195\";s:11:\"trend_index\";s:3:\"209\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:292;a:14:{s:2:\"id\";s:5:\"12669\";s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1579060715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"537\";s:11:\"trend_index\";s:3:\"221\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:293;a:14:{s:2:\"id\";s:4:\"4521\";s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443312\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"314\";s:11:\"trend_index\";s:3:\"351\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:294;a:14:{s:2:\"id\";s:4:\"8996\";s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";s:10:\"1528701290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"192\";s:11:\"trend_index\";s:3:\"360\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:295;a:14:{s:2:\"id\";s:5:\"12661\";s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";s:10:\"1579060722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"556\";s:11:\"trend_index\";s:3:\"208\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:296;a:14:{s:2:\"id\";s:4:\"4529\";s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443314\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"526\";s:11:\"trend_index\";s:3:\"517\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:297;a:14:{s:2:\"id\";s:4:\"9001\";s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";s:10:\"1528701433\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"248\";s:11:\"trend_index\";s:3:\"340\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:298;a:14:{s:2:\"id\";s:5:\"12652\";s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";s:10:\"1579060730\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"572\";s:11:\"trend_index\";s:3:\"300\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:299;a:14:{s:2:\"id\";s:4:\"4537\";s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443315\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"500\";s:11:\"trend_index\";s:3:\"613\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:300;a:14:{s:2:\"id\";s:4:\"9119\";s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";s:10:\"1532428138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"252\";s:11:\"trend_index\";s:3:\"285\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:301;a:14:{s:2:\"id\";s:5:\"12643\";s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";s:10:\"1579060737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"522\";s:11:\"trend_index\";s:3:\"228\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:302;a:14:{s:2:\"id\";s:4:\"4545\";s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"599\";s:11:\"trend_index\";s:3:\"645\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:303;a:14:{s:2:\"id\";s:4:\"9127\";s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";s:10:\"1532428699\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"52\";s:11:\"trend_index\";s:2:\"70\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:304;a:14:{s:2:\"id\";s:5:\"12635\";s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";s:10:\"1579060746\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"626\";s:11:\"trend_index\";s:3:\"465\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:305;a:14:{s:2:\"id\";s:4:\"4553\";s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"458\";s:11:\"trend_index\";s:3:\"508\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:306;a:14:{s:2:\"id\";s:5:\"12736\";s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";s:10:\"1579060978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"656\";s:11:\"trend_index\";s:3:\"636\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:307;a:14:{s:2:\"id\";s:4:\"4562\";s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443322\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"587\";s:11:\"trend_index\";s:3:\"657\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:308;a:14:{s:2:\"id\";s:5:\"12726\";s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";s:10:\"1579061019\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"568\";s:11:\"trend_index\";s:3:\"265\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:309;a:14:{s:2:\"id\";s:4:\"4572\";s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443324\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"305\";s:11:\"trend_index\";s:3:\"290\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:310;a:14:{s:2:\"id\";s:4:\"9174\";s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";s:10:\"1532950125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"55\";s:11:\"trend_index\";s:2:\"19\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:311;a:14:{s:2:\"id\";s:5:\"13089\";s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";s:10:\"1582091623\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"658\";s:11:\"trend_index\";s:3:\"477\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:312;a:14:{s:2:\"id\";s:4:\"4580\";s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443326\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"489\";s:11:\"trend_index\";s:3:\"529\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:313;a:14:{s:2:\"id\";s:4:\"9178\";s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";s:10:\"1532951997\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"104\";s:11:\"trend_index\";s:2:\"51\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:314;a:14:{s:2:\"id\";s:5:\"13096\";s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";s:10:\"1582091742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"638\";s:11:\"trend_index\";s:3:\"501\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:315;a:14:{s:2:\"id\";s:4:\"4589\";s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443327\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"600\";s:11:\"trend_index\";s:3:\"633\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:316;a:14:{s:2:\"id\";s:4:\"9180\";s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";s:10:\"1532952302\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"143\";s:11:\"trend_index\";s:2:\"92\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:317;a:14:{s:2:\"id\";s:5:\"13103\";s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";s:10:\"1582091903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"579\";s:11:\"trend_index\";s:3:\"237\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:318;a:14:{s:2:\"id\";s:4:\"4597\";s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443330\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"515\";s:11:\"trend_index\";s:3:\"532\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:319;a:14:{s:2:\"id\";s:4:\"9182\";s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";s:10:\"1532952606\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"158\";s:11:\"trend_index\";s:2:\"96\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:320;a:14:{s:2:\"id\";s:5:\"13120\";s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";s:10:\"1582092351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"654\";s:11:\"trend_index\";s:3:\"561\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:321;a:14:{s:2:\"id\";s:4:\"4605\";s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443332\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"616\";s:11:\"trend_index\";s:3:\"631\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:322;a:14:{s:2:\"id\";s:4:\"9239\";s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";s:10:\"1532953482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"106\";s:11:\"trend_index\";s:2:\"41\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:323;a:14:{s:2:\"id\";s:5:\"13112\";s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Header_s.png\";s:12:\"tmpl_created\";s:10:\"1582092483\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"514\";s:11:\"trend_index\";s:2:\"86\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:324;a:14:{s:2:\"id\";s:4:\"4613\";s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"485\";s:11:\"trend_index\";s:3:\"514\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:325;a:14:{s:2:\"id\";s:4:\"9247\";s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";s:10:\"1532953793\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"119\";s:11:\"trend_index\";s:2:\"64\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:326;a:14:{s:2:\"id\";s:5:\"13129\";s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";s:10:\"1582092645\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"645\";s:11:\"trend_index\";s:3:\"449\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:327;a:14:{s:2:\"id\";s:4:\"9254\";s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";s:10:\"1532954032\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"126\";s:11:\"trend_index\";s:2:\"81\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:328;a:14:{s:2:\"id\";s:4:\"9301\";s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";s:10:\"1537440661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"207\";s:11:\"trend_index\";s:3:\"268\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:329;a:14:{s:2:\"id\";s:4:\"9296\";s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";s:10:\"1537440673\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"190\";s:11:\"trend_index\";s:3:\"251\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:330;a:14:{s:2:\"id\";s:4:\"9313\";s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";s:10:\"1537440798\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"167\";s:11:\"trend_index\";s:3:\"289\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:331;a:14:{s:2:\"id\";s:4:\"9343\";s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";s:10:\"1537443531\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"183\";s:11:\"trend_index\";s:3:\"271\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:332;a:14:{s:2:\"id\";s:4:\"9349\";s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";s:10:\"1537443903\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"134\";s:11:\"trend_index\";s:3:\"199\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:333;a:14:{s:2:\"id\";s:4:\"4690\";s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443348\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"229\";s:11:\"trend_index\";s:3:\"250\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:334;a:14:{s:2:\"id\";s:4:\"4698\";s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"392\";s:11:\"trend_index\";s:3:\"541\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:335;a:14:{s:2:\"id\";s:4:\"4706\";s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443352\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"139\";s:11:\"trend_index\";s:3:\"179\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:336;a:14:{s:2:\"id\";s:4:\"4718\";s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443354\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"173\";s:11:\"trend_index\";s:3:\"231\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:337;a:14:{s:2:\"id\";s:4:\"4727\";s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443356\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"356\";s:11:\"trend_index\";s:3:\"457\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:338;a:14:{s:2:\"id\";s:4:\"4736\";s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443358\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"138\";s:11:\"trend_index\";s:3:\"132\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:339;a:14:{s:2:\"id\";s:4:\"4746\";s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443360\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"257\";s:11:\"trend_index\";s:3:\"315\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:340;a:14:{s:2:\"id\";s:4:\"4759\";s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443362\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"275\";s:11:\"trend_index\";s:3:\"282\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:341;a:14:{s:2:\"id\";s:4:\"4770\";s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443364\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"374\";s:11:\"trend_index\";s:3:\"556\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:342;a:14:{s:2:\"id\";s:4:\"4781\";s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"243\";s:11:\"trend_index\";s:3:\"269\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:343;a:14:{s:2:\"id\";s:4:\"9611\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546965350\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"546\";s:11:\"trend_index\";s:3:\"392\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:344;a:14:{s:2:\"id\";s:4:\"4793\";s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443367\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"185\";s:11:\"trend_index\";s:3:\"214\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:345;a:14:{s:2:\"id\";s:4:\"9622\";s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";s:10:\"1546965896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"544\";s:11:\"trend_index\";s:3:\"526\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:346;a:14:{s:2:\"id\";s:4:\"4801\";s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";s:10:\"1520443369\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"325\";s:11:\"trend_index\";s:3:\"358\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:347;a:14:{s:2:\"id\";s:4:\"9631\";s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546968270\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"565\";s:11:\"trend_index\";s:3:\"565\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:348;a:14:{s:2:\"id\";s:4:\"4809\";s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"266\";s:11:\"trend_index\";s:3:\"343\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:349;a:14:{s:2:\"id\";s:4:\"4818\";s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443373\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"421\";s:11:\"trend_index\";s:3:\"528\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:350;a:14:{s:2:\"id\";s:4:\"5045\";s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443423\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"520\";s:11:\"trend_index\";s:3:\"595\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:351;a:14:{s:2:\"id\";s:4:\"9662\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547009087\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"592\";s:11:\"trend_index\";s:3:\"572\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:352;a:14:{s:2:\"id\";s:4:\"5157\";s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443448\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"346\";s:11:\"trend_index\";s:3:\"349\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:353;a:14:{s:2:\"id\";s:4:\"5165\";s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"467\";s:11:\"trend_index\";s:3:\"600\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:354;a:14:{s:2:\"id\";s:4:\"5173\";s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"277\";s:11:\"trend_index\";s:3:\"278\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:355;a:14:{s:2:\"id\";s:4:\"9690\";s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547011716\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"385\";s:11:\"trend_index\";s:3:\"326\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:356;a:14:{s:2:\"id\";s:4:\"5181\";s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"414\";s:11:\"trend_index\";s:3:\"432\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:357;a:14:{s:2:\"id\";s:4:\"9699\";s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";s:10:\"1547015827\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"439\";s:11:\"trend_index\";s:3:\"405\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:358;a:14:{s:2:\"id\";s:4:\"5189\";s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443456\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"404\";s:11:\"trend_index\";s:3:\"515\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:359;a:14:{s:2:\"id\";s:4:\"5198\";s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443458\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"476\";s:11:\"trend_index\";s:3:\"523\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:360;a:14:{s:2:\"id\";s:4:\"9571\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1547726151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"552\";s:11:\"trend_index\";s:3:\"535\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:361;a:14:{s:2:\"id\";s:4:\"5206\";s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"502\";s:11:\"trend_index\";s:3:\"504\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:362;a:14:{s:2:\"id\";s:4:\"5214\";s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443462\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"199\";s:11:\"trend_index\";s:3:\"198\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:363;a:14:{s:2:\"id\";s:4:\"5222\";s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"384\";s:11:\"trend_index\";s:3:\"481\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:364;a:14:{s:2:\"id\";s:4:\"9740\";s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";s:10:\"1547822836\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"536\";s:11:\"trend_index\";s:3:\"560\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:365;a:14:{s:2:\"id\";s:4:\"5230\";s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443466\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"317\";s:11:\"trend_index\";s:3:\"331\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:366;a:14:{s:2:\"id\";s:4:\"5238\";s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443468\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"519\";s:11:\"trend_index\";s:3:\"620\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:367;a:14:{s:2:\"id\";s:4:\"9762\";s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";s:10:\"1547824145\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"441\";s:11:\"trend_index\";s:3:\"378\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:368;a:14:{s:2:\"id\";s:4:\"5249\";s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443470\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"464\";s:11:\"trend_index\";s:3:\"574\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:369;a:14:{s:2:\"id\";s:4:\"9772\";s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";s:10:\"1547824279\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"633\";s:11:\"trend_index\";s:3:\"650\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:370;a:14:{s:2:\"id\";s:4:\"5257\";s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443472\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"394\";s:11:\"trend_index\";s:3:\"460\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:371;a:14:{s:2:\"id\";s:4:\"5266\";s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"117\";s:11:\"trend_index\";s:2:\"74\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:372;a:14:{s:2:\"id\";s:4:\"9793\";s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";s:10:\"1547831151\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"578\";s:11:\"trend_index\";s:3:\"551\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:373;a:14:{s:2:\"id\";s:4:\"5275\";s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443476\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"331\";s:11:\"trend_index\";s:3:\"354\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:374;a:14:{s:2:\"id\";s:4:\"5283\";s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"288\";s:11:\"trend_index\";s:3:\"275\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:375;a:14:{s:2:\"id\";s:4:\"5290\";s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";s:10:\"1520443480\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"475\";s:11:\"trend_index\";s:3:\"473\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:376;a:14:{s:2:\"id\";s:4:\"5298\";s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443482\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"408\";s:11:\"trend_index\";s:3:\"396\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:377;a:14:{s:2:\"id\";s:4:\"9836\";s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";s:10:\"1547835635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"549\";s:11:\"trend_index\";s:3:\"453\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:378;a:14:{s:2:\"id\";s:4:\"5306\";s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";s:10:\"1520443484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"555\";s:11:\"trend_index\";s:3:\"629\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:379;a:14:{s:2:\"id\";s:4:\"9847\";s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";s:10:\"1547836956\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"625\";s:11:\"trend_index\";s:3:\"607\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:380;a:14:{s:2:\"id\";s:4:\"5315\";s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";s:10:\"1520443486\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"447\";s:11:\"trend_index\";s:3:\"479\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:381;a:14:{s:2:\"id\";s:4:\"9858\";s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1547837100\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"650\";s:11:\"trend_index\";s:3:\"642\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:382;a:14:{s:2:\"id\";s:4:\"5324\";s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";s:10:\"1520443488\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"463\";s:11:\"trend_index\";s:3:\"486\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:383;a:14:{s:2:\"id\";s:4:\"5333\";s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443489\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"238\";s:11:\"trend_index\";s:3:\"316\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:384;a:14:{s:2:\"id\";s:4:\"5341\";s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443491\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"516\";s:11:\"trend_index\";s:3:\"564\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:385;a:14:{s:2:\"id\";s:4:\"5349\";s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443493\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"234\";s:11:\"trend_index\";s:3:\"236\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:386;a:14:{s:2:\"id\";s:4:\"5357\";s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";s:10:\"1520443495\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"320\";s:11:\"trend_index\";s:3:\"314\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:387;a:14:{s:2:\"id\";s:4:\"5368\";s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443497\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"231\";s:11:\"trend_index\";s:3:\"244\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:388;a:14:{s:2:\"id\";s:4:\"5381\";s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443499\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"181\";s:11:\"trend_index\";s:3:\"183\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:389;a:14:{s:2:\"id\";s:4:\"5389\";s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443501\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"380\";s:11:\"trend_index\";s:3:\"395\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:390;a:14:{s:2:\"id\";s:4:\"9944\";s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547841939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"627\";s:11:\"trend_index\";s:3:\"656\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:391;a:14:{s:2:\"id\";s:4:\"5397\";s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";s:10:\"1520443503\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"151\";s:11:\"trend_index\";s:3:\"185\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:392;a:14:{s:2:\"id\";s:4:\"9955\";s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";s:10:\"1547842065\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"510\";s:11:\"trend_index\";s:3:\"490\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:393;a:14:{s:2:\"id\";s:4:\"5405\";s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";s:10:\"1520443505\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"225\";s:11:\"trend_index\";s:3:\"303\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:394;a:14:{s:2:\"id\";s:4:\"9965\";s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";s:10:\"1547842174\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"501\";s:11:\"trend_index\";s:3:\"488\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:395;a:14:{s:2:\"id\";s:4:\"5413\";s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";s:10:\"1520443507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"129\";s:11:\"trend_index\";s:2:\"94\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:396;a:14:{s:2:\"id\";s:4:\"5421\";s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";s:10:\"1520443509\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"245\";s:11:\"trend_index\";s:3:\"219\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:397;a:14:{s:2:\"id\";s:4:\"5429\";s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";s:10:\"1520443510\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"88\";s:11:\"trend_index\";s:2:\"73\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:398;a:14:{s:2:\"id\";s:4:\"9995\";s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";s:10:\"1547844802\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"647\";s:11:\"trend_index\";s:3:\"649\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:399;a:14:{s:2:\"id\";s:4:\"5438\";s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";s:10:\"1520443512\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"206\";s:11:\"trend_index\";s:3:\"194\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:400;a:14:{s:2:\"id\";s:4:\"5447\";s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";s:10:\"1520443514\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:2:\"60\";s:11:\"trend_index\";s:2:\"49\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:401;a:14:{s:2:\"id\";s:5:\"10016\";s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";s:10:\"1547845062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"659\";s:11:\"trend_index\";s:3:\"637\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:402;a:14:{s:2:\"id\";s:4:\"5455\";s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";s:10:\"1520443516\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"136\";s:11:\"trend_index\";s:3:\"159\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:403;a:14:{s:2:\"id\";s:5:\"10026\";s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";s:10:\"1547845205\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"512\";s:11:\"trend_index\";s:3:\"568\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:404;a:14:{s:2:\"id\";s:4:\"5464\";s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";s:10:\"1520443518\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"228\";s:11:\"trend_index\";s:3:\"306\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:405;a:14:{s:2:\"id\";s:5:\"10036\";s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";s:10:\"1547845409\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"535\";s:11:\"trend_index\";s:3:\"552\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:406;a:14:{s:2:\"id\";s:4:\"5472\";s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";s:10:\"1520443520\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"205\";s:11:\"trend_index\";s:3:\"348\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:407;a:14:{s:2:\"id\";s:4:\"5480\";s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";s:10:\"1520443522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"411\";s:11:\"trend_index\";s:3:\"489\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:408;a:14:{s:2:\"id\";s:5:\"10057\";s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547847938\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"640\";s:11:\"trend_index\";s:3:\"641\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:409;a:14:{s:2:\"id\";s:4:\"5488\";s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";s:10:\"1520443524\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"299\";s:11:\"trend_index\";s:3:\"357\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:410;a:14:{s:2:\"id\";s:4:\"5496\";s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";s:10:\"1520443526\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"461\";s:11:\"trend_index\";s:3:\"507\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:411;a:14:{s:2:\"id\";s:4:\"5504\";s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";s:10:\"1520443528\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"101\";s:11:\"trend_index\";s:3:\"110\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:412;a:14:{s:2:\"id\";s:5:\"10087\";s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";s:10:\"1547848301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"551\";s:11:\"trend_index\";s:3:\"616\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:413;a:14:{s:2:\"id\";s:4:\"5515\";s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";s:10:\"1520443530\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"270\";s:11:\"trend_index\";s:3:\"367\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:414;a:14:{s:2:\"id\";s:5:\"10097\";s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";s:10:\"1547848411\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"0\";s:16:\"popularity_index\";s:3:\"595\";s:11:\"trend_index\";s:3:\"591\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:415;a:14:{s:2:\"id\";s:4:\"1190\";s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";s:10:\"1490707391\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:1:\"5\";s:11:\"trend_index\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:416;a:14:{s:2:\"id\";s:4:\"9816\";s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";s:10:\"1547991876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"598\";s:11:\"trend_index\";s:3:\"575\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:417;a:14:{s:2:\"id\";s:4:\"9602\";s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546964559\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"1\";s:16:\"popularity_index\";s:3:\"532\";s:11:\"trend_index\";s:3:\"547\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:418;a:14:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";s:10:\"1470829872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";s:1:\"2\";s:16:\"popularity_index\";s:1:\"1\";s:11:\"trend_index\";s:1:\"2\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:419;a:14:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";s:10:\"1477388340\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:1:\"4\";s:11:\"trend_index\";s:1:\"4\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:420;a:14:{s:2:\"id\";s:5:\"10277\";s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";s:10:\"1548055999\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"612\";s:11:\"trend_index\";s:3:\"638\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:421;a:14:{s:2:\"id\";s:5:\"11241\";s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";s:10:\"1564643043\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"3\";s:16:\"popularity_index\";s:3:\"399\";s:11:\"trend_index\";s:3:\"263\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:422;a:14:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";s:10:\"1470826567\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:1:\"3\";s:11:\"trend_index\";s:1:\"3\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:423;a:14:{s:2:\"id\";s:4:\"9903\";s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";s:10:\"1547838896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"4\";s:16:\"popularity_index\";s:3:\"637\";s:11:\"trend_index\";s:3:\"639\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:424;a:14:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";s:10:\"1470829879\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"5\";s:16:\"popularity_index\";s:1:\"9\";s:11:\"trend_index\";s:1:\"5\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:425;a:14:{s:2:\"id\";s:5:\"10549\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";s:10:\"1547967595\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"611\";s:11:\"trend_index\";s:3:\"580\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:426;a:14:{s:2:\"id\";s:5:\"12948\";s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1582093442\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"6\";s:16:\"popularity_index\";s:3:\"430\";s:11:\"trend_index\";s:2:\"68\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:427;a:14:{s:2:\"id\";s:5:\"12798\";s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";s:10:\"1582093446\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"7\";s:16:\"popularity_index\";s:3:\"559\";s:11:\"trend_index\";s:3:\"173\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:428;a:14:{s:2:\"id\";s:5:\"12868\";s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";s:10:\"1582093450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"8\";s:16:\"popularity_index\";s:3:\"577\";s:11:\"trend_index\";s:3:\"207\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:429;a:14:{s:2:\"id\";s:5:\"10529\";s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";s:10:\"1548046309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"444\";s:11:\"trend_index\";s:3:\"355\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:430;a:14:{s:2:\"id\";s:5:\"13056\";s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";s:10:\"1582093454\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:1:\"9\";s:16:\"popularity_index\";s:3:\"582\";s:11:\"trend_index\";s:3:\"258\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:431;a:14:{s:2:\"id\";s:5:\"12922\";s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";s:10:\"1582093457\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"10\";s:16:\"popularity_index\";s:3:\"613\";s:11:\"trend_index\";s:3:\"445\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:432;a:14:{s:2:\"id\";s:5:\"12875\";s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";s:10:\"1582093461\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"11\";s:16:\"popularity_index\";s:3:\"649\";s:11:\"trend_index\";s:3:\"475\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:433;a:14:{s:2:\"id\";s:5:\"12962\";s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";s:10:\"1582093465\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"12\";s:16:\"popularity_index\";s:3:\"610\";s:11:\"trend_index\";s:3:\"262\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:434;a:14:{s:2:\"id\";s:5:\"12833\";s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";s:10:\"1582093469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"13\";s:16:\"popularity_index\";s:3:\"621\";s:11:\"trend_index\";s:3:\"333\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:435;a:14:{s:2:\"id\";s:5:\"12898\";s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";s:10:\"1582093473\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"14\";s:16:\"popularity_index\";s:3:\"641\";s:11:\"trend_index\";s:3:\"452\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:436;a:14:{s:2:\"id\";s:5:\"12994\";s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";s:10:\"1582093477\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"15\";s:16:\"popularity_index\";s:3:\"624\";s:11:\"trend_index\";s:3:\"420\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:437;a:14:{s:2:\"id\";s:5:\"12805\";s:5:\"title\";s:38:\"Photography &#8211; B&#038;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";s:10:\"1582093481\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"16\";s:16:\"popularity_index\";s:3:\"648\";s:11:\"trend_index\";s:3:\"534\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:438;a:14:{s:2:\"id\";s:5:\"10413\";s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";s:10:\"1547961774\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"628\";s:11:\"trend_index\";s:3:\"617\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:439;a:14:{s:2:\"id\";s:5:\"13031\";s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";s:10:\"1582093484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"17\";s:16:\"popularity_index\";s:3:\"629\";s:11:\"trend_index\";s:3:\"291\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:440;a:14:{s:2:\"id\";s:5:\"12621\";s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1579060604\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";s:2:\"18\";s:16:\"popularity_index\";s:3:\"354\";s:11:\"trend_index\";s:2:\"62\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:441;a:14:{s:2:\"id\";s:5:\"10223\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";s:10:\"1547887343\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"456\";s:11:\"trend_index\";s:3:\"436\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:442;a:14:{s:2:\"id\";s:5:\"10559\";s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";s:10:\"1547967711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"591\";s:11:\"trend_index\";s:3:\"543\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:443;a:14:{s:2:\"id\";s:5:\"12352\";s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";s:10:\"1575960464\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"19\";s:16:\"popularity_index\";s:3:\"350\";s:11:\"trend_index\";s:3:\"152\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:444;a:14:{s:2:\"id\";s:5:\"10403\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";s:10:\"1548056371\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"540\";s:11:\"trend_index\";s:3:\"553\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:445;a:14:{s:2:\"id\";s:5:\"12400\";s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";s:10:\"1575960441\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"20\";s:16:\"popularity_index\";s:3:\"450\";s:11:\"trend_index\";s:3:\"347\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:446;a:14:{s:2:\"id\";s:5:\"12479\";s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";s:10:\"1575960474\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"498\";s:11:\"trend_index\";s:3:\"416\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:447;a:14:{s:2:\"id\";s:4:\"9913\";s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";s:10:\"1547841430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"21\";s:16:\"popularity_index\";s:3:\"507\";s:11:\"trend_index\";s:3:\"503\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:448;a:14:{s:2:\"id\";s:5:\"12466\";s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";s:10:\"1575960469\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"22\";s:16:\"popularity_index\";s:3:\"517\";s:11:\"trend_index\";s:3:\"391\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:449;a:14:{s:2:\"id\";s:5:\"12443\";s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";s:10:\"1575960459\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"23\";s:16:\"popularity_index\";s:3:\"493\";s:11:\"trend_index\";s:3:\"292\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:450;a:14:{s:2:\"id\";s:5:\"12431\";s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";s:10:\"1575960453\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"24\";s:16:\"popularity_index\";s:3:\"530\";s:11:\"trend_index\";s:3:\"281\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:451;a:14:{s:2:\"id\";s:5:\"12421\";s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";s:10:\"1575960445\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";s:2:\"25\";s:16:\"popularity_index\";s:3:\"538\";s:11:\"trend_index\";s:3:\"388\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:452;a:14:{s:2:\"id\";s:5:\"11763\";s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";s:10:\"1569428959\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"313\";s:11:\"trend_index\";s:3:\"166\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:453;a:14:{s:2:\"id\";s:4:\"9592\";s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";s:10:\"1546963720\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"26\";s:16:\"popularity_index\";s:3:\"569\";s:11:\"trend_index\";s:3:\"546\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:454;a:14:{s:2:\"id\";s:5:\"10210\";s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547886103\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"653\";s:11:\"trend_index\";s:3:\"658\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:455;a:14:{s:2:\"id\";s:5:\"11781\";s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";s:10:\"1569428955\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"27\";s:16:\"popularity_index\";s:3:\"373\";s:11:\"trend_index\";s:3:\"168\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:456;a:14:{s:2:\"id\";s:5:\"11793\";s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";s:10:\"1569428951\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"28\";s:16:\"popularity_index\";s:3:\"422\";s:11:\"trend_index\";s:3:\"320\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:457;a:14:{s:2:\"id\";s:5:\"11800\";s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";s:10:\"1569428946\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";s:2:\"29\";s:16:\"popularity_index\";s:3:\"471\";s:11:\"trend_index\";s:3:\"434\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:458;a:14:{s:2:\"id\";s:5:\"11163\";s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";s:10:\"1564641877\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:2:\"96\";s:11:\"trend_index\";s:2:\"23\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:459;a:14:{s:2:\"id\";s:5:\"10047\";s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547847757\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"30\";s:16:\"popularity_index\";s:3:\"481\";s:11:\"trend_index\";s:3:\"483\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:460;a:14:{s:2:\"id\";s:5:\"11129\";s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";s:10:\"1564641889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"232\";s:11:\"trend_index\";s:3:\"116\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:461;a:14:{s:2:\"id\";s:4:\"9879\";s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";s:10:\"1547838416\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"31\";s:16:\"popularity_index\";s:3:\"574\";s:11:\"trend_index\";s:3:\"593\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:462;a:14:{s:2:\"id\";s:5:\"11074\";s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";s:10:\"1564641872\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"32\";s:16:\"popularity_index\";s:3:\"194\";s:11:\"trend_index\";s:2:\"93\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:463;a:14:{s:2:\"id\";s:5:\"11056\";s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";s:10:\"1564641867\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"33\";s:16:\"popularity_index\";s:3:\"319\";s:11:\"trend_index\";s:3:\"175\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:464;a:14:{s:2:\"id\";s:5:\"11094\";s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";s:10:\"1564641885\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"34\";s:16:\"popularity_index\";s:3:\"420\";s:11:\"trend_index\";s:3:\"337\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:465;a:14:{s:2:\"id\";s:5:\"10297\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056099\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"518\";s:11:\"trend_index\";s:3:\"454\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:466;a:14:{s:2:\"id\";s:5:\"11034\";s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";s:10:\"1564641881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";s:2:\"35\";s:16:\"popularity_index\";s:3:\"242\";s:11:\"trend_index\";s:3:\"107\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:467;a:14:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";s:10:\"1477388808\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:1:\"8\";s:11:\"trend_index\";s:2:\"20\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:468;a:14:{s:2:\"id\";s:5:\"10393\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";s:10:\"1548056682\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"36\";s:16:\"popularity_index\";s:3:\"583\";s:11:\"trend_index\";s:3:\"462\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:469;a:14:{s:2:\"id\";s:4:\"9139\";s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";s:10:\"1532949924\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:2:\"37\";s:16:\"popularity_index\";s:1:\"6\";s:11:\"trend_index\";s:1:\"7\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:470;a:14:{s:2:\"id\";s:5:\"10579\";s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";s:10:\"1547967887\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"606\";s:11:\"trend_index\";s:3:\"621\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:471;a:14:{s:2:\"id\";s:4:\"1504\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";s:10:\"1494352112\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"38\";s:16:\"popularity_index\";s:3:\"146\";s:11:\"trend_index\";s:3:\"200\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:472;a:14:{s:2:\"id\";s:4:\"1503\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";s:10:\"1494352113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"39\";s:16:\"popularity_index\";s:3:\"152\";s:11:\"trend_index\";s:3:\"151\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:473;a:14:{s:2:\"id\";s:4:\"1634\";s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";s:10:\"1494352119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"40\";s:16:\"popularity_index\";s:3:\"202\";s:11:\"trend_index\";s:3:\"201\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:474;a:14:{s:2:\"id\";s:5:\"12155\";s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";s:10:\"1572847054\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"41\";s:16:\"popularity_index\";s:3:\"293\";s:11:\"trend_index\";s:2:\"87\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:475;a:14:{s:2:\"id\";s:5:\"12143\";s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";s:10:\"1572847069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"42\";s:16:\"popularity_index\";s:3:\"442\";s:11:\"trend_index\";s:3:\"272\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:476;a:14:{s:2:\"id\";s:5:\"10180\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";s:10:\"1548045309\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"585\";s:11:\"trend_index\";s:3:\"498\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:477;a:14:{s:2:\"id\";s:5:\"12133\";s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";s:10:\"1572847078\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"43\";s:16:\"popularity_index\";s:3:\"567\";s:11:\"trend_index\";s:3:\"413\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:478;a:14:{s:2:\"id\";s:5:\"12124\";s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";s:10:\"1572847096\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"44\";s:16:\"popularity_index\";s:3:\"482\";s:11:\"trend_index\";s:3:\"350\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:479;a:14:{s:2:\"id\";s:5:\"12116\";s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";s:10:\"1572847105\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"45\";s:16:\"popularity_index\";s:3:\"492\";s:11:\"trend_index\";s:3:\"223\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:480;a:14:{s:2:\"id\";s:4:\"9731\";s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";s:10:\"1547976166\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"548\";s:11:\"trend_index\";s:3:\"494\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:481;a:14:{s:2:\"id\";s:5:\"12091\";s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";s:10:\"1572847113\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"46\";s:16:\"popularity_index\";s:3:\"429\";s:11:\"trend_index\";s:3:\"222\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:482;a:14:{s:2:\"id\";s:5:\"12080\";s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";s:10:\"1572847120\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"47\";s:16:\"popularity_index\";s:3:\"553\";s:11:\"trend_index\";s:3:\"382\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:483;a:14:{s:2:\"id\";s:5:\"12044\";s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";s:10:\"1572847130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";s:2:\"48\";s:16:\"popularity_index\";s:3:\"479\";s:11:\"trend_index\";s:3:\"338\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:484;a:14:{s:2:\"id\";s:5:\"11545\";s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392943\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"49\";s:16:\"popularity_index\";s:3:\"336\";s:11:\"trend_index\";s:3:\"216\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:485;a:14:{s:2:\"id\";s:5:\"11478\";s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392939\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"50\";s:16:\"popularity_index\";s:3:\"460\";s:11:\"trend_index\";s:3:\"371\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:486;a:14:{s:2:\"id\";s:5:\"11572\";s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392934\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"51\";s:16:\"popularity_index\";s:3:\"543\";s:11:\"trend_index\";s:3:\"430\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:487;a:14:{s:2:\"id\";s:5:\"11506\";s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392930\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"52\";s:16:\"popularity_index\";s:3:\"527\";s:11:\"trend_index\";s:3:\"618\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:488;a:14:{s:2:\"id\";s:5:\"11536\";s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392927\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"53\";s:16:\"popularity_index\";s:3:\"563\";s:11:\"trend_index\";s:3:\"573\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:489;a:14:{s:2:\"id\";s:5:\"11563\";s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392923\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"524\";s:11:\"trend_index\";s:3:\"317\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:490;a:14:{s:2:\"id\";s:5:\"10005\";s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";s:10:\"1547844909\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"54\";s:16:\"popularity_index\";s:3:\"631\";s:11:\"trend_index\";s:3:\"644\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:491;a:14:{s:2:\"id\";s:5:\"10424\";s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";s:10:\"1547961866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"564\";s:11:\"trend_index\";s:3:\"493\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:492;a:14:{s:2:\"id\";s:5:\"11528\";s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";s:10:\"1567392917\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"494\";s:11:\"trend_index\";s:3:\"463\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:493;a:14:{s:2:\"id\";s:4:\"9975\";s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";s:10:\"1547842284\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"55\";s:16:\"popularity_index\";s:3:\"651\";s:11:\"trend_index\";s:3:\"628\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:494;a:14:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";s:10:\"1477388357\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:2:\"24\";s:11:\"trend_index\";s:2:\"88\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:495;a:14:{s:2:\"id\";s:5:\"10067\";s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547848075\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"56\";s:16:\"popularity_index\";s:3:\"511\";s:11:\"trend_index\";s:3:\"470\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:496;a:14:{s:2:\"id\";s:3:\"855\";s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";s:10:\"1494352061\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"57\";s:16:\"popularity_index\";s:3:\"247\";s:11:\"trend_index\";s:3:\"342\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:497;a:14:{s:2:\"id\";s:3:\"955\";s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";s:10:\"1494352069\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";s:2:\"58\";s:16:\"popularity_index\";s:3:\"162\";s:11:\"trend_index\";s:3:\"243\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:498;a:14:{s:2:\"id\";s:5:\"10329\";s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";s:10:\"1547893478\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"655\";s:11:\"trend_index\";s:3:\"648\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:499;a:14:{s:2:\"id\";s:4:\"9373\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";s:10:\"1542811219\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"59\";s:16:\"popularity_index\";s:3:\"230\";s:11:\"trend_index\";s:3:\"345\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:500;a:14:{s:2:\"id\";s:3:\"974\";s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";s:10:\"1494352071\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"284\";s:11:\"trend_index\";s:3:\"415\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:501;a:14:{s:2:\"id\";s:4:\"9650\";s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";s:10:\"1547007598\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"60\";s:16:\"popularity_index\";s:3:\"642\";s:11:\"trend_index\";s:3:\"615\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:502;a:14:{s:2:\"id\";s:5:\"11948\";s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";s:10:\"1572153978\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"61\";s:16:\"popularity_index\";s:3:\"280\";s:11:\"trend_index\";s:2:\"72\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:503;a:14:{s:2:\"id\";s:3:\"754\";s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";s:10:\"1485269691\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"62\";s:16:\"popularity_index\";s:3:\"221\";s:11:\"trend_index\";s:3:\"211\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:504;a:14:{s:2:\"id\";s:3:\"752\";s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";s:10:\"1485269737\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"287\";s:11:\"trend_index\";s:3:\"374\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:505;a:14:{s:2:\"id\";s:5:\"10200\";s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";s:10:\"1548055635\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"63\";s:16:\"popularity_index\";s:3:\"608\";s:11:\"trend_index\";s:3:\"623\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:506;a:14:{s:2:\"id\";s:3:\"753\";s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";s:10:\"1485269710\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"268\";s:11:\"trend_index\";s:3:\"324\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:507;a:14:{s:2:\"id\";s:5:\"10287\";s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1547994301\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"64\";s:16:\"popularity_index\";s:3:\"521\";s:11:\"trend_index\";s:3:\"626\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:508;a:14:{s:2:\"id\";s:3:\"751\";s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";s:10:\"1485269743\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"65\";s:16:\"popularity_index\";s:3:\"226\";s:11:\"trend_index\";s:3:\"309\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:509;a:14:{s:2:\"id\";s:4:\"2402\";s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";s:10:\"1506441447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:2:\"81\";s:11:\"trend_index\";s:3:\"142\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:510;a:14:{s:2:\"id\";s:4:\"9889\";s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";s:10:\"1547838722\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"66\";s:16:\"popularity_index\";s:3:\"630\";s:11:\"trend_index\";s:3:\"588\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:511;a:14:{s:2:\"id\";s:4:\"3626\";s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";s:10:\"1513513193\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"233\";s:11:\"trend_index\";s:3:\"376\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:512;a:14:{s:2:\"id\";s:5:\"10077\";s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";s:10:\"1547848197\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"67\";s:16:\"popularity_index\";s:3:\"472\";s:11:\"trend_index\";s:3:\"476\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:513;a:14:{s:2:\"id\";s:5:\"11966\";s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";s:10:\"1572154274\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"68\";s:16:\"popularity_index\";s:3:\"541\";s:11:\"trend_index\";s:3:\"390\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:514;a:14:{s:2:\"id\";s:5:\"10362\";s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";s:10:\"1548056253\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"550\";s:11:\"trend_index\";s:3:\"579\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:515;a:14:{s:2:\"id\";s:4:\"3632\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";s:10:\"1513513171\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"69\";s:16:\"popularity_index\";s:3:\"186\";s:11:\"trend_index\";s:3:\"225\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:516;a:14:{s:2:\"id\";s:4:\"3619\";s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";s:10:\"1513513137\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"70\";s:16:\"popularity_index\";s:3:\"208\";s:11:\"trend_index\";s:3:\"254\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:517;a:14:{s:2:\"id\";s:5:\"10454\";s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";s:10:\"1548056896\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"646\";s:11:\"trend_index\";s:3:\"614\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:518;a:14:{s:2:\"id\";s:4:\"9425\";s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";s:10:\"1542901234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"71\";s:16:\"popularity_index\";s:3:\"308\";s:11:\"trend_index\";s:3:\"401\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:519;a:14:{s:2:\"id\";s:5:\"11973\";s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";s:10:\"1572154523\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"508\";s:11:\"trend_index\";s:3:\"323\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:520;a:14:{s:2:\"id\";s:4:\"9803\";s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";s:10:\"1547831298\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"72\";s:16:\"popularity_index\";s:3:\"596\";s:11:\"trend_index\";s:3:\"582\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:521;a:14:{s:2:\"id\";s:5:\"10611\";s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";s:10:\"1547968868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"73\";s:16:\"popularity_index\";s:3:\"652\";s:11:\"trend_index\";s:3:\"640\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:522;a:14:{s:2:\"id\";s:5:\"10508\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547964711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"75\";s:16:\"popularity_index\";s:3:\"605\";s:11:\"trend_index\";s:3:\"548\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:523;a:14:{s:2:\"id\";s:4:\"9934\";s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";s:10:\"1547841787\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"76\";s:16:\"popularity_index\";s:3:\"576\";s:11:\"trend_index\";s:3:\"555\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:524;a:14:{s:2:\"id\";s:4:\"9709\";s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";s:10:\"1547023834\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"78\";s:16:\"popularity_index\";s:3:\"614\";s:11:\"trend_index\";s:3:\"624\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:525;a:14:{s:2:\"id\";s:4:\"9671\";s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010259\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"79\";s:16:\"popularity_index\";s:3:\"554\";s:11:\"trend_index\";s:3:\"428\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:526;a:14:{s:2:\"id\";s:5:\"10234\";s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548055049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"80\";s:16:\"popularity_index\";s:3:\"634\";s:11:\"trend_index\";s:3:\"562\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:527;a:14:{s:2:\"id\";s:5:\"11981\";s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";s:10:\"1572155125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"496\";s:11:\"trend_index\";s:3:\"329\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:528;a:14:{s:2:\"id\";s:4:\"9869\";s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";s:10:\"1547837269\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"83\";s:16:\"popularity_index\";s:3:\"639\";s:11:\"trend_index\";s:3:\"651\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:529;a:14:{s:2:\"id\";s:5:\"10539\";s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";s:10:\"1548056994\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"84\";s:16:\"popularity_index\";s:3:\"609\";s:11:\"trend_index\";s:3:\"604\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:530;a:14:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";s:10:\"1470829868\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"87\";s:16:\"popularity_index\";s:1:\"2\";s:11:\"trend_index\";s:2:\"15\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:531;a:14:{s:2:\"id\";s:3:\"777\";s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";s:10:\"1485273092\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"88\";s:16:\"popularity_index\";s:3:\"131\";s:11:\"trend_index\";s:3:\"313\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:532;a:14:{s:2:\"id\";s:5:\"10147\";s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";s:10:\"1548055522\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"643\";s:11:\"trend_index\";s:3:\"653\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:533;a:14:{s:2:\"id\";s:4:\"2404\";s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";s:10:\"1506441452\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";s:2:\"89\";s:16:\"popularity_index\";s:3:\"128\";s:11:\"trend_index\";s:3:\"181\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:534;a:14:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";s:10:\"1477388365\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:2:\"11\";s:11:\"trend_index\";s:2:\"57\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:535;a:14:{s:2:\"id\";s:4:\"9923\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";s:10:\"1547841537\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"90\";s:16:\"popularity_index\";s:3:\"584\";s:11:\"trend_index\";s:3:\"592\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:536;a:14:{s:2:\"id\";s:5:\"10117\";s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";s:10:\"1548066998\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"615\";s:11:\"trend_index\";s:3:\"605\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:537;a:14:{s:2:\"id\";s:4:\"3451\";s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";s:10:\"1512054116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"91\";s:16:\"popularity_index\";s:3:\"209\";s:11:\"trend_index\";s:3:\"319\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:538;a:14:{s:2:\"id\";s:4:\"2152\";s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";s:10:\"1499774132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"310\";s:11:\"trend_index\";s:3:\"448\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:539;a:14:{s:2:\"id\";s:4:\"9826\";s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";s:10:\"1547835513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"92\";s:16:\"popularity_index\";s:3:\"622\";s:11:\"trend_index\";s:3:\"622\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:540;a:14:{s:2:\"id\";s:4:\"1068\";s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";s:10:\"1488805928\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"187\";s:11:\"trend_index\";s:3:\"397\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:541;a:14:{s:2:\"id\";s:5:\"10478\";s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";s:10:\"1548056829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"93\";s:16:\"popularity_index\";s:3:\"509\";s:11:\"trend_index\";s:3:\"505\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:542;a:14:{s:2:\"id\";s:4:\"2813\";s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1509615049\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"94\";s:16:\"popularity_index\";s:2:\"90\";s:11:\"trend_index\";s:3:\"164\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:543;a:14:{s:2:\"id\";s:3:\"728\";s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485269993\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";s:2:\"95\";s:16:\"popularity_index\";s:3:\"250\";s:11:\"trend_index\";s:3:\"409\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:544;a:14:{s:2:\"id\";s:5:\"10685\";s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";s:10:\"1547974729\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"594\";s:11:\"trend_index\";s:3:\"654\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:545;a:14:{s:2:\"id\";s:4:\"2403\";s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";s:10:\"1506441428\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"96\";s:16:\"popularity_index\";s:3:\"235\";s:11:\"trend_index\";s:3:\"421\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:546;a:14:{s:2:\"id\";s:4:\"1903\";s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";s:10:\"1496822325\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";s:2:\"97\";s:16:\"popularity_index\";s:3:\"169\";s:11:\"trend_index\";s:3:\"308\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:547;a:14:{s:2:\"id\";s:4:\"2123\";s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";s:10:\"1499772989\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:2:\"10\";s:11:\"trend_index\";s:2:\"18\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:548;a:14:{s:2:\"id\";s:4:\"9985\";s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";s:10:\"1547844661\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"98\";s:16:\"popularity_index\";s:3:\"632\";s:11:\"trend_index\";s:3:\"652\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:549;a:14:{s:2:\"id\";s:4:\"1888\";s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822319\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:2:\"99\";s:16:\"popularity_index\";s:3:\"246\";s:11:\"trend_index\";s:3:\"414\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:550;a:14:{s:2:\"id\";s:4:\"1891\";s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";s:10:\"1496822323\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"100\";s:16:\"popularity_index\";s:3:\"378\";s:11:\"trend_index\";s:3:\"443\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:551;a:14:{s:2:\"id\";s:4:\"1880\";s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";s:10:\"1496822317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";s:3:\"101\";s:16:\"popularity_index\";s:3:\"403\";s:11:\"trend_index\";s:3:\"627\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:552;a:14:{s:2:\"id\";s:4:\"1885\";s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";s:10:\"1496822321\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"102\";s:16:\"popularity_index\";s:3:\"182\";s:11:\"trend_index\";s:3:\"260\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:553;a:14:{s:2:\"id\";s:4:\"2723\";s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509633883\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"103\";s:16:\"popularity_index\";s:3:\"170\";s:11:\"trend_index\";s:3:\"217\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:554;a:14:{s:2:\"id\";s:4:\"2145\";s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";s:10:\"1499774125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";s:3:\"104\";s:16:\"popularity_index\";s:3:\"316\";s:11:\"trend_index\";s:3:\"461\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:555;a:14:{s:2:\"id\";s:4:\"2155\";s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";s:10:\"1499774130\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"369\";s:11:\"trend_index\";s:3:\"603\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:556;a:14:{s:2:\"id\";s:4:\"9559\";s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";s:10:\"1546946547\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"105\";s:16:\"popularity_index\";s:3:\"505\";s:11:\"trend_index\";s:3:\"521\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:557;a:14:{s:2:\"id\";s:4:\"1085\";s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";s:10:\"1488810874\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";s:3:\"106\";s:16:\"popularity_index\";s:1:\"7\";s:11:\"trend_index\";s:2:\"10\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:558;a:14:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:22:\"About &#8211; Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";s:10:\"1470820447\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:2:\"22\";s:11:\"trend_index\";s:2:\"69\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:559;a:14:{s:2:\"id\";s:4:\"9752\";s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";s:10:\"1547823982\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"107\";s:16:\"popularity_index\";s:3:\"620\";s:11:\"trend_index\";s:3:\"594\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:560;a:14:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";s:10:\"1470829785\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";s:3:\"108\";s:16:\"popularity_index\";s:2:\"35\";s:11:\"trend_index\";s:3:\"140\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:561;a:14:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:25:\"About &#8211; Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";s:10:\"1470820463\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";s:3:\"109\";s:16:\"popularity_index\";s:2:\"15\";s:11:\"trend_index\";s:2:\"32\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:562;a:14:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";s:10:\"1470829766\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";s:3:\"110\";s:16:\"popularity_index\";s:2:\"18\";s:11:\"trend_index\";s:2:\"43\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:563;a:14:{s:2:\"id\";s:4:\"2802\";s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";s:10:\"1509615440\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"111\";s:16:\"popularity_index\";s:3:\"189\";s:11:\"trend_index\";s:3:\"375\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:564;a:14:{s:2:\"id\";s:5:\"10169\";s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";s:10:\"1547852334\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"393\";s:11:\"trend_index\";s:3:\"632\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:565;a:14:{s:2:\"id\";s:4:\"2828\";s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";s:3:\"112\";s:16:\"popularity_index\";s:3:\"338\";s:11:\"trend_index\";s:3:\"506\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:566;a:14:{s:2:\"id\";s:4:\"1461\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";s:10:\"1494352121\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";s:3:\"113\";s:16:\"popularity_index\";s:3:\"328\";s:11:\"trend_index\";s:3:\"363\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:567;a:14:{s:2:\"id\";s:4:\"1460\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";s:10:\"1494352124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"114\";s:16:\"popularity_index\";s:3:\"345\";s:11:\"trend_index\";s:3:\"499\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:568;a:14:{s:2:\"id\";s:4:\"1459\";s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";s:10:\"1494352125\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"219\";s:11:\"trend_index\";s:3:\"249\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:569;a:14:{s:2:\"id\";s:4:\"9680\";s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";s:10:\"1547010967\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"115\";s:16:\"popularity_index\";s:3:\"618\";s:11:\"trend_index\";s:3:\"625\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:570;a:14:{s:2:\"id\";s:4:\"1052\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";s:10:\"1488810873\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"116\";s:16:\"popularity_index\";s:2:\"27\";s:11:\"trend_index\";s:3:\"111\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:571;a:14:{s:2:\"id\";s:4:\"1505\";s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";s:10:\"1494352110\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"366\";s:11:\"trend_index\";s:3:\"554\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:572;a:14:{s:2:\"id\";s:4:\"9783\";s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";s:10:\"1547831059\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"117\";s:16:\"popularity_index\";s:3:\"470\";s:11:\"trend_index\";s:3:\"381\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"1\";}i:573;a:14:{s:2:\"id\";s:3:\"726\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485270062\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"118\";s:16:\"popularity_index\";s:3:\"387\";s:11:\"trend_index\";s:3:\"598\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:574;a:14:{s:2:\"id\";s:4:\"1613\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"119\";s:16:\"popularity_index\";s:3:\"402\";s:11:\"trend_index\";s:3:\"589\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:575;a:14:{s:2:\"id\";s:4:\"1612\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"120\";s:16:\"popularity_index\";s:3:\"417\";s:11:\"trend_index\";s:3:\"550\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:576;a:14:{s:2:\"id\";s:4:\"1614\";s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";s:10:\"1494352131\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"121\";s:16:\"popularity_index\";s:3:\"353\";s:11:\"trend_index\";s:3:\"403\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:577;a:14:{s:2:\"id\";s:3:\"906\";s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";s:10:\"1494352066\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"122\";s:16:\"popularity_index\";s:3:\"251\";s:11:\"trend_index\";s:3:\"487\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:578;a:14:{s:2:\"id\";s:3:\"879\";s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";s:10:\"1494352064\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"123\";s:16:\"popularity_index\";s:3:\"260\";s:11:\"trend_index\";s:3:\"482\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:579;a:14:{s:2:\"id\";s:3:\"926\";s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";s:10:\"1494352068\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"124\";s:16:\"popularity_index\";s:3:\"364\";s:11:\"trend_index\";s:3:\"545\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:580;a:14:{s:2:\"id\";s:4:\"1032\";s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";s:10:\"1488810866\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"125\";s:16:\"popularity_index\";s:3:\"361\";s:11:\"trend_index\";s:3:\"485\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:581;a:14:{s:2:\"id\";s:3:\"730\";s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485273430\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"126\";s:16:\"popularity_index\";s:3:\"339\";s:11:\"trend_index\";s:3:\"429\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:582;a:14:{s:2:\"id\";s:3:\"643\";s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";s:10:\"1481549290\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"127\";s:16:\"popularity_index\";s:3:\"391\";s:11:\"trend_index\";s:3:\"577\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:583;a:14:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";s:10:\"1477388484\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"128\";s:16:\"popularity_index\";s:2:\"75\";s:11:\"trend_index\";s:3:\"206\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:584;a:14:{s:2:\"id\";s:4:\"1187\";s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";s:10:\"1490707385\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"129\";s:16:\"popularity_index\";s:2:\"37\";s:11:\"trend_index\";s:3:\"108\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:585;a:14:{s:2:\"id\";s:3:\"641\";s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";s:10:\"1481549264\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"130\";s:16:\"popularity_index\";s:3:\"296\";s:11:\"trend_index\";s:3:\"400\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:586;a:14:{s:2:\"id\";s:3:\"189\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";s:10:\"1470820715\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"131\";s:16:\"popularity_index\";s:2:\"14\";s:11:\"trend_index\";s:2:\"31\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:587;a:14:{s:2:\"id\";s:4:\"1547\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";s:10:\"1494352115\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"132\";s:16:\"popularity_index\";s:3:\"307\";s:11:\"trend_index\";s:3:\"426\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:588;a:14:{s:2:\"id\";s:4:\"1546\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";s:10:\"1494352116\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"133\";s:16:\"popularity_index\";s:3:\"413\";s:11:\"trend_index\";s:3:\"590\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:589;a:14:{s:2:\"id\";s:4:\"1545\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";s:10:\"1494352118\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"134\";s:16:\"popularity_index\";s:3:\"351\";s:11:\"trend_index\";s:3:\"451\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:590;a:14:{s:2:\"id\";s:4:\"2714\";s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";s:10:\"1509631782\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"135\";s:16:\"popularity_index\";s:3:\"343\";s:11:\"trend_index\";s:3:\"519\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:591;a:14:{s:2:\"id\";s:3:\"195\";s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";s:10:\"1470820765\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"136\";s:16:\"popularity_index\";s:2:\"46\";s:11:\"trend_index\";s:3:\"149\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:592;a:14:{s:2:\"id\";s:3:\"197\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";s:10:\"1470825711\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"137\";s:16:\"popularity_index\";s:3:\"115\";s:11:\"trend_index\";s:3:\"380\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:593;a:14:{s:2:\"id\";s:4:\"1193\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";s:10:\"1490707422\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"138\";s:16:\"popularity_index\";s:2:\"57\";s:11:\"trend_index\";s:3:\"158\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:594;a:14:{s:2:\"id\";s:4:\"1415\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";s:10:\"1494352106\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"139\";s:16:\"popularity_index\";s:3:\"327\";s:11:\"trend_index\";s:3:\"389\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:595;a:14:{s:2:\"id\";s:4:\"1414\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";s:10:\"1494352107\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"140\";s:16:\"popularity_index\";s:3:\"434\";s:11:\"trend_index\";s:3:\"610\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:596;a:14:{s:2:\"id\";s:4:\"1413\";s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";s:10:\"1494352109\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";s:3:\"141\";s:16:\"popularity_index\";s:3:\"395\";s:11:\"trend_index\";s:3:\"544\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:597;a:14:{s:2:\"id\";s:4:\"1573\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";s:10:\"1494352133\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"142\";s:16:\"popularity_index\";s:3:\"459\";s:11:\"trend_index\";s:3:\"619\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:598;a:14:{s:2:\"id\";s:4:\"1572\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";s:10:\"1494352134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"143\";s:16:\"popularity_index\";s:3:\"491\";s:11:\"trend_index\";s:3:\"599\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:599;a:14:{s:2:\"id\";s:4:\"1570\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";s:10:\"1494352136\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"144\";s:16:\"popularity_index\";s:3:\"534\";s:11:\"trend_index\";s:3:\"643\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:600;a:14:{s:2:\"id\";s:4:\"1571\";s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";s:10:\"1494352138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"145\";s:16:\"popularity_index\";s:3:\"504\";s:11:\"trend_index\";s:3:\"500\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:601;a:14:{s:2:\"id\";s:3:\"192\";s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";s:10:\"1470820734\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"146\";s:16:\"popularity_index\";s:3:\"100\";s:11:\"trend_index\";s:3:\"192\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:602;a:14:{s:2:\"id\";s:4:\"2141\";s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774122\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"147\";s:16:\"popularity_index\";s:3:\"300\";s:11:\"trend_index\";s:3:\"356\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:603;a:14:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";s:10:\"1470829828\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"148\";s:16:\"popularity_index\";s:2:\"40\";s:11:\"trend_index\";s:3:\"103\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:604;a:14:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";s:10:\"1470829796\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"149\";s:16:\"popularity_index\";s:3:\"112\";s:11:\"trend_index\";s:3:\"235\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:605;a:14:{s:2:\"id\";s:4:\"2150\";s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";s:10:\"1499774127\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"150\";s:16:\"popularity_index\";s:2:\"58\";s:11:\"trend_index\";s:3:\"136\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:606;a:14:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";s:10:\"1470820471\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"151\";s:16:\"popularity_index\";s:3:\"111\";s:11:\"trend_index\";s:3:\"286\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:607;a:14:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:25:\"Contact &#8211; Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";s:10:\"1470248619\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"152\";s:16:\"popularity_index\";s:2:\"13\";s:11:\"trend_index\";s:2:\"22\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:608;a:14:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";s:10:\"1470829889\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"153\";s:16:\"popularity_index\";s:2:\"23\";s:11:\"trend_index\";s:2:\"52\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:609;a:14:{s:2:\"id\";s:3:\"625\";s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549196\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"154\";s:16:\"popularity_index\";s:3:\"497\";s:11:\"trend_index\";s:3:\"655\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:610;a:14:{s:2:\"id\";s:3:\"187\";s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";s:10:\"1470829892\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"155\";s:16:\"popularity_index\";s:2:\"63\";s:11:\"trend_index\";s:3:\"205\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:611;a:14:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";s:10:\"1470829865\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"156\";s:16:\"popularity_index\";s:2:\"21\";s:11:\"trend_index\";s:2:\"36\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:612;a:14:{s:2:\"id\";s:3:\"647\";s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";s:10:\"1481549320\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"157\";s:16:\"popularity_index\";s:3:\"415\";s:11:\"trend_index\";s:3:\"606\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:613;a:14:{s:2:\"id\";s:4:\"2138\";s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";s:10:\"1499774119\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"158\";s:16:\"popularity_index\";s:3:\"362\";s:11:\"trend_index\";s:3:\"530\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:614;a:14:{s:2:\"id\";s:3:\"823\";s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";s:10:\"1485272966\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"159\";s:16:\"popularity_index\";s:3:\"337\";s:11:\"trend_index\";s:3:\"549\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:615;a:14:{s:2:\"id\";s:3:\"824\";s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";s:10:\"1485272900\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"160\";s:16:\"popularity_index\";s:3:\"352\";s:11:\"trend_index\";s:3:\"444\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:616;a:14:{s:2:\"id\";s:3:\"825\";s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";s:10:\"1485272513\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"161\";s:16:\"popularity_index\";s:3:\"367\";s:11:\"trend_index\";s:3:\"437\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:617;a:14:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";s:10:\"1470829876\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";s:3:\"162\";s:16:\"popularity_index\";s:2:\"74\";s:11:\"trend_index\";s:3:\"148\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:618;a:14:{s:2:\"id\";s:4:\"1075\";s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";s:10:\"1488810871\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";s:3:\"163\";s:16:\"popularity_index\";s:2:\"51\";s:11:\"trend_index\";s:3:\"112\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:619;a:14:{s:2:\"id\";s:4:\"1051\";s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";s:10:\"1488810869\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";s:3:\"164\";s:16:\"popularity_index\";s:2:\"16\";s:11:\"trend_index\";s:2:\"16\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:620;a:14:{s:2:\"id\";s:4:\"1245\";s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";s:10:\"1491207184\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"165\";s:16:\"popularity_index\";s:3:\"255\";s:11:\"trend_index\";s:3:\"346\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:621;a:14:{s:2:\"id\";s:4:\"1247\";s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";s:10:\"1491207138\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"166\";s:16:\"popularity_index\";s:2:\"28\";s:11:\"trend_index\";s:2:\"58\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:622;a:14:{s:2:\"id\";s:4:\"1248\";s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";s:10:\"1491207050\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"167\";s:16:\"popularity_index\";s:3:\"371\";s:11:\"trend_index\";s:3:\"567\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:623;a:14:{s:2:\"id\";s:4:\"1249\";s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";s:10:\"1491207380\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"168\";s:16:\"popularity_index\";s:3:\"398\";s:11:\"trend_index\";s:3:\"602\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:624;a:14:{s:2:\"id\";s:4:\"1250\";s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";s:10:\"1491207450\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"169\";s:16:\"popularity_index\";s:2:\"62\";s:11:\"trend_index\";s:3:\"134\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:625;a:14:{s:2:\"id\";s:4:\"1260\";s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";s:10:\"1491207507\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"170\";s:16:\"popularity_index\";s:3:\"410\";s:11:\"trend_index\";s:3:\"570\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:626;a:14:{s:2:\"id\";s:4:\"1261\";s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";s:10:\"1491207584\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";s:3:\"171\";s:16:\"popularity_index\";s:2:\"64\";s:11:\"trend_index\";s:3:\"170\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:627;a:14:{s:2:\"id\";s:4:\"1272\";s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";s:10:\"1491207674\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"172\";s:16:\"popularity_index\";s:3:\"274\";s:11:\"trend_index\";s:3:\"339\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:628;a:14:{s:2:\"id\";s:4:\"1279\";s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";s:10:\"1491207756\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"173\";s:16:\"popularity_index\";s:3:\"127\";s:11:\"trend_index\";s:3:\"191\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}i:629;a:14:{s:2:\"id\";s:4:\"1745\";s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";s:10:\"1494849745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"174\";s:16:\"popularity_index\";s:3:\"263\";s:11:\"trend_index\";s:3:\"361\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:630;a:14:{s:2:\"id\";s:4:\"1742\";s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";s:10:\"1494849744\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"175\";s:16:\"popularity_index\";s:3:\"396\";s:11:\"trend_index\";s:3:\"417\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:631;a:14:{s:2:\"id\";s:4:\"1748\";s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";s:10:\"1494849742\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"176\";s:16:\"popularity_index\";s:3:\"285\";s:11:\"trend_index\";s:3:\"344\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:632;a:14:{s:2:\"id\";s:4:\"3963\";s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284821\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"177\";s:16:\"popularity_index\";s:3:\"227\";s:11:\"trend_index\";s:3:\"274\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:633;a:14:{s:2:\"id\";s:4:\"3969\";s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284829\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"178\";s:16:\"popularity_index\";s:3:\"379\";s:11:\"trend_index\";s:3:\"472\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:634;a:14:{s:2:\"id\";s:4:\"3966\";s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";s:10:\"1516284839\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"179\";s:16:\"popularity_index\";s:3:\"239\";s:11:\"trend_index\";s:3:\"273\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:635;a:14:{s:2:\"id\";s:4:\"3972\";s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";s:10:\"1516284847\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";s:3:\"180\";s:16:\"popularity_index\";s:3:\"349\";s:11:\"trend_index\";s:3:\"450\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:636;a:14:{s:2:\"id\";s:4:\"2080\";s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508161124\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"181\";s:16:\"popularity_index\";s:3:\"312\";s:11:\"trend_index\";s:3:\"385\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:637;a:14:{s:2:\"id\";s:4:\"2088\";s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";s:10:\"1508161129\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"182\";s:16:\"popularity_index\";s:3:\"390\";s:11:\"trend_index\";s:3:\"439\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:638;a:14:{s:2:\"id\";s:4:\"2085\";s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";s:10:\"1508161134\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"183\";s:16:\"popularity_index\";s:3:\"487\";s:11:\"trend_index\";s:3:\"539\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:639;a:14:{s:2:\"id\";s:4:\"2462\";s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";s:10:\"1508243317\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"184\";s:16:\"popularity_index\";s:3:\"309\";s:11:\"trend_index\";s:3:\"469\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:640;a:14:{s:2:\"id\";s:4:\"2362\";s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";s:10:\"1508243335\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"185\";s:16:\"popularity_index\";s:3:\"375\";s:11:\"trend_index\";s:3:\"540\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:641;a:14:{s:2:\"id\";s:3:\"614\";s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";s:10:\"1481549169\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"186\";s:16:\"popularity_index\";s:3:\"279\";s:11:\"trend_index\";s:3:\"393\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:642;a:14:{s:2:\"id\";s:4:\"2126\";s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";s:10:\"1508325849\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"187\";s:16:\"popularity_index\";s:3:\"265\";s:11:\"trend_index\";s:3:\"298\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:643;a:14:{s:2:\"id\";s:4:\"2129\";s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";s:10:\"1508325881\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"188\";s:16:\"popularity_index\";s:3:\"294\";s:11:\"trend_index\";s:3:\"280\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:644;a:14:{s:2:\"id\";s:4:\"2135\";s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";s:10:\"1508325922\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"189\";s:16:\"popularity_index\";s:3:\"324\";s:11:\"trend_index\";s:3:\"558\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:645;a:14:{s:2:\"id\";s:4:\"2094\";s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";s:10:\"1509621053\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"190\";s:16:\"popularity_index\";s:3:\"269\";s:11:\"trend_index\";s:3:\"246\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:646;a:14:{s:2:\"id\";s:4:\"2120\";s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";s:10:\"1509631820\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"191\";s:16:\"popularity_index\";s:3:\"333\";s:11:\"trend_index\";s:3:\"418\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:647;a:14:{s:2:\"id\";s:4:\"3153\";s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";s:10:\"1508950132\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"192\";s:16:\"popularity_index\";s:3:\"547\";s:11:\"trend_index\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:648;a:14:{s:2:\"id\";s:4:\"3338\";s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";s:10:\"1511203351\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"193\";s:16:\"popularity_index\";s:3:\"477\";s:11:\"trend_index\";s:3:\"611\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:649;a:14:{s:2:\"id\";s:4:\"3339\";s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";s:10:\"1511203636\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"194\";s:16:\"popularity_index\";s:3:\"423\";s:11:\"trend_index\";s:3:\"612\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:650;a:14:{s:2:\"id\";s:4:\"3335\";s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";s:10:\"1511203246\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"195\";s:16:\"popularity_index\";s:3:\"427\";s:11:\"trend_index\";s:3:\"647\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:651;a:14:{s:2:\"id\";s:4:\"3340\";s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";s:10:\"1511203713\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"196\";s:16:\"popularity_index\";s:3:\"412\";s:11:\"trend_index\";s:3:\"563\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:652;a:14:{s:2:\"id\";s:4:\"3517\";s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";s:10:\"1513877937\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"197\";s:16:\"popularity_index\";s:3:\"465\";s:11:\"trend_index\";s:3:\"634\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:653;a:14:{s:2:\"id\";s:4:\"3734\";s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";s:10:\"1514197794\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"198\";s:16:\"popularity_index\";s:3:\"455\";s:11:\"trend_index\";s:3:\"520\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:654;a:14:{s:2:\"id\";s:4:\"3764\";s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";s:10:\"1514198234\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"199\";s:16:\"popularity_index\";s:3:\"433\";s:11:\"trend_index\";s:3:\"458\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:655;a:14:{s:2:\"id\";s:4:\"3565\";s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";s:10:\"1514204382\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"200\";s:16:\"popularity_index\";s:3:\"388\";s:11:\"trend_index\";s:3:\"410\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:656;a:14:{s:2:\"id\";s:4:\"3862\";s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";s:10:\"1514206745\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"201\";s:16:\"popularity_index\";s:3:\"377\";s:11:\"trend_index\";s:3:\"446\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:657;a:14:{s:2:\"id\";s:4:\"3777\";s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";s:10:\"1514205420\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"202\";s:16:\"popularity_index\";s:3:\"400\";s:11:\"trend_index\";s:3:\"496\";s:6:\"is_pro\";s:1:\"1\";s:17:\"has_page_settings\";s:1:\"0\";}i:658;a:14:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";s:10:\"1475067229\";s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";s:3:\"203\";s:16:\"popularity_index\";s:2:\"19\";s:11:\"trend_index\";s:2:\"59\";s:6:\"is_pro\";s:1:\"0\";s:17:\"has_page_settings\";s:1:\"0\";}}}', 'no');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1973, 'elementor_remote_info_feed_data', 'a:5:{i:0;a:5:{s:5:\"title\";s:59:\"Elementor Community Online: Meetup Guidance During COVID-19\";s:7:\"excerpt\";s:132:\"By and for the community, Elementor Community leaders are working together, enabling online meetups, to help users around the world.\";s:7:\"created\";s:10:\"1585131418\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:142:\"https://elementor.com/blog/elementor-community-online-meetup-covid-19/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:86:\"Introducing Full Site Editing: Design Your Header, Footer & Content All From One Place\";s:7:\"excerpt\";s:234:\"In these challenging times of COVID, our team perseveres to help web creators work better. The new Pro version does just that, optimizing the most common web design tasks, like being able to edit your entire site with fewer clicks!​\";s:7:\"created\";s:10:\"1584528845\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:129:\"https://elementor.com/blog/introducing-full-site-editing/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:66:\"Monday Masterclass: Essential Tips for Great Minimalist Web Design\";s:7:\"excerpt\";s:202:\"This week we’re tackling Minimalist design, covering the essential characteristics and how to implement them, in order to create the perfect combination of great aesthetics, user experience and speed.\";s:7:\"created\";s:10:\"1584431059\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:130:\"https://elementor.com/blog/tips-for-minimalist-web-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:56:\"How Can Web Creators Prepare for the Corona Virus Threat\";s:7:\"excerpt\";s:147:\"As the COVID-19 virus continues to spread, SMB web creators should be aware of the impact it will have on their businesses and prepare accordingly.\";s:7:\"created\";s:10:\"1584355372\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:124:\"https://elementor.com/blog/prepare-for-corona-virus/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:59:\"Elementor’s CEO Talks Fundraising: Why, And What’s Next\";s:7:\"excerpt\";s:182:\"Learn more about Elementor’s $15M institutional funding round led by Lightspeed Venture Partners, and what it means for the website building industry and Elementor’s community.\r\n\";s:7:\"created\";s:10:\"1582734340\";s:5:\"badge\";s:0:\"\";s:3:\"url\";s:117:\"https://elementor.com/blog/elementor-funding/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'no'),
(4344, 'wp-smush-install-type', 'existing', 'no'),
(2020, 'elementor_pro_theme_builder_conditions', 'a:0:{}', 'yes'),
(1995, 'widget_elementor-library', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1998, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'),
(1997, '_elementor_pro_installed_time', '1584462360', 'yes'),
(2034, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'),
(2035, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'),
(2036, 'elementor_scheme_color', 'a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}', 'yes'),
(2037, 'elementor_scheme_typography', 'a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}', 'yes'),
(2038, 'elementor_scheme_color-picker', 'a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}', 'yes'),
(2039, 'elementor_active_kit', '2023', 'yes'),
(2042, 'sportspress_table_padding', '', 'yes'),
(2043, 'sportspress_custom_css', '', 'yes'),
(2044, 'themeboy', 'a:6:{s:7:\"primary\";s:7:\"#2b353e\";s:10:\"background\";s:7:\"#f4f4f4\";s:4:\"text\";s:7:\"#222222\";s:7:\"heading\";s:7:\"#ffffff\";s:4:\"link\";s:7:\"#00a69c\";s:9:\"customize\";s:0:\"\";}', 'yes'),
(2047, 'elementor_controls_usage', 'a:1:{s:7:\"wp-post\";a:3:{s:18:\"tp-navigation-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"navbar_sections\";a:2:{s:16:\"navbar_menu_type\";i:1;s:6:\"navbar\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:0:{}}}}}}', 'no'),
(2164, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:20:\"mobile-menu/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1598343402;s:11:\"plugin_path\";s:23:\"mobile-menu/mobmenu.php\";}}s:7:\"abspath\";s:44:\"/home/southafricacrick/public_html/old_saca/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:23:\"mobile-menu/mobmenu.php\";s:8:\"sdk_path\";s:20:\"mobile-menu/freemius\";s:7:\"version\";s:5:\"2.3.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1598343402;}}', 'yes'),
(4170, 'woocommerce_task_list_hidden', 'yes', 'yes'),
(4175, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(5270, 'acf_version', '5.7.8', 'yes'),
(5324, 'options_gusta_override_section_options_post_tag', '0', 'yes'),
(5325, '_options_gusta_override_section_options_post_tag', 'gusta_override_section_options_post_tag', 'yes'),
(5273, 'smart_sections_purchase_code', '1233443', 'yes'),
(5323, '_options_gusta_override_section_options_category', 'gusta_override_section_options_category', 'yes'),
(5322, 'options_gusta_override_section_options_category', '0', 'yes'),
(5321, '_options_gusta_override_section_options_page', 'gusta_override_section_options_page', 'yes'),
(5319, '_options_gusta_override_section_options_post', 'gusta_override_section_options_post', 'yes'),
(5320, 'options_gusta_override_section_options_page', '0', 'yes'),
(5318, 'options_gusta_override_section_options_post', '0', 'yes'),
(5296, 'options_gusta_header_sections_tab_all_gusta_header_sections_all', '', 'yes'),
(5297, '_options_gusta_header_sections_tab_all_gusta_header_sections_all', 'gusta_header_sections_all', 'yes'),
(5298, 'options_gusta_header_sections_tab_all', '', 'yes'),
(5299, '_options_gusta_header_sections_tab_all', 'gusta_header_sections_tab_all', 'yes'),
(5300, 'options_gusta_content_sections_tab_all_gusta_above_content_sections_all', '', 'yes'),
(5301, '_options_gusta_content_sections_tab_all_gusta_above_content_sections_all', 'gusta_above_content_sections_all', 'yes'),
(5302, 'options_gusta_content_sections_tab_all_gusta_content_sections_all', '', 'yes'),
(5303, '_options_gusta_content_sections_tab_all_gusta_content_sections_all', 'gusta_content_sections_all', 'yes'),
(5304, 'options_gusta_content_sections_tab_all_gusta_archive_sections_all', '', 'yes'),
(5305, '_options_gusta_content_sections_tab_all_gusta_archive_sections_all', 'gusta_archive_sections_all', 'yes'),
(5306, 'options_gusta_content_sections_tab_all_gusta_below_content_sections_all', '', 'yes'),
(5307, '_options_gusta_content_sections_tab_all_gusta_below_content_sections_all', 'gusta_below_content_sections_all', 'yes'),
(5308, 'options_gusta_content_sections_tab_all', '', 'yes'),
(5309, '_options_gusta_content_sections_tab_all', 'gusta_content_sections_tab_all', 'yes'),
(5310, 'options_gusta_footer_sections_tab_all_gusta_footer_sections_all', 'a:2:{i:0;s:4:\"2283\";i:1;s:4:\"2379\";}', 'yes'),
(5311, '_options_gusta_footer_sections_tab_all_gusta_footer_sections_all', 'gusta_footer_sections_all', 'yes'),
(5312, 'options_gusta_footer_sections_tab_all', '', 'yes'),
(5313, '_options_gusta_footer_sections_tab_all', 'gusta_footer_sections_tab_all', 'yes'),
(5314, 'options_gusta_sticky_sections_tab_all_gusta_sticky_sections_all', '', 'yes'),
(5315, '_options_gusta_sticky_sections_tab_all_gusta_sticky_sections_all', 'gusta_sticky_sections_all', 'yes'),
(5316, 'options_gusta_sticky_sections_tab_all', '', 'yes'),
(5317, '_options_gusta_sticky_sections_tab_all', 'gusta_sticky_sections_tab_all', 'yes'),
(5682, 'wpb_js_templates', 'a:1:{s:15:\"menu_3300311270\";a:2:{s:4:\"name\";s:4:\"menu\";s:8:\"template\";s:6688:\"[vc_row css=\".vc_custom_1584722428386{border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]\n<ul>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]\n<ul>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fschool-ambassador-program%2F|||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]\n<ul>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]\n<ul>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]\n<ul>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]\n<ul>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n 	<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584722119779{padding-top: 2px !important;padding-bottom: 2px !important;background-color: #969696 !important;}\"][vc_column width=\"2/12\"][vc_single_image image=\"1917\" img_size=\"150x150\" alignment=\"center\" el_class=\"hdr-img-css\"][/vc_column][vc_column width=\"7/12\"][vc_custom_heading text=\"<strong>Register to play cricket today!</strong> Find your local club\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"3/12\"][vc_wp_search][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</div>\n</div>[/vc_column_text][/vc_column][/vc_row]\";}}', 'no'),
(4286, 'elementor_pro_tracker_notice', '1', 'yes'),
(4287, 'elementor_allow_tracking', 'no', 'yes'),
(4288, 'elementor_tracker_notice', '1', 'yes'),
(5328, 'options_gusta_override_section_options_author', '0', 'yes'),
(2060, 'widget_clever_mega_menu', 'a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:8:\"location\";s:11:\"bottom_menu\";s:5:\"title\";s:0:\"\";}}', 'yes'),
(5290, '_options_gusta_main_content_area_selector', 'gusta_main_content_area_selector', 'yes'),
(5288, '_options_gusta_footer_area_selector', 'gusta_footer_area_selector', 'yes'),
(5285, 'options_gusta_header_area_selector', '', 'yes'),
(5286, '_options_gusta_header_area_selector', 'gusta_header_area_selector', 'yes'),
(5287, 'options_gusta_footer_area_selector', '#footer-main', 'yes'),
(5327, '_options_gusta_override_section_options_search', 'gusta_override_section_options_search', 'yes'),
(2106, 'ihaf_insert_header', '<style>\r\n.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-content-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-sub-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>ul.menu {    width: 1000px!important;\r\n}\r\n.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input.active {\r\nwidth: 500px;\r\n}\r\n</style>', 'yes'),
(2107, 'ihaf_insert_footer', '', 'yes'),
(2108, 'ihaf_insert_body', '', 'yes'),
(2109, 'insert-headers-and-footers_welcome_dismissed_key', '1', 'yes'),
(2165, 'fs_debug_mode', '', 'yes'),
(2166, 'fs_accounts', 'a:6:{s:21:\"id_slug_type_path_map\";a:2:{i:4123;a:3:{s:4:\"slug\";s:10:\"menu-image\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:25:\"menu-image/menu-image.php\";}i:235;a:3:{s:4:\"slug\";s:11:\"mobile-menu\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:23:\"mobile-menu/mobmenu.php\";}}s:11:\"plugin_data\";a:2:{s:10:\"menu-image\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:25:\"menu-image/menu-image.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1584469524;s:16:\"sdk_last_version\";s:5:\"2.3.0\";s:11:\"sdk_version\";s:5:\"2.3.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:5:\"2.9.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:21:\"is_plugin_new_install\";b:1;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:24:\"southafricacricket.co.za\";s:9:\"server_ip\";s:13:\"43.250.241.81\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1584469524;s:7:\"version\";s:5:\"2.9.5\";}s:17:\"was_plugin_loaded\";b:1;s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1584469569;s:7:\"version\";s:5:\"2.9.5\";}}s:11:\"mobile-menu\";a:17:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:23:\"mobile-menu/mobmenu.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1584543062;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.3.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:3:\"2.8\";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:24:\"southafricacricket.co.za\";s:9:\"server_ip\";s:12:\"43.250.243.6\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1584543062;s:7:\"version\";s:3:\"2.8\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1584543074;s:7:\"version\";s:3:\"2.8\";}s:21:\"trial_promotion_shown\";i:1584646357;}}s:13:\"file_slug_map\";a:2:{s:25:\"menu-image/menu-image.php\";s:10:\"menu-image\";s:23:\"mobile-menu/mobmenu.php\";s:11:\"mobile-menu\";}s:7:\"plugins\";a:2:{s:10:\"menu-image\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"Menu Image\";s:4:\"slug\";s:10:\"menu-image\";s:12:\"premium_slug\";s:18:\"menu-image-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:25:\"menu-image/menu-image.php\";s:7:\"version\";s:5:\"2.9.5\";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_1a1cac31f5af1ba3d31bd86fe0e8b\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4123\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:11:\"mobile-menu\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:11:\"Mobile Menu\";s:4:\"slug\";s:11:\"mobile-menu\";s:12:\"premium_slug\";s:19:\"mobile-menu-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";s:8:\"selected\";s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:23:\"mobile-menu/mobmenu.php\";s:7:\"version\";s:3:\"2.8\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:7:\"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_1ec93edfb66875251b62505b96489\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"235\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"a9935b2a947e71e4ee8eec459242e847\";s:13:\"admin_notices\";a:1:{s:11:\"mobile-menu\";a:0:{}}}', 'yes'),
(2167, 'fs_api_cache', 'a:0:{}', 'yes'),
(2168, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(3607, '_elementor_global_css', 'a:5:{s:4:\"time\";i:1584541138;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:4;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}', 'yes'),
(3608, 'elementor_library_category_children', 'a:0:{}', 'yes'),
(11461, '_transient_doing_cron', '1598343783.4037160873413085937500', 'yes'),
(3643, 'mobmenu_latest_update_version', '2.8', 'yes'),
(3646, 'mobmenu_options', 's:4146:\"a:103:{s:13:\"width_trigger\";s:4:\"1100\";s:16:\"edc117863e7ad302\";s:0:\"\";s:19:\"only_mobile_devices\";s:1:\"1\";s:17:\"only_testing_mode\";s:1:\"0\";s:16:\"enable_left_menu\";s:1:\"0\";s:17:\"enable_right_menu\";s:1:\"1\";s:16:\"dde6c32f06c5caf8\";s:0:\"\";s:16:\"428234e58be7b887\";s:0:\"\";s:13:\"hide_elements\";s:158:\".stm-header.stm-header-second.stm-non-transparent-header.stm-header-fixed-mode , .stm-header.stm-non-transparent-header.stm-header-fixed-mode.stm-header-third\";s:22:\"default_hided_elements\";s:114:\"a:9:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";i:6;s:1:\"7\";i:7;s:1:\"8\";i:8;s:1:\"9\";}\";s:16:\"eb4218389e2d7f1a\";s:0:\"\";s:17:\"menu_display_type\";s:13:\"slideout-over\";s:18:\"autoclose_submenus\";s:1:\"1\";s:22:\"menu_items_border_size\";s:1:\"0\";s:15:\"close_icon_font\";s:8:\"cancel-1\";s:20:\"close_icon_font_size\";s:2:\"30\";s:22:\"submenu_open_icon_font\";s:9:\"down-open\";s:23:\"submenu_close_icon_font\";s:7:\"up-open\";s:22:\"submenu_icon_font_size\";s:2:\"25\";s:16:\"967bcf13a38e2bab\";s:0:\"\";s:15:\"sticky_elements\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:16:\"7a9dbb4c45fde28a\";s:0:\"\";s:16:\"6ac253251e631bc4\";s:0:\"\";s:16:\"d82aab16c3557b41\";s:0:\"\";s:16:\"c03f36469558a0e0\";s:0:\"\";s:21:\"enabled_sticky_header\";s:1:\"0\";s:20:\"enabled_naked_header\";s:1:\"0\";s:18:\"disabled_logo_text\";s:1:\"0\";s:16:\"f6894ce9bb6f22fc\";s:0:\"\";s:13:\"header_shadow\";s:1:\"1\";s:13:\"header_height\";s:2:\"80\";s:11:\"header_text\";s:0:\"\";s:17:\"header_text_align\";s:4:\"left\";s:23:\"header_text_left_margin\";s:2:\"20\";s:24:\"header_text_right_margin\";s:2:\"20\";s:16:\"14a7409fee222344\";s:0:\"\";s:12:\"enabled_logo\";s:1:\"0\";s:15:\"header_branding\";s:4:\"logo\";s:8:\"logo_img\";s:4:\"1917\";s:11:\"logo_height\";s:2:\"80\";s:15:\"logo_img_retina\";s:0:\"\";s:17:\"disabled_logo_url\";s:1:\"0\";s:8:\"logo_url\";s:0:\"\";s:15:\"logo_top_margin\";s:1:\"0\";s:10:\"right_menu\";s:4:\"Temp\";s:30:\"right_menu_parent_link_submenu\";s:1:\"0\";s:16:\"f63e853ff9f5e599\";s:0:\"\";s:15:\"right_menu_text\";s:0:\"\";s:22:\"right_menu_icon_action\";s:1:\"1\";s:14:\"right_icon_url\";s:0:\"\";s:21:\"right_icon_url_target\";s:1:\"1\";s:19:\"right_menu_icon_new\";s:4:\"icon\";s:20:\"right_menu_icon_font\";s:4:\"menu\";s:20:\"right_icon_font_size\";s:2:\"45\";s:15:\"right_menu_icon\";s:0:\"\";s:21:\"right_icon_top_margin\";s:2:\"15\";s:23:\"right_icon_right_margin\";s:2:\"20\";s:16:\"4d2880c737074642\";s:0:\"\";s:19:\"right_menu_bg_image\";s:0:\"\";s:21:\"right_menu_bg_opacity\";s:3:\"100\";s:24:\"right_menu_bg_image_size\";s:5:\"cover\";s:22:\"right_menu_bg_gradient\";s:0:\"\";s:22:\"right_menu_width_units\";s:1:\"0\";s:16:\"right_menu_width\";s:3:\"318\";s:27:\"right_menu_width_percentage\";s:2:\"80\";s:26:\"right_menu_content_padding\";s:1:\"5\";s:16:\"53f2817c7eea9607\";s:0:\"\";s:16:\"overlay_bg_color\";s:19:\"rgba(0, 0, 0, 0.83)\";s:23:\"menu_items_border_color\";s:19:\"rgba(0, 0, 0, 0.83)\";s:16:\"cfe42b8d91c3ea0b\";s:0:\"\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:17:\"header_text_color\";s:0:\"\";s:16:\"2a4ff950f8777f71\";s:0:\"\";s:20:\"left_menu_icon_color\";s:4:\"#666\";s:22:\"header_text_after_icon\";s:4:\"#222\";s:19:\"left_panel_bg_color\";s:7:\"#F7F7F7\";s:21:\"left_panel_text_color\";s:4:\"#666\";s:24:\"left_panel_hover_bgcolor\";s:4:\"#666\";s:27:\"left_panel_hover_text_color\";s:4:\"#FFF\";s:26:\"left_panel_submenu_bgcolor\";s:7:\"#3a3a3a\";s:29:\"left_panel_submenu_text_color\";s:4:\"#fff\";s:30:\"left_panel_cancel_button_color\";s:4:\"#666\";s:16:\"122cf101513b7c04\";s:0:\"\";s:21:\"right_menu_icon_color\";s:4:\"#222\";s:23:\"header_text_before_icon\";s:4:\"#222\";s:20:\"right_panel_bg_color\";s:7:\"#F7F7F7\";s:22:\"right_panel_text_color\";s:4:\"#666\";s:25:\"right_panel_hover_bgcolor\";s:4:\"#666\";s:28:\"right_panel_hover_text_color\";s:4:\"#FFF\";s:27:\"right_panel_submenu_bgcolor\";s:7:\"#3a3a3a\";s:30:\"right_panel_submenu_text_color\";s:4:\"#fff\";s:31:\"right_panel_cancel_button_color\";s:4:\"#666\";s:16:\"2942cfa338633fe0\";s:0:\"\";s:30:\"left_panel_3rd_menu_text_color\";s:4:\"#fff\";s:36:\"left_panel_3rd_menu_text_color_hover\";s:4:\"#ccc\";s:28:\"left_panel_3rd_menu_bg_color\";s:4:\"#222\";s:34:\"left_panel_3rd_menu_bg_color_hover\";s:4:\"#666\";s:31:\"right_panel_3rd_menu_text_color\";s:4:\"#fff\";s:37:\"right_panel_3rd_menu_text_color_hover\";s:4:\"#ccc\";s:29:\"right_panel_3rd_menu_bg_color\";s:4:\"#222\";s:35:\"right_panel_3rd_menu_bg_color_hover\";s:4:\"#666\";}\";', 'yes'),
(3649, 'wp_mobile_menu_banner_dismissed', 'yes', 'yes'),
(5289, 'options_gusta_main_content_area_selector', '#main', 'yes'),
(11439, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1598336920;s:7:\"checked\";a:3:{s:12:\"splash-child\";s:3:\"1.0\";s:6:\"splash\";s:5:\"4.0.3\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:1:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'no'),
(11440, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1598336920;s:7:\"checked\";a:30:{s:25:\"add-to-any/add-to-any.php\";s:6:\"1.7.39\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:5:\"6.4.0\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:37:\"clever-mega-menu/clever-mega-menu.php\";s:6:\"1.0.10\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.7\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.4\";s:23:\"elementor/elementor.php\";s:5:\"2.9.6\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"1.3.1\";s:31:\"elementor-pro/elementor-pro.php\";s:5:\"2.9.1\";s:29:\"health-check/health-check.php\";s:5:\"1.4.2\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"1.4.5\";s:38:\"latest-tweets-widget/latest-tweets.php\";s:5:\"1.1.4\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.7.5\";s:25:\"menu-image/menu-image.php\";s:5:\"2.9.5\";s:23:\"mobile-menu/mobmenu.php\";s:3:\"2.8\";s:46:\"organic-customizer-widgets/organic-widgets.php\";s:5:\"1.4.5\";s:23:\"revslider/revslider.php\";s:5:\"6.1.8\";s:41:\"visucom-smart-sections/smart-sections.php\";s:5:\"1.4.7\";s:33:\"instagram-feed/instagram-feed.php\";s:5:\"2.2.2\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.6.1\";s:27:\"sportspress/sportspress.php\";s:6:\"2.6.20\";s:51:\"sportspress-for-cricket/sportspress-for-cricket.php\";s:5:\"1.1.4\";s:41:\"stm-configurations/stm-configurations.php\";s:5:\"4.0.2\";s:29:\"stm_importer/stm-importer.php\";s:5:\"4.0.2\";s:51:\"theplus_elementor_addon/theplus_elementor_addon.php\";s:5:\"3.2.1\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.16.22\";s:27:\"woocommerce/woocommerce.php\";s:5:\"4.0.1\";s:27:\"js_composer/js_composer.php\";s:3:\"6.1\";s:35:\"wp-fastest-cache/wpFastestCache.php\";s:7:\"0.9.0.4\";s:50:\"wp-hide-backed-notices/wp-hide-backed-notices .php\";s:5:\"1.0.0\";}s:8:\"response\";a:21:{s:25:\"add-to-any/add-to-any.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/add-to-any\";s:4:\"slug\";s:10:\"add-to-any\";s:6:\"plugin\";s:25:\"add-to-any/add-to-any.php\";s:11:\"new_version\";s:6:\"1.7.42\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/add-to-any/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/add-to-any.1.7.42.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/add-to-any/assets/icon-256x256.png?rev=972738\";s:2:\"1x\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";s:3:\"svg\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/add-to-any/assets/banner-1544x500.png?rev=2167358\";s:2:\"1x\";s:65:\"https://ps.w.org/add-to-any/assets/banner-772x250.png?rev=2167357\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"6.5.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-256x256.png?rev=971477\";s:2:\"1x\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";s:3:\"svg\";s:61:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/breadcrumb-navxt/assets/banner-1544x500.png?rev=1927103\";s:2:\"1x\";s:71:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.png?rev=1927103\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.2.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:80:\"<p>First release from Yoast + accessibility improvements + filter deprecated</p>\";s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"2.9.14\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.2.9.14.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"1.5.3\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2308485\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2308485\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"health-check/health-check.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/health-check\";s:4:\"slug\";s:12:\"health-check\";s:6:\"plugin\";s:29:\"health-check/health-check.php\";s:11:\"new_version\";s:5:\"1.4.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/health-check/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/health-check.1.4.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/health-check/assets/icon-256x256.png?rev=1823210\";s:2:\"1x\";s:57:\"https://ps.w.org/health-check/assets/icon.svg?rev=1828244\";s:3:\"svg\";s:57:\"https://ps.w.org/health-check/assets/icon.svg?rev=1828244\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/health-check/assets/banner-1544x500.png?rev=1823210\";s:2:\"1x\";s:67:\"https://ps.w.org/health-check/assets/banner-772x250.png?rev=1823210\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.1.4.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=1610266\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=1610266\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=1610266\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:3:\"4.8\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"menu-image/menu-image.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/menu-image\";s:4:\"slug\";s:10:\"menu-image\";s:6:\"plugin\";s:25:\"menu-image/menu-image.php\";s:11:\"new_version\";s:5:\"2.9.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/menu-image/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/menu-image.2.9.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/menu-image/assets/icon-128x128.png?rev=2123398\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/menu-image/assets/banner-772x250.png?rev=2125369\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"mobile-menu/mobmenu.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/mobile-menu\";s:4:\"slug\";s:11:\"mobile-menu\";s:6:\"plugin\";s:23:\"mobile-menu/mobmenu.php\";s:11:\"new_version\";s:7:\"2.8.1.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/mobile-menu/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/mobile-menu.2.8.1.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/mobile-menu/assets/banner-772x250.jpg?rev=1976792\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:46:\"organic-customizer-widgets/organic-widgets.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:40:\"w.org/plugins/organic-customizer-widgets\";s:4:\"slug\";s:26:\"organic-customizer-widgets\";s:6:\"plugin\";s:46:\"organic-customizer-widgets/organic-widgets.php\";s:11:\"new_version\";s:6:\"1.4.10\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/organic-customizer-widgets/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/organic-customizer-widgets.1.4.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/organic-customizer-widgets/assets/icon-256x256.png?rev=2057750\";s:2:\"1x\";s:79:\"https://ps.w.org/organic-customizer-widgets/assets/icon-128x128.png?rev=2057750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/organic-customizer-widgets/assets/banner-1544x500.png?rev=2057752\";s:2:\"1x\";s:81:\"https://ps.w.org/organic-customizer-widgets/assets/banner-772x250.png?rev=2057752\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"2.4.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.2.4.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2137676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2137676\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":12:{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.6.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.6.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:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"sportspress/sportspress.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/sportspress\";s:4:\"slug\";s:11:\"sportspress\";s:6:\"plugin\";s:27:\"sportspress/sportspress.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/sportspress/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/sportspress.2.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005\";s:2:\"1x\";s:64:\"https://ps.w.org/sportspress/assets/icon-128x128.png?rev=1252005\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/sportspress/assets/banner-1544x500.png?rev=1405496\";s:2:\"1x\";s:66:\"https://ps.w.org/sportspress/assets/banner-772x250.png?rev=1405496\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":12:{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.26\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.26.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:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"4.4.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.5\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"wp-fastest-cache/wpFastestCache.php\";O:8:\"stdClass\":12:{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.0.9\";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.0.9.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:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:50:\"wp-hide-backed-notices/wp-hide-backed-notices .php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/wp-hide-backed-notices\";s:4:\"slug\";s:22:\"wp-hide-backed-notices\";s:6:\"plugin\";s:50:\"wp-hide-backed-notices/wp-hide-backed-notices .php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/wp-hide-backed-notices/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wp-hide-backed-notices.1.1.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:75:\"https://ps.w.org/wp-hide-backed-notices/assets/icon-256x256.png?rev=2295577\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-hide-backed-notices/assets/icon.svg?rev=2295577\";s:3:\"svg\";s:67:\"https://ps.w.org/wp-hide-backed-notices/assets/icon.svg?rev=2295577\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/wp-hide-backed-notices/assets/banner-1544x500.jpg?rev=2295577\";s:2:\"1x\";s:77:\"https://ps.w.org/wp-hide-backed-notices/assets/banner-772x250.jpg?rev=2295577\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"6.3.0\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:37:\"clever-mega-menu/clever-mega-menu.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/clever-mega-menu\";s:4:\"slug\";s:16:\"clever-mega-menu\";s:6:\"plugin\";s:37:\"clever-mega-menu/clever-mega-menu.php\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/clever-mega-menu/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/clever-mega-menu.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/clever-mega-menu/assets/icon-128x128.png?rev=1587058\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/clever-mega-menu/assets/banner-1544x500.png?rev=1587144\";s:2:\"1x\";s:71:\"https://ps.w.org/clever-mega-menu/assets/banner-772x250.png?rev=1591639\";}s:11:\"banners_rtl\";a:0:{}}s:38:\"latest-tweets-widget/latest-tweets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/latest-tweets-widget\";s:4:\"slug\";s:20:\"latest-tweets-widget\";s:6:\"plugin\";s:38:\"latest-tweets-widget/latest-tweets.php\";s:11:\"new_version\";s:5:\"1.1.4\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/latest-tweets-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/latest-tweets-widget.1.1.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/latest-tweets-widget/assets/icon-128x128.png?rev=1000698\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/latest-tweets-widget/assets/banner-772x250.jpg?rev=673740\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"sportspress-for-cricket/sportspress-for-cricket.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/sportspress-for-cricket\";s:4:\"slug\";s:23:\"sportspress-for-cricket\";s:6:\"plugin\";s:51:\"sportspress-for-cricket/sportspress-for-cricket.php\";s:11:\"new_version\";s:5:\"1.1.4\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/sportspress-for-cricket/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/sportspress-for-cricket.1.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/sportspress-for-cricket/assets/icon-256x256.png?rev=1252002\";s:2:\"1x\";s:76:\"https://ps.w.org/sportspress-for-cricket/assets/icon-128x128.png?rev=1252002\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/sportspress-for-cricket/assets/banner-1544x500.png?rev=1673254\";s:2:\"1x\";s:78:\"https://ps.w.org/sportspress-for-cricket/assets/banner-772x250.png?rev=1673254\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(6009, '7238c9070c32ed98a38810e053129a9a', 'a:2:{s:7:\"timeout\";i:1585273443;s:5:\"value\";a:15:{s:14:\"stable_version\";s:5:\"2.9.2\";s:12:\"last_updated\";s:19:\"2020-03-25 17:45:16\";s:8:\"sections\";s:98638:\"a:2:{s:11:\"description\";s:161:\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\";s:9:\"changelog\";s:98416:\"<h4>2.9.2 - 2020-03-25</h4>\n<ul>\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\"https://github.com/elementor/elementor/issues/10745\">#10745</a>)</li>\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\"https://github.com/elementor/elementor/issues/10874\">#10874</a>)</li>\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style</li>\n<li>Fix: PHP notice when using dynamic user info <code>id</code></li>\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget</li>\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget</li>\n<li>Fix: Container includes Popup tags by default in Table of Contents widget</li>\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget</li>\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action</li>\n</ul>\n<h4>2.9.1 - 2020-03-16</h4>\n<ul>\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page</li>\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles</li>\n</ul>\n<h4>2.9.0 - 2020-03-15</h4>\n<ul>\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\"https://github.com/elementor/elementor/issues/4985\">#4985</a>)</li>\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\"https://github.com/elementor/elementor/issues/3345\">#3345</a>)</li>\n<li>New: Added Dynamic Colors tag (<a href=\"https://github.com/elementor/elementor/issues/6485\">#6485</a>)</li>\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\"https://github.com/elementor/elementor/issues/9293\">#9293</a>)</li>\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\"https://github.com/elementor/elementor/issues/5716\">#5716</a>, <a href=\"https://github.com/elementor/elementor/issues/3642\">#3642</a>, <a href=\"https://github.com/elementor/elementor/issues/9225\">#9225</a>, <a href=\"https://github.com/elementor/elementor/issues/9079\">#9079</a>)</li>\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\"https://github.com/elementor/elementor/issues/10564\">#10564</a>)</li>\n<li>Tweak: Avoid creating empty Custom Font</li>\n<li>Tweak: Added <code>aria-expanded</code> attribute to Menu Cart widget</li>\n<li>Tweak: Moved Link Actions module to Core plugin</li>\n<li>Tweak: Changed the name of “TypeKit Web Fonts by Adobe” to “Adobe Fonts”</li>\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets</li>\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated</li>\n<li>Tweak: Remove redundant <code>label_block</code> parameters from several controls</li>\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget</li>\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\"https://github.com/elementor/elementor/issues/10099\">#10099</a>)</li>\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\"https://github.com/elementor/elementor/issues/10099\">#10099</a>)</li>\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\"https://github.com/elementor/elementor/issues/7924\">#7924</a>)</li>\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0</li>\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets</li>\n<li>Tweak: Expose external API for Swiper instances</li>\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget</li>\n<li>Tweak: Replaced nerd icons with new Elementor emojis</li>\n<li>Tweak: Added specific <code>color</code> attribute to header title in Table of Contents widget</li>\n<li>Fix: Line break issues in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/10585\">#10585</a>)</li>\n<li>Fix: Theme Style Link color overrides the Table of Content list style</li>\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode</li>\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget</li>\n<li>Fix: Page Title widget render glitches in the Editor</li>\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget</li>\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget</li>\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget</li>\n<li>Deprecated: See all deprecations to this version in our <a href=\"https://developers.elementor.com/v2-9-0-planned-deprecations/\">Developers Deprecations Post</a></li>\n</ul>\n<h4>2.8.5 - 2020-03-08</h4>\n<ul>\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration</li>\n<li>Fix: Missing closing bracket in Animated Headline widget</li>\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor</li>\n</ul>\n<h4>2.8.4 - 2020-02-16</h4>\n<ul>\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget</li>\n<li>Tweak: Added RTL support for Slides widget</li>\n<li>Tweak: Display Lightbox images in Full size in Gallery widget</li>\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget</li>\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget</li>\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget</li>\n<li>Fix: Query Control throws <code>Undefined index: q</code> error</li>\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget</li>\n<li>Fix: Discord forms integration fails to send submissions in some server configurations</li>\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget</li>\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget</li>\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser</li>\n<li>Fix: Missing eye icon in Single template footer preview button</li>\n</ul>\n<h4>2.8.3 - 2020-01-01</h4>\n<ul>\n<li>Tweak: Updated Table of Contents widget panel location</li>\n<li>Fix: ACF URL Dynamic field throws <code>undefined index</code> PHP notice (<a href=\"https://github.com/elementor/elementor/issues/9929\">#9929</a>)</li>\n<li>Fix: Gallery lightbox pagination shows images from all tabs</li>\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action</li>\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action</li>\n<li>Fix: Underline option not working in Table of Contents widget Normal state</li>\n<li>Fix: Query Control <code>Undefined index: autocomplete</code> notice in some cases</li>\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget</li>\n</ul>\n<h4>2.8.2 - 2019-12-19</h4>\n<ul>\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget</li>\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive</li>\n<li>Fix: Redundant <code>&lt;br&gt;</code> tags in Single theme template (<a href=\"https://github.com/elementor/elementor/issues/9927\">#9927</a>, <a href=\"https://github.com/elementor/elementor/issues/9928\">#9928</a>)</li>\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown</li>\n</ul>\n<h4>2.8.1 - 2019-12-18</h4>\n<ul>\n<li>Fix: Share Buttons widget not working (<a href=\"https://github.com/elementor/elementor/issues/9920\">#9920</a>)</li>\n<li>Fix: Redundant <code>&lt;p&gt;</code> tags added to Single Template posts</li>\n</ul>\n<h4>2.8.0 - 2019-12-18</h4>\n<ul>\n<li>New: Table of Contents Widget (<a href=\"https://github.com/elementor/elementor/issues/5171\">#5171</a>)</li>\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\"https://github.com/elementor/elementor/issues/9578\">#9578</a>)</li>\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/9763\">#9763</a>)</li>\n<li>Tweak: Added Random order option to Gallery widget (<a href=\"https://github.com/elementor/elementor/issues/9269\">#9269</a>)</li>\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\"https://github.com/elementor/elementor/issues/9578\">#9578</a>)</li>\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\"https://github.com/elementor/elementor/issues/9324\">#9324</a>)</li>\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\"https://github.com/elementor/elementor/issues/9579\">#9579</a>)</li>\n<li>Tweak: Major performance improvements to Gallery widget</li>\n<li>Tweak: Avoid non-existing images in Gallery widget</li>\n<li>Tweak: Added <code>tabindex</code>, <code>aria-expanded</code>, <code>aria-hidden</code> and <code>role=\"navigation\"</code> accessibility attributes to Nav Menu widget</li>\n<li>Tweak: Changed button HTML tag from <code>button</code> to <code>span</code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility</li>\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget</li>\n<li>Tweak: Added compatibility for Library Connect</li>\n<li>Tweak: Added i18n to Toolset date dynamic tag</li>\n<li>Tweak: Added external link support to Gallery widget</li>\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()</code> in Gallery widget</li>\n<li>Tweak: Updated references to the new Schemes system location</li>\n<li>Tweak: Avoid running Gallery handler when the gallery is empty</li>\n<li>Tweak: UI Tweaks in Editor Panel</li>\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget</li>\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget</li>\n<li>Tweak: Refactor <code>register_controls()</code> method in Posts widget skin trait</li>\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\"https://github.com/elementor/elementor/issues/7646\">#7646</a>)</li>\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\"https://github.com/elementor/elementor/issues/9304\">#9304</a>)</li>\n<li>Fix: <code>PHP Notice: Undefined index</code> display for Author query (<a href=\"https://github.com/elementor/elementor/issues/9864\">#9864</a>)</li>\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\"https://wordpress.org/support/topic/broken-buttons-since-elementor-2-8/\">Topic</a>)</li>\n<li>Fix: Avoid empty spaces in Post info widget</li>\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget</li>\n<li>Fix: Nav Menu item typography selector in Nav Menu widget</li>\n<li>Fix: Facebook Like Button widget causes flickering</li>\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain</code> permalinks format</li>\n<li>Fix: Avoid running Popup triggers when set without conditions</li>\n<li>Fix: Removed &quot;Date&quot; query from Products widget</li>\n<li>Fix: Slides widget when used as a Shortcode and is hidden</li>\n<li>Fix: Custom URL being accessed on swipe in Media Carousel</li>\n<li>Fix: Media Carousel widget Cube effect glitch</li>\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page</li>\n<li>Fix: Image <code>alt</code> Text not displayed on overlay in Gallery widget</li>\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin</li>\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable</code></li>\n<li>Fix: Slides widget button wrapping breaks in mobile view</li>\n<li>Fix: Dynamic capabilities with the Reviews widget</li>\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget</li>\n<li>Fix: Posts widget Full Content skin not working on Single template</li>\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen</li>\n<li>Fix: Posts widget alignment issue</li>\n<li>Fix: Product Variations Clear button not working in edge cases</li>\n<li>Fix: Styling issues in Form widget submit button</li>\n</ul>\n<h4>2.7.3 - 2019-10-28</h4>\n<ul>\n<li>Tweak: Added RTL support to Galleries widget (<a href=\"https://github.com/elementor/elementor/issues/9213\">#9213</a>)</li>\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3</li>\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget</li>\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets</li>\n<li>Fix: Link-actions conflict with <code>?action=</code> parameter in the URL</li>\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode</li>\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets</li>\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www</code></li>\n</ul>\n<h4>2.7.2 - 2019-10-06</h4>\n<ul>\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9209\">#9209</a>)</li>\n<li>Fix: Content width glitch in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display</code> CSS</li>\n</ul>\n<h4>2.7.1 - 2019-09-26</h4>\n<ul>\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/9180\">#9180</a>)</li>\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery</li>\n</ul>\n<h4>2.7.0 - 2019-09-24</h4>\n<ul>\n<li>New: Enhanced Galleries widget (<a href=\"https://github.com/elementor/elementor/issues/1898\">#1898</a>, <a href=\"https://github.com/elementor/elementor/issues/3103\">#3103</a>, <a href=\"https://github.com/elementor/elementor/issues/4279\">#4279</a>, <a href=\"https://github.com/elementor/elementor/issues/7631\">#7631</a>)</li>\n<li>New: Dynamic Number (<a href=\"https://github.com/elementor/elementor/issues/5952\">#5952</a>)</li>\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\"https://github.com/elementor/elementor/issues/4617\">#4617</a>)</li>\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets</li>\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\"https://github.com/elementor/elementor/issues/5418\">#5418</a>)</li>\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\"https://github.com/elementor/elementor/issues/7947\">#7947</a>, <a href=\"https://github.com/elementor/elementor/issues/8740\">#8740</a>)</li>\n<li>Tweak: Added <code>font-display</code> support to custom fonts (<a href=\"https://github.com/elementor/elementor/issues/5993\">#5993</a>, <a href=\"https://developers.elementor.com/elementor-pro-2-7-custom-fonts-font-display-support/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\"https://github.com/elementor/elementor/issues/8800\">#8800</a>)</li>\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\"https://github.com/elementor/elementor/issues/8799\">#8799</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\"https://github.com/elementor/elementor/issues/9030\">#9030</a>)</li>\n<li>Tweak: Use <code>swiper.js</code> instead of <code>slick.js</code> in Slides widget (<a href=\"https://developers.elementor.com/elementor-2-7-moving-sliders-from-slick-to-swiper/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/before_input</code> action hook to Search Form widget (<a href=\"https://github.com/elementor/elementor/issues/5598\">#5598</a>)</li>\n<li>Tweak: Added <code>elementor_pro/search_form/after_input</code> action hook to Search Form widget (<a href=\"https://github.com/elementor/elementor/issues/5598\">#5598</a>)</li>\n<li>Tweak: Added dynamic support for Custom field key (<a href=\"https://github.com/elementor/elementor/issues/7789\">#7789</a>)</li>\n<li>Tweak: Increased expired license notice bar frequency</li>\n<li>Tweak: Changed the icon name of Slides widget</li>\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts</li>\n<li>Tweak: Use Ken Burns Effect as an external module</li>\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets</li>\n<li>Tweak: Editor Panel UI tweaks</li>\n<li>Tweak: Added DOM events on Popup show/hide (<a href=\"https://developers.elementor.com/elementor-pro-2-7-popup-events/\">Developers Blog Post</a>)</li>\n<li>Tweak: Added option to change the variations field width in Add to Cart widget</li>\n<li>Tweak: Use select control instead of select2 in Menu Cart widget</li>\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget</li>\n<li>Tweak: Added Typography controls to HTML field in Forms widget</li>\n<li>Tweak: Allow edit selected Font file in Custom Font</li>\n<li>Tweak: Changed reCAPTCHA v3 error message</li>\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu</li>\n<li>Fix: Corrected selector for <code>removeControlSpinner()</code> (<a href=\"https://github.com/elementor/elementor/issues/8790\">#8790</a>)</li>\n<li>Fix: Slides widget navigation icons misplacement (<a href=\"https://github.com/elementor/elementor/issues/8533\">#8533</a>)</li>\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\"https://github.com/elementor/elementor/issues/8527\">#8527</a>)</li>\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\"https://github.com/elementor/elementor/issues/6726\">#6726</a>)</li>\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\"https://github.com/elementor/elementor/issues/1671\">#1671</a>)</li>\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\"https://github.com/elementor/elementor/issues/7347\">#7347</a>)</li>\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs</li>\n<li>Fix: Removed unnecessary divider in Call to Action widget</li>\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity</code> is enabled.</li>\n<li>Fix: Add support for Document/PageBase in Theme Builder (Core &gt;=2.7.0)</li>\n<li>Fix: Ampersand character breaks email link in Share Buttons widget</li>\n<li>Fix: Correct custom font attachment <code>mime-type</code> to show uploaded Custom Fonts</li>\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget</li>\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated</li>\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving</li>\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen</li>\n<li>Fix: Translations and Strings in Share Buttons widget</li>\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control</li>\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget</li>\n</ul>\n<h4>2.6.5 - 2019-08-26</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Button style not working when <code>quantity</code> is enabled in Custom Add To Cart widget</li>\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget</li>\n</ul>\n<h4>2.6.4 - 2019-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7</li>\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility</li>\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget</li>\n</ul>\n<h4>2.6.3 - 2019-08-18</h4>\n<ul>\n<li>Fix: Core version rollback to <code>&gt;2.6.0</code> causes a fatal error</li>\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox</li>\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge</li>\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings</li>\n</ul>\n<h4>2.6.2 - 2019-07-30</h4>\n<ul>\n<li>Tweak: Better accessibility support in Search Form widget</li>\n<li>Fix: UI glitched in Popup publish screen (<a href=\"https://github.com/elementor/elementor/issues/8616\">#8616</a>)</li>\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\"https://github.com/elementor/elementor/issues/8695\">#8695</a>)</li>\n<li>Fix: Restored <code>library_widget_templates</code> action hook for 3rd party compatibility (<a href=\"https://github.com/elementor/elementor/issues/8687\">#8687</a>)</li>\n<li>Fix: Twitter Icon missing in Blockquote widget</li>\n<li>Fix: Form reCAPTCHA v3 badge position not working</li>\n<li>Fix: Renewal notice bar appears in wrong situations</li>\n<li>Fix: Draft Icon Set loads empty Icon Library</li>\n</ul>\n<h4>2.6.1 - 2019-07-24</h4>\n<ul>\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\"https://github.com/elementor/elementor/issues/8672\">#8672</a>, <a href=\"https://github.com/elementor/elementor/issues/8661\">#8661</a>)</li>\n<li>Fix: Price Table features section not working (<a href=\"https://github.com/elementor/elementor/issues/8660\">#8660</a>)</li>\n</ul>\n<h4>2.6.0 - 2019-07-23</h4>\n<ul>\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\"https://github.com/elementor/elementor/issues/110\">#110</a>)</li>\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\"https://github.com/elementor/elementor/issues/4430\">#4430</a>)</li>\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\"https://github.com/elementor/elementor/issues/8213\">#8213</a>, <a href=\"https://github.com/elementor/elementor/issues/6039\">#6039</a>, <a href=\"https://github.com/elementor/elementor/issues/7165\">#7165</a>)</li>\n<li>Tweak: Added Exit Animation for Popups (<a href=\"https://github.com/elementor/elementor/issues/7063\">#7063</a>)</li>\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\"https://github.com/elementor/elementor/issues/5147\">#5147</a>)</li>\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\"https://github.com/elementor/elementor/issues/2180\">#2180</a>)</li>\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\"https://github.com/elementor/elementor/issues/7552\">#7552</a>)</li>\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\"https://github.com/elementor/elementor/issues/7928\">#7928</a>)</li>\n<li>Tweak: Added <code>none</code> breakpoint option to Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/7916\">#7916</a>)</li>\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\"https://github.com/elementor/elementor/issues/8366\">#8366</a>)</li>\n<li>Tweak: Added <code>elementor/query/query_results</code> hook to Query Control to allow full control over results (<a href=\"https://github.com/elementor/elementor/issues/7912\">#7912</a>)</li>\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/8090\">#8090</a>)</li>\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups</code> option is selected (<a href=\"https://github.com/elementor/elementor/issues/8189\">#8189</a>)</li>\n<li>Tweak: Added condition option to all of archive child pages (<a href=\"https://github.com/elementor/elementor/issues/8256\">#8256</a>)</li>\n<li>Tweak: Added <code>Effects Relative To</code> control to Scrolling Effects</li>\n<li>Tweak: Allow shortcodes in HTML Form field</li>\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability</li>\n<li>Tweak: Changed MailChimp <code>List</code> label to <code>Audience</code></li>\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup</li>\n<li>Tweak: Added <code>Deprecated Notice</code> control to <code>Archive Products</code> and <code>Woo Products</code> widgets</li>\n<li>Tweak: Added default dynamic title for archives in Theme Builder</li>\n<li>Tweak: Added condition to show <code>Centered Slides</code> control in Media Carousel widget</li>\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated</li>\n<li>Tweak: Replaced <code>select</code> control with <code>choose</code> control in Price List widget</li>\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor</li>\n<li>Tweak: Minor styling tweaks in the Popup publish modal</li>\n<li>Tweak: Hide ordering form in Products widget on front page</li>\n<li>Tweak: Removed page title markup when \'Hide Title\' is active</li>\n<li>Tweak: Added style controls for HTML field in Form widget</li>\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\"https://github.com/elementor/elementor/issues/7240\">#7240</a>)</li>\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\"https://github.com/elementor/elementor/issues/7884\">#7884</a>)</li>\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/8497\">#8497</a>)</li>\n<li>Fix: Missing Print icon in Share Buttons (<a href=\"https://github.com/elementor/elementor/issues/8506\">#8506</a>)</li>\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad</li>\n<li>Deprecated: <code>DB::save_editor()</code> - Remove usage of this method (<a href=\"https://developers.elementor.com/v2-6-0-planned-deprecations/\">Deprecation Post</a>)</li>\n<li>Deprecated: <code>DB::get_plain_editor()</code> - Remove usage of this method (<a href=\"https://developers.elementor.com/v2-6-0-planned-deprecations/\">Deprecation Post</a>)</li>\n</ul>\n<h4>2.5.14 - 2019-07-14</h4>\n<ul>\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\"https://github.com/elementor/elementor/issues/8555\">#8555</a>)</li>\n</ul>\n<h4>2.5.13 - 2019-07-11</h4>\n<ul>\n<li>Fix: Better WC grid support to various themes</li>\n</ul>\n<h4>2.5.12 - 2019-07-10</h4>\n<ul>\n<li>Fix: Grid for WooCommerce Archive Product widget</li>\n<li>Fix: Remove redundant <code>whitespace</code> CSS property causes style glitch in iPad</li>\n<li>Tweak: Added more compatibility for Elementor v2.6</li>\n</ul>\n<h4>2.5.11 - 2019-07-02</h4>\n<ul>\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/8460\">#8460</a>)</li>\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\"https://github.com/elementor/elementor/issues/8461\">#8461</a>)</li>\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\"https://github.com/elementor/elementor/issues/8396\">#8396</a>)</li>\n<li>Fix: Missing dropdown icon in conditions screen</li>\n</ul>\n<h4>2.5.10 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6</li>\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\"https://github.com/elementor/elementor/issues/8261\">#8261</a>)</li>\n<li>Fix: Do not unset <code>product</code> CPT if it\'s not from WooCommerce (<a href=\"https://github.com/elementor/elementor/issues/8160\">#8160</a>)</li>\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\"https://github.com/elementor/elementor/issues/8285\">#8285</a>)</li>\n<li>Fix: Title styling not working in Products Categories widget</li>\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser</li>\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition</li>\n</ul>\n<h4>2.5.9 - 2019-05-28</h4>\n<ul>\n<li>Tweak: Removed <code>auto-confirm</code> control from MailPoet to support new version of MailPoet</li>\n<li>Fix: Multiple Custom Fonts not rendered in the editor</li>\n<li>Fix: Products <code>sale</code> query - handle exclude by manual selection.</li>\n<li>Fix: Product Categories grid row &amp; column style</li>\n<li>Fix: Form integration AJAX cache override</li>\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates</li>\n</ul>\n<h4>2.5.8 - 2019-05-06</h4>\n<ul>\n<li>Fix: Popup entrance animation not working in frontend</li>\n<li>Fix: Popup Exit Intent trigger activated multiple times</li>\n</ul>\n<h4>2.5.7 - 2019-05-05</h4>\n<ul>\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\"https://github.com/elementor/elementor/issues/7875\">#7875</a>)</li>\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\"https://github.com/elementor/elementor/issues/7824\">#7824</a>)</li>\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\"https://github.com/elementor/elementor/issues/7395\">#7395</a>)</li>\n<li>Fix: WC variations select style glitch in several themes (<a href=\"https://github.com/elementor/elementor/issues/8008\">#8008</a>)</li>\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases</li>\n</ul>\n<h4>2.5.6 - 2019-04-29</h4>\n<ul>\n<li>Tweak: Removed <code>Shortcode</code> dynamic from Image, Gallery and Media control</li>\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\"https://github.com/elementor/elementor/issues/7809\">#7809</a>)</li>\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control</li>\n<li>Fix: Query Control Related by author glitches in edge cases</li>\n<li>Fix: Query Control using terms for Products widget</li>\n<li>Fix: Posts cards style glitch in small screens</li>\n<li>Fix: Display conditions delete icon missing in small screens</li>\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor</li>\n</ul>\n<h4>2.5.5 - 2019-04-08</h4>\n<ul>\n<li>Tweak: Allow text selection inside a Popup</li>\n<li>Fix: Added backwards compatibility for <code>tax_query</code> in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7751\">#7751</a>)</li>\n<li>Fix: Missing arguments for <code>widget_title</code> filter (<a href=\"https://github.com/elementor/elementor/issues/7745\">#7745</a>)</li>\n</ul>\n<h4>2.5.4 - 2019-04-03</h4>\n<ul>\n<li>Fix: Move Query from using <code>term_id</code> to <code>term_taxonomy_id</code> (<a href=\"https://github.com/elementor/elementor/issues/7653\">#7653</a>)</li>\n<li>Fix: Offset manipulation hook removal in Query control</li>\n<li>Fix: Missing form field <code>ID</code> in some edge cases (<a href=\"https://github.com/elementor/elementor/issues/7711\">#7711</a>, <a href=\"https://github.com/elementor/elementor/issues/7660\">#7660</a>)</li>\n</ul>\n<h4>2.5.3 - 2019-03-31</h4>\n<ul>\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\"https://github.com/elementor/elementor/issues/7673\">#7673</a>)</li>\n<li>Fix: Missing form field names (<a href=\"https://github.com/elementor/elementor/issues/7651\">#7651</a>)</li>\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7633\">#7633</a>)</li>\n<li>Fix: <code>products_deprecated</code> Query Control module compatibility (<a href=\"https://github.com/elementor/elementor/issues/7654\">#7654</a>)</li>\n<li>Fix: Changed query method from <code>term_id</code> to <code>term_taxonomy_id</code> (<a href=\"https://github.com/elementor/elementor/issues/7653\">#7653</a>)</li>\n</ul>\n<h4>2.5.2 - 2019-03-27</h4>\n<ul>\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\"https://github.com/elementor/elementor/issues/7632\">#7632</a>)</li>\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7635\">#7635</a>)</li>\n<li>Fix: Manual Selection option not working in Query Control (<a href=\"https://github.com/elementor/elementor/issues/7634\">#7634</a>)</li>\n<li>Fix: Incorrect condition caused handlers issues inside popup</li>\n</ul>\n<h4>2.5.1 - 2019-03-26</h4>\n<ul>\n<li>Fix: Query Control invalid call to deprecated action (<a href=\"https://github.com/elementor/elementor/issues/7619\">#7619</a>)</li>\n<li>Tweak: Renamed action hook from <code>elementor_pro/{$widget_name}/query/{$query_id}</code> to <code>elementor/query/{$query_id}</code></li>\n<li>Tweak: Renamed filter hook from <code>elementor_pro/query_control/get_query_args/current_query</code> to <code>elementor/query/get_query_args/current_query</code></li>\n</ul>\n<h4>2.5.0 - 2019-03-26</h4>\n<ul>\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\"https://github.com/elementor/elementor/issues/72\">#72</a>)</li>\n<li>New: Introducing Related Posts for Query Control (<a href=\"https://github.com/elementor/elementor/issues/7306\">#7306</a>, <a href=\"https://github.com/elementor/elementor/issues/7490\">#7490</a>)</li>\n<li>New: Introducing Date query for Query Control</li>\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\"https://github.com/elementor/elementor/issues/2501\">#2501</a>)</li>\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\"https://github.com/elementor/elementor/issues/6871\">#6871</a>, <a href=\"https://github.com/elementor/elementor/issues/6876\">#6876</a>, <a href=\"https://github.com/elementor/elementor/issues/7258\">#7258</a>)</li>\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule</li>\n<li>Tweak: Added full border radius control options inside Popup</li>\n<li>Tweak: Changed exit intent icon in Popups</li>\n<li>Tweak: Show only one popup in its own preview</li>\n<li>Tweak: Added responsive support to Popup entrance animation control</li>\n<li>Tweak: Conditions - Singular <code>All Pages</code> string changed to <code>Pages</code></li>\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\"https://github.com/elementor/elementor/issues/7000\">#7000</a>)</li>\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\"https://github.com/elementor/elementor/issues/7258\">#7258</a>)</li>\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\"https://github.com/elementor/elementor/issues/6779\">#6779</a>)</li>\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\"https://github.com/elementor/elementor/issues/6986\">#6986</a>)</li>\n<li>Tweak: Decrease <code>z-index</code> for Nav Menu (<a href=\"https://github.com/elementor/elementor/issues/6869\">#6869</a>)</li>\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;</li>\n<li>Tweak: Use filter <code>get_meta_viewport</code> for header templates (<a href=\"https://github.com/elementor/elementor/issues/7043\">#7043</a>)</li>\n<li>Tweak: use filterable <code>Util::get_public_post_types()</code> in Theme Builder (<a href=\"https://github.com/elementor/elementor/issues/7172\">#7172</a>)</li>\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\"https://github.com/elementor/elementor/issues/7443\">#7443</a>)</li>\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\"https://github.com/elementor/elementor/issues/6913\">#6913</a>)</li>\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling</li>\n<li>Fix: Custom ID reset to default when dragging repeater</li>\n<li>Fix: Conflict between archive-products widget and WC customizer</li>\n<li>Fix: Add to Cart widget <code>spacing</code> and <code>space-between</code></li>\n<li>Fix: Library view when creating a new Header or Footer</li>\n<li>Fix: Post types labels missing on Add New Template modal</li>\n</ul>\n<h4>2.4.8 - 2019-03-11</h4>\n<ul>\n<li>Fix: Missing query section in Products widget</li>\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases</li>\n</ul>\n<h4>2.4.7 - 2019-03-06</h4>\n<ul>\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+</li>\n</ul>\n<h4>2.4.6 - 2019-03-04</h4>\n<ul>\n<li>Fix: Pods gallery dynamic when empty (<a href=\"https://github.com/elementor/elementor/issues/7127\">#7127</a>)</li>\n<li>Fix: Duplicate call for conditions screen issue</li>\n<li>Fix: Compatibility with Elementor v2.5.0</li>\n</ul>\n<h4>2.4.5 - 2019-02-18</h4>\n<ul>\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\"https://github.com/elementor/elementor/issues/7058\">#7058</a>)</li>\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\"https://github.com/elementor/elementor/issues/7083\">#7083</a>)</li>\n<li>Fix: Show popup preview only on it\'s own preview</li>\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases</li>\n</ul>\n<h4>2.4.4 - 2019-02-11</h4>\n<ul>\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\"https://github.com/elementor/elementor/issues/6690\">#6690</a>)</li>\n<li>Tweak: Changed the term of <code>All Posts</code> condition to <code>Posts</code></li>\n<li>Fix: Added <code>&lt;IfModule&gt;</code> to avoid 500 error when <code>mod-headers</code> is missing (<a href=\"https://github.com/elementor/elementor/issues/7034\">#7034</a>)</li>\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\"https://github.com/elementor/elementor/issues/6856\">#6856</a>)</li>\n<li>Fix: <code>Textarea</code> default value in Forms Widget (<a href=\"https://github.com/elementor/elementor/issues/6934\">#6934</a>)</li>\n<li>Fix: MailPoet latest version caused fatal error (<a href=\"https://github.com/elementor/elementor/issues/6996\">#6996</a>)</li>\n<li>Fix: Fatal Error caused by calling MailPoet deleted method</li>\n<li>Notice: MailPoet <code>Auto Confirm</code> option will now default to &quot;On&quot;</li>\n</ul>\n<h4>2.4.3 - 2019-01-30</h4>\n<ul>\n<li>Fix: Custom Add to Cart widget responsive alignment settings</li>\n<li>Fix: Links in Post Info widget</li>\n<li>Fix: WooCommerce <code>View Cart</code> string translate</li>\n<li>Fix: Wrapper classes for header/footer templates (<a href=\"https://github.com/elementor/elementor/issues/6884\">#6884</a>)</li>\n</ul>\n<h4>2.4.2 - 2019-01-25</h4>\n<ul>\n<li>Tweak: Added pixel units to Close Button position control in Popups</li>\n<li>Fix: Exclude error in WC Products widget</li>\n</ul>\n<h4>2.4.1 - 2019-01-24</h4>\n<ul>\n<li>Tweak: Added CSS classes control to Popup (<a href=\"https://github.com/elementor/elementor/issues/6826\">#6826</a>)</li>\n<li>Tweak: Added responsive image size to Testimonial Carousel widget</li>\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\"https://github.com/elementor/elementor/issues/6842\">#6842</a>)</li>\n<li>Fix: Support of exclude-ids in WC Products widget</li>\n<li>Fix: Popup close button not clickable</li>\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\"https://github.com/elementor/elementor/issues/6749\">#6749</a>)</li>\n<li>Fix: Bad anchors breaks the page JS</li>\n<li>Fix: Popup overlay shown when turned off</li>\n</ul>\n<h4>2.4.0 - 2019-01-21</h4>\n<ul>\n<li>New: Introducing Popup Builder (<a href=\"https://github.com/elementor/elementor/issues/628\">#628</a>)</li>\n<li>New: Added <code>Popup</code> Dynamic Tag</li>\n<li>New: Added <code>Popup</code> forms action after submit</li>\n<li>New: Added User Info dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/6322\">#6322</a>)</li>\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message</li>\n<li>Tweak: Added <code>elementor_pro/theme_builder/archive/escape_nothing_found_message</code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\"https://github.com/elementor/elementor/issues/6053\">#6053</a>)</li>\n<li>Tweak: Added <code>add_doc_to_location</code> method to Allow insertion of a document to a location</li>\n<li>Fix: <code>z-index</code> issue with CTA widget (<a href=\"https://github.com/elementor/elementor/issues/6486\">#6486</a>)</li>\n<li>Fix: Hide the Post Content widget and show it only in a Single document</li>\n<li>Fix: <code>selector</code> replacement in Custom CSS</li>\n<li>Fix: Apply <code>the_content</code> on the real content only</li>\n<li>Fix: CSS for WC products selector (<a href=\"https://github.com/elementor/elementor/issues/6559\">#6559</a>)</li>\n<li>Fix: Odnoklassniki share URL (<a href=\"https://github.com/elementor/elementor/issues/6638\">#6638</a>)</li>\n<li>Fix: Custom link new tab in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/5766\">#5766</a>)</li>\n<li>Fix: <code>nofollow</code> link in Flip Box &amp; CTA widgets</li>\n<li>Fix: Post Terms in Post Info widget</li>\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\"https://github.com/elementor/elementor/issues/5386\">#5386</a>)</li>\n<li>Fix: Accessibility labels in Reviews widget (<a href=\"https://github.com/elementor/elementor/issues/6630\">#6630</a>)</li>\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active</li>\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget</li>\n<li>Fix: Sub-menu arrow position in Nav Menu widget</li>\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\"https://github.com/elementor/elementor/issues/6648\">#6648</a>)</li>\n</ul>\n<h4>2.3.1 - 2018-12-19</h4>\n<ul>\n<li>Fix: Template widget search functionality (<a href=\"https://github.com/elementor/elementor/issues/6473\">#6473</a>)</li>\n<li>Fix: Apply <code>the_content</code> filter to post content in theme builder</li>\n</ul>\n<h4>2.3.0 - 2018-12-17</h4>\n<ul>\n<li>New: Introducing Discord Integration for Forms (<a href=\"https://github.com/elementor/elementor/issues/4218\">#4218</a>)</li>\n<li>New: Introducing Slack Integration for Forms</li>\n<li>New: Introducing MailerLite Integration for Forms (<a href=\"https://github.com/elementor/elementor/issues/4462\">#4462</a>)</li>\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account</li>\n<li>Tweak: Added <code>elementor_pro/utils/get_public_post_types</code> filter hook (<a href=\"https://github.com/elementor/elementor/issues/5900\">#5900</a>)</li>\n<li>Tweak: Added <code>loop_start</code> &amp; <code>the_content</code> hooks for Post Content (<a href=\"https://github.com/elementor/elementor/issues/6173\">#6173</a>)</li>\n<li>Tweak: Removed Custom Attributes from Page Settings</li>\n<li>Tweak: Always add the Custom CSS control to the Advanced tab</li>\n<li>Fix: In sub Term condition false positive in edge cases</li>\n<li>Fix: ToolSet Dynamic Image fallback</li>\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget</li>\n<li>Fix: Style glitch in the Conditions screen in Safari browser</li>\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\"https://github.com/elementor/elementor/issues/6080\">#6080</a>)</li>\n<li>Fix: The color of label won\'t change color in Widget login</li>\n</ul>\n<h4>2.2.5 - 2018-12-11</h4>\n<ul>\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.</li>\n<li>Tweak: Added a better identifier for subpages (<a href=\"https://github.com/elementor/elementor/issues/6362\">#6362</a>)</li>\n<li>Tweak: Removed Custom Attributes from page settings</li>\n<li>Fix: Yahoo event URL date issue (<a href=\"https://github.com/elementor/elementor/issues/6354\">#6354</a>)</li>\n<li>Fix: Allow timezone settings in Google event URL (<a href=\"https://github.com/elementor/elementor/issues/6354\">#6354</a>)</li>\n<li>Fix: Avoid <code>z-index</code> changes by <code>nanocss</code> in build process</li>\n<li>Fix: Added missing WC upsells products CSS</li>\n<li>Fix: Nav Menu dropdown losing color on hover</li>\n<li>Fix: WC Product Add-ons CSS compatibility</li>\n</ul>\n<h4>2.2.4 - 2018-12-04</h4>\n<ul>\n<li>Fix: Global widget not saving changes (<a href=\"https://github.com/elementor/elementor/issues/6340\">#6340</a>)</li>\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\"https://github.com/elementor/elementor/issues/6334\">#6334</a>)</li>\n<li>Fix: Forms Redirect URL action when using form field values with spaces</li>\n</ul>\n<h4>2.2.3 - 2018-11-29</h4>\n<ul>\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\"https://github.com/elementor/elementor/issues/6271\">#6271</a>)</li>\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu</li>\n<li>Fix: Show only supported templates in Template widget</li>\n<li>Fix: Revert conflicting fix for a default order for WC archive</li>\n</ul>\n<h4>2.2.2 - 2018-11-28</h4>\n<ul>\n<li>Fix: Lightbox dynamic tag crashes the editor</li>\n</ul>\n<h4>2.2.1 - 2018-11-28</h4>\n<ul>\n<li>New: Added <code>ACF File</code> Dynamic tag to support text controls.</li>\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\"https://github.com/elementor/elementor/issues/6223\">#6223</a>)</li>\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags</li>\n<li>Tweak: Added filter <code>elementor_pro/dynamic_tags/shortcode/should_escape</code> to avoid escaping in Shortcode dynamic tag</li>\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists</li>\n<li>Tweak: Added front-end max file size validation for upload fields</li>\n<li>Tweak: Added <code>by-author</code> per Post-Type condition for theme builder</li>\n<li>Fix: Template widget panel not showing the selected template (<a href=\"https://github.com/elementor/elementor/issues/6271\">#6271</a>)</li>\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag</li>\n<li>Fix: Add post classes only for the Single template</li>\n<li>Fix: Set document type as not editable for unsupported document like Global widget</li>\n<li>Fix: Avoid duplicate query for current WC product query</li>\n<li>Fix: Product Archive showing oldest products instead of latest</li>\n<li>Fix: CSS reset in Posts widget using cards skin</li>\n</ul>\n<h4>2.2.0 - 2018-11-19</h4>\n<ul>\n<li>New: Introducing Custom Attributes (<a href=\"https://github.com/elementor/elementor/issues/290\">#290</a>, <a href=\"https://github.com/elementor/elementor/issues/3990\">#3990</a>)</li>\n<li>New: Added evergreen option for Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/4459\">#4459</a>)</li>\n<li>New: Added expire actions option for Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/5242\">#5242</a>)</li>\n<li>New: Introducing Reviews widget (<a href=\"https://github.com/elementor/elementor/issues/3854\">#3854</a>)</li>\n<li>New: Introducing Sitemap widget (<a href=\"https://github.com/elementor/elementor/issues/5594\">#5594</a>)</li>\n<li>New: Added Request Parameter dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/4934\">#4934</a>)</li>\n<li>New: Added Shortcode dynamic tag</li>\n<li>New: Added Image and Video Lightbox dynamic tag</li>\n<li>New: Added Contact URL dynamic tag</li>\n<li>New: Added Featured Image Data dynamic tag</li>\n<li>New: Added default value to each field in the Form widget (<a href=\"https://github.com/elementor/elementor/issues/4268\">#4268</a>)</li>\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\"https://github.com/elementor/elementor/issues/5321\">#5321</a>)</li>\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\"https://github.com/elementor/elementor/issues/5587\">#5587</a>)</li>\n<li>Tweak: Added Form Redirect URL with form values (<a href=\"https://github.com/elementor/elementor/issues/2564\">#2564</a>)</li>\n<li>Tweak: Added default post classes to template wrapper (<a href=\"https://github.com/elementor/elementor/issues/5959\">#5959</a>)</li>\n<li>Tweak: Better labels for terms in Query control (<a href=\"https://github.com/elementor/elementor/issues/6092\">#6092</a>)</li>\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;</li>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/condition_sub_id</code> filter hook to allow template condition translations</li>\n<li>Tweak: Load the Template Library widget via Ajax for better performance</li>\n<li>Tweak: Added 404 page title for Page Title dynamic tag</li>\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\"https://github.com/elementor/elementor/issues/6141\">#6141</a>)</li>\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/5790\">#5790</a>)</li>\n<li>Fix: Avoid potential security risk in forms</li>\n<li>Fix: Template By Author condition conflicts with 404 page</li>\n<li>Fix: Restored WC Product Content widget in Single Product template</li>\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages</li>\n<li>Fix: Highlight active menu anchor items only when scrolled into view</li>\n<li>Fix: Carousel Pagination Progress style to support new Swiper version</li>\n</ul>\n<h4>2.1.13 - 2018-11-12</h4>\n<ul>\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0</li>\n<li>Fix: Settings conflict when there are multiple carousels in the page</li>\n</ul>\n<h4>2.1.12 - 2018-11-05</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3</li>\n<li>Tweak: Better performance for Template Library widget</li>\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\"https://github.com/elementor/elementor/issues/6029\">#6029</a>)</li>\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\"https://github.com/elementor/elementor/issues/6001\">#6001</a>)</li>\n<li>Fix: Custom CSS printed twice in the front-end</li>\n<li>Fix: ACF Image field PHP warning (<a href=\"https://github.com/elementor/elementor/issues/6051\">#6051</a>)</li>\n</ul>\n<h4>2.1.11 - 2018-10-22</h4>\n<ul>\n<li>New: Added ACF local fields compatibility</li>\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration</li>\n<li>Fix: Exclude <code>is_embed</code> from Singular condition (<a href=\"https://github.com/elementor/elementor/issues/5915\">#5915</a>)</li>\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons</li>\n<li>Fix: Current date time dynamic tag now shows local time</li>\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink</li>\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration</li>\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF</li>\n<li>Fix: Respect password protected for a WC single product template</li>\n<li>Fix: Respect <code>order</code> settings for WC archive also without pagination</li>\n</ul>\n<h4>2.1.10 - 2018-10-09</h4>\n<ul>\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/5821\">#5821</a>)</li>\n<li>Tweak: Added link control to Animated Headline widget</li>\n<li>Fix: Mobile nav menu jump on RTL (<a href=\"https://github.com/elementor/elementor/issues/5711\">#5711</a>)</li>\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\"https://github.com/elementor/elementor/issues/5830\">#5830</a>)</li>\n<li>Fix: Added IE compatibility for Animated Headline widget</li>\n<li>Fix: Post Content widget is now shown only on <code>Single</code> templates</li>\n<li>Fix: Query Control Pagination with offset</li>\n</ul>\n<h4>2.1.9 - 2018-09-17</h4>\n<ul>\n<li>Tweak: Added Centered Slides option for Slideshow carousel</li>\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\"https://github.com/elementor/elementor/issues/5091\">#5091</a>)</li>\n<li>Fix: ACF Gallery option support (<a href=\"https://github.com/elementor/elementor/issues/5344\">#5344</a>)</li>\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\"https://github.com/elementor/elementor/issues/5740\">#5740</a>)</li>\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\"https://github.com/elementor/elementor/issues/5689\">#5689</a>)</li>\n<li>Fix: Coverflow transition effect in Carousel</li>\n<li>Fix: Weird mobile behavior with Cube effect in Carousel</li>\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly</li>\n</ul>\n<h4>2.1.8 - 2018-09-12</h4>\n<ul>\n<li>Tweak: Added styling options for WC Additional Information widget</li>\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget</li>\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\"https://github.com/elementor/elementor/issues/5338\">#5338</a>)</li>\n<li>Fix: Layout of Related Product widget with WC native style</li>\n</ul>\n<h4>2.1.7 - 2018-09-03</h4>\n<ul>\n<li>New: WC Archive Description widget</li>\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\"https://github.com/elementor/elementor/issues/5555\">#5555</a>)</li>\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget</li>\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\"https://github.com/elementor/elementor/issues/5589\">#5589</a>)</li>\n<li>Tweak: Added more blend mode options for CTA widget</li>\n<li>Tweak: Improved plugin updater method based on WordPress version</li>\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets</li>\n<li>Fix: Added default gap for products pagination</li>\n<li>Fix: Post thumbnail flickering in Safari browser</li>\n<li>Fix: Close mobile nav menu on click only in full-width mode</li>\n<li>Fix: Added trailing slash to pagination links in Posts widget</li>\n</ul>\n<h4>2.1.6 - 2018-08-28</h4>\n<ul>\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\"https://github.com/elementor/elementor/issues/5117\">#5117</a>)</li>\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\"https://github.com/elementor/elementor/issues/5491\">#5491</a>)</li>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Tweak: Deprecated Follow option in the Facebook Button widget</li>\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)</li>\n<li>Fix: Posts widget CSS when using cards skin in masonry mode</li>\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\"https://github.com/elementor/elementor/issues/5344\">#5344</a>)</li>\n<li>Fix: WC product gallery links in RTL</li>\n<li>Fix: Dynamic tags in Call To Action widget</li>\n</ul>\n<h4>2.1.5 - 2018-08-21</h4>\n<ul>\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2</li>\n<li>Fix: Posts Widget layout theme compatibility</li>\n<li>Fix: Added compatibility for WooCommerce native style</li>\n</ul>\n<h4>2.1.4 - 2018-08-19</h4>\n<ul>\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\"https://github.com/elementor/elementor/issues/5442\">#5442</a>)</li>\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\"https://github.com/elementor/elementor/issues/5460\">#5460</a>)</li>\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget</li>\n<li>Fix: Selector specificity for WooCommerce Products widget</li>\n<li>Fix: WooCommerce conflicts in the editor in edge cases</li>\n</ul>\n<h4>2.1.3 - 2018-08-15</h4>\n<ul>\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\"https://github.com/elementor/elementor/issues/5350\">#5350</a>)</li>\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\"https://github.com/elementor/elementor/issues/5375\">#5375</a>)</li>\n<li>Fix: Added missing <code>setup_postdata</code> for Product Data Tabs widget</li>\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\"https://github.com/elementor/elementor/issues/5399\">#5399</a>)</li>\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\"https://github.com/elementor/elementor/issues/5254\">#5254</a>)</li>\n<li>Fix: Carousel behavior when using a single slide</li>\n</ul>\n<h4>2.1.2 - 2018-08-12</h4>\n<ul>\n<li>Fix: Error when ACF Pro is not installed (<a href=\"https://github.com/elementor/elementor/issues/5367\">#5367</a>)</li>\n<li>Fix: Edge cases in Inspector where document is a boolean</li>\n<li>Fix: Edge cases for incorrect file fields in PODS</li>\n</ul>\n<h4>2.1.1 - 2018-08-09</h4>\n<ul>\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\"https://github.com/elementor/elementor/issues/5345\">#5345</a>)</li>\n<li>Fix: Flip Box effect issues</li>\n<li>Fix: ACF Options page fields support (<a href=\"https://github.com/elementor/elementor/issues/5329\">#5329</a>)</li>\n<li>Fix: Import Pro templates in edge cases</li>\n</ul>\n<h4>2.1.0 - 2018-08-07</h4>\n<ul>\n<li>New: Introducing WooCommerce Builder (<a href=\"https://github.com/elementor/elementor/issues/1690\">#1690</a>)</li>\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive</li>\n<li>New: Introducing Cart Menu widget (<a href=\"https://github.com/elementor/elementor/issues/4220\">#4220</a>, <a href=\"https://github.com/elementor/elementor/issues/4600\">#4600</a>)</li>\n<li>New: Added integration with Toolset (<a href=\"https://github.com/elementor/elementor/issues/2949\">#2949</a>)</li>\n<li>New: Added integration with Pods (<a href=\"https://github.com/elementor/elementor/issues/4129\">#4129</a>)</li>\n<li>New: Added stick to bottom in scrolling effects (<a href=\"https://github.com/elementor/elementor/issues/4799\">#4799</a>)</li>\n<li>New: Added Scrolling Effect to Widgets under advanced tab</li>\n<li>New: Introducing Internal URL Dynamic Tag</li>\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4597\">#4597</a>)</li>\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\"https://github.com/elementor/elementor/issues/4447\">#4447</a>)</li>\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1878\">#1878</a>)</li>\n<li>Tweak: Add Custom Query hook for Query control (<a href=\"https://developers.elementor.com/custom-query-filter/\">More Info</a>) (<a href=\"https://github.com/elementor/elementor/issues/1748\">#1748</a>)</li>\n<li>Tweak: Added form-message style (<a href=\"https://github.com/elementor/elementor/issues/1180\">#1180</a>)</li>\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/4242\">#4242</a>)</li>\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\"https://github.com/elementor/elementor/issues/4767\">#4767</a>)</li>\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\"https://github.com/elementor/elementor/issues/4602\">#4602</a>)</li>\n<li>Tweak: Added an support for <code>label|value</code> in options field (<a href=\"https://github.com/elementor/elementor/issues/4594\">#4594</a>)</li>\n<li>Tweak: Added <code>by-author</code> condition for theme builder (<a href=\"https://github.com/elementor/elementor/issues/4681\">#4681</a>)</li>\n<li>Tweak: Added Activate/Deactivate license key via WP-CLI command (<a href=\"https://github.com/elementor/elementor/issues/4149\">#4149</a>)</li>\n<li>Tweak: Added <code>is_scroll</code> trigger to scrolling effect (<a href=\"https://github.com/elementor/elementor/issues/4340\">#4340</a>)</li>\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\"https://github.com/elementor/elementor/issues/4177\">#4177</a>)</li>\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\"https://github.com/elementor/elementor/issues/3697\">#3697</a>)</li>\n<li>Tweak: Added style options for Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1335\">#1335</a>)</li>\n<li>Tweak: Added button CSS ID for Forms widget</li>\n<li>Tweak: Added pixel units to Post-Info divider height control</li>\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs</li>\n<li>Tweak: Re-organize the panel categories per document type</li>\n<li>Tweak: Added ACF support for <code>options-page</code> fields</li>\n<li>Tweak: Added dynamic tag for Animated headlines</li>\n<li>Tweak: Added dynamic tag for BlockQuote widget</li>\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\"https://github.com/elementor/elementor/issues/4817\">#4817</a>)</li>\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\"https://github.com/elementor/elementor/issues/4324\">#4324</a>)</li>\n<li>Fix: Initial slide in Carousel widget</li>\n<li>Fix: Stay on current slide while editing in Carousel widget</li>\n<li>Fix: Default slides per device in Carousel widget</li>\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets</li>\n</ul>\n<h4>2.0.18 - 2018-07-27</h4>\n<ul>\n<li>Fix: Global widget error on saving page</li>\n</ul>\n<h4>2.0.17 - 2018-07-26</h4>\n<ul>\n<li>Fix: Sub menu indicator direction in Nav Menu widget</li>\n<li>Fix: Change the title and icon for Global Widget when is moving</li>\n<li>Fix: CSS wrapper selector for Page Document</li>\n</ul>\n<h4>2.0.16 - 2018-07-16</h4>\n<ul>\n<li>Tweak: CSS Filter Control module is now included in Elementor</li>\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0</code> (<a href=\"https://github.com/elementor/elementor/issues/5077\">#5077</a>)</li>\n<li>Fix: Restore current query after get Global Widget data</li>\n<li>Fix: Add action item in History on unlink Global widget</li>\n</ul>\n<h4>2.0.15 - 2018-07-10</h4>\n<ul>\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\"https://github.com/elementor/elementor/issues/4996\">#4996</a>)</li>\n<li>Fix: GMT offset in Countdown widget (<a href=\"https://github.com/elementor/elementor/issues/4997\">#4997</a>)</li>\n</ul>\n<h4>2.0.14 - 2018-07-08</h4>\n<ul>\n<li>Tweak: Added set method to form record for developers (<a href=\"https://github.com/elementor/elementor/issues/4983\">#4983</a>)</li>\n<li>Fix: Autoplay option for Carousels</li>\n<li>Fix: Close mobile menu on item click in the Nav Menu widget</li>\n</ul>\n<h4>2.0.13 - 2018-07-03</h4>\n<ul>\n<li>Tweak: Added compatibility for Elementor v2.1</li>\n</ul>\n<h4>2.0.12 - 2018-07-02</h4>\n<ul>\n<li>Fix: Global widget PHP notices</li>\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs</li>\n<li>Fix: Form select field send all selected values on multiple selection</li>\n<li>Fix: Validate time field only if it\'s not empty</li>\n<li>Fix: ConvertKit API not saving name field</li>\n</ul>\n<h4>2.0.11 - 2018-06-12</h4>\n<ul>\n<li>Fix: Theme Builder <code>author</code> archive condition (<a href=\"https://github.com/elementor/elementor/issues/4593\">#4593</a>)</li>\n<li>Fix: Respect password protected posts in Post Content widget</li>\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.</li>\n</ul>\n<h4>2.0.10 - 2018-06-05</h4>\n<ul>\n<li>Tweak: Added <code>elementor/theme/get_location_templates/template_id</code> filter hook for multi-language plugins</li>\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)</li>\n<li>Fix: Fields shortcode missing after removing a field in Form widget</li>\n<li>Deprecated: <code>get_theme_templates_by_location</code> is replaced by <code>get_location_templates</code></li>\n</ul>\n<h4>2.0.9 - 2018-05-28</h4>\n<ul>\n<li>Fix: Compatibility for PHP version 5.4</li>\n</ul>\n<h4>2.0.8 - 2018-05-28</h4>\n<ul>\n<li>Tweak: Added Active state for Nav Menu dropdown</li>\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget</li>\n<li>Tweak: Removed caption control in Site Logo widget</li>\n<li>Tweak: Added option to position currency symbol before/after In Price Table widget</li>\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\"https://github.com/elementor/elementor/issues/4479\">#4479</a>)</li>\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4342\">#4342</a>)</li>\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\"https://github.com/elementor/elementor/issues/4527\">#4527</a>)</li>\n<li>Fix: Avoid rendering a template if it\'s not published</li>\n<li>Fix: 404 Page style not working</li>\n<li>Fix: Price Table button with hover animation not working in editor</li>\n<li>Fix: Styling conflict in Call to Action widget</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Adding parent wrapper class to Site Title widget</li>\n</ul>\n<h4>2.0.7 - 2018-05-16</h4>\n<ul>\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;</li>\n<li>Fix: Open 404 template library for 404 page</li>\n<li>Tweak: Added CSS prefix for dev files</li>\n<li>Tweak: Removed product post type from display conditions</li>\n</ul>\n<h4>2.0.6 - 2018-05-15</h4>\n<ul>\n<li>Tweak: Set type on create new single template</li>\n<li>Tweak: Always show the conditions dialog in the Draft status</li>\n<li>Tweak: Added document type <code>widget</code></li>\n<li>Tweak: Added Post Custom Field tag to URL category</li>\n<li>Fix: When ACF Field Groups are Empty (<a href=\"https://github.com/elementor/elementor/issues/4428\">#4428</a>)</li>\n<li>Fix: Links inside carousel in edge cases</li>\n<li>Fix: Responsive issue in My Templates area</li>\n<li>Fix: Image alignment for post content with text alignment</li>\n<li>Fix: Post Content widget when preview post is missing</li>\n<li>Fix: Global Widget tab translation</li>\n<li>Fix: Style settings for Post / Archive Title widgets</li>\n</ul>\n<h4>2.0.5 - 2018-05-08</h4>\n<ul>\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\"https://github.com/elementor/elementor/issues/4203\">#4203</a>)</li>\n<li>Fix: Added support for new version of reCAPTCHA</li>\n<li>Fix: Added fallback for controls after <code>post_status</code></li>\n<li>Fix: Required field in forms widget</li>\n<li>Fix: Media Carousel in the Coverflow skin</li>\n<li>Fix: 404 Page show wrong template in edge cases</li>\n<li>Fix: Save the default menu in the Nav Menu widget</li>\n</ul>\n<h4>2.0.4 - 2018-05-02</h4>\n<ul>\n<li>Tweak: Added parent\'s class for extended widgets</li>\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions</li>\n<li>Tweak: Initialize global model when it\'s needed</li>\n<li>Tweak: Removed some duplicate strings</li>\n<li>Tweak: Query control now includes empty terms</li>\n<li>Tweak: Design polish for conditions dialog</li>\n<li>Tweak: Decreasing <code>minimumInputLength</code> to 1 of select2</li>\n<li>Fix: Editor not loading for single templates in edge cases</li>\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\"https://github.com/elementor/elementor/issues/4310\">#4310</a>)</li>\n<li>Fix: Slides per view not working for some effects</li>\n<li>Fix: New slides not showing in the editor</li>\n<li>Fix: Editor for section without a defined location, defaults to content area</li>\n</ul>\n<h4>2.0.3 - 2018-04-24</h4>\n<ul>\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\"https://github.com/elementor/elementor/issues/4214\">#4214</a>, <a href=\"https://github.com/elementor/elementor/issues/4216\">#4216</a>, <a href=\"https://github.com/elementor/elementor/issues/4225\">#4225</a>)</li>\n<li>Fix: Double render on frontend view in core locations</li>\n<li>Fix: Masonry not working in edge cases</li>\n<li>Fix: Added default setting for Author Info tag</li>\n</ul>\n<h4>2.0.2 - 2018-04-18</h4>\n<ul>\n<li>Fix: Regenerate conditions to include all templates</li>\n</ul>\n<h4>2.0.1 - 2018-04-17</h4>\n<ul>\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\"https://github.com/elementor/elementor/issues/4136\">#4136</a>)</li>\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\"https://github.com/elementor/elementor/issues/4127\">#4127</a>)</li>\n<li>Tweak: Added Divider control for Post Info widget</li>\n<li>Fix: Update admin links in Yoast Breadcrumbs widget</li>\n<li>Fix: Sticky element conflict with clearfix CSS</li>\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below</li>\n<li>Fix: Avoid running <code>wp_head</code> hooks twice</li>\n</ul>\n<h4>2.0.0 - 2018-04-16</h4>\n<ul>\n<li>New: Introducing Theme Builder - <a href=\"https://elementor.com/introducing-theme-builder/\">Release Post</a> (<a href=\"https://github.com/elementor/elementor/issues/417\">#417</a>)</li>\n<li>New: Introducing Locations API to inject custom location templates</li>\n<li>New: Introducing Display Conditions for all dynamic templates</li>\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design</li>\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\"https://github.com/elementor/elementor/issues/483\">#483</a>, <a href=\"https://github.com/elementor/elementor/issues/653\">#653</a>, <a href=\"https://github.com/elementor/elementor/issues/885\">#885</a>)</li>\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\"https://github.com/elementor/elementor/issues/543\">#543</a>)</li>\n<li>New: Introducing Developers area with guides and API documentation - <a href=\"https://elementor.com/introducing-elementor-developer-api/\">Release Post</a> (<a href=\"https://github.com/elementor/elementor/issues/451\">#451</a>)</li>\n<li>New: Introducing <a href=\"https://github.com/elementor/elementor-hello-theme\">Elementor Hello Theme</a> - A demonstration theme for developers</li>\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\"https://github.com/elementor/elementor/issues/2761\">#2761</a>, <a href=\"https://github.com/elementor/elementor/issues/2623\">#2623</a>, <a href=\"https://github.com/elementor/elementor/issues/2109\">#2109</a>, <a href=\"https://github.com/elementor/elementor/issues/2061\">#2061</a>, <a href=\"https://github.com/elementor/elementor/issues/2439\">#2439</a>)</li>\n<li>New: Design 404 page with Single template (<a href=\"https://github.com/elementor/elementor/issues/1558\">#1558</a>)</li>\n<li>New: Design Search Results with Archive template (<a href=\"https://github.com/elementor/elementor/issues/3196\">#3196</a>, <a href=\"https://github.com/elementor/elementor/issues/2590\">#2590</a>)</li>\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element</em> per device (<a href=\"https://github.com/elementor/elementor/issues/2412\">#2412</a>)</li>\n<li>New: Integration with Custom Fields (<a href=\"https://github.com/elementor/elementor/issues/2054\">#2054</a>)</li>\n<li>New: Partial support for Toolset integration (<a href=\"https://github.com/elementor/elementor/issues/2949\">#2949</a>)</li>\n<li>New: Partial support for Pods integration (<a href=\"https://github.com/elementor/elementor/issues/2169\">#2169</a>)</li>\n<li>New: Partial support for ACF integration (<a href=\"https://github.com/elementor/elementor/issues/2041\">#2041</a>, <a href=\"https://github.com/elementor/elementor/issues/2059\">#2059</a>)</li>\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\"https://github.com/elementor/elementor/issues/3531\">#3531</a>)</li>\n<li>Tweak: Allow brackets in Forms Tel field</li>\n<li>Tweak: Added currency format control for Price Table widget</li>\n<li>Tweak: Reduced API request for some servers</li>\n<li>Fix: Dropdown <code>border-radius</code> in Nav Menu widget</li>\n<li>Fix: Price List widget layout breaks in edge cases</li>\n<li>Note: This version requires Elementor v2.0.6</li>\n</ul>\n<h4>1.15.6 - 2018-03-28</h4>\n<ul>\n<li>Fix: Removed duplicate Custom CSS section (<a href=\"https://github.com/elementor/elementor/issues/3938\">#3938</a>)</li>\n<li>Fix: <code>box-shadow</code> issue with cards skin (<a href=\"https://github.com/elementor/elementor/issues/3940\">#3940</a>)</li>\n</ul>\n<h4>1.15.5 - 2018-03-27</h4>\n<ul>\n<li>Fix: Added global widget compatibility for Elementor v2.0</li>\n<li>Fix: Reduced API request for some servers</li>\n</ul>\n<h4>1.15.4 - 2018-03-26</h4>\n<ul>\n<li>Tweak: Allow brackets in phone field</li>\n<li>Tweak: Added compatibility with Yoast 7.0.+</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Support for multiple carousel setting in editor</li>\n<li>Fix: <code>on_export</code> issue in forms widget (<a href=\"https://github.com/elementor/elementor/issues/3890\">#3890</a>)</li>\n</ul>\n<h4>1.15.3 - 2018-03-07</h4>\n<ul>\n<li>Tweak: Added unique class to field group div (<a href=\"https://github.com/elementor/elementor/issues/3595\">#3595</a>)</li>\n<li>Fix: Screen Options missing when Pro is active (<a href=\"https://github.com/elementor/elementor/issues/3622\">#3622</a>)</li>\n<li>Fix: Allow label styling even when <code>show labels</code> is set hide (<a href=\"https://github.com/elementor/elementor/issues/3544\">#3544</a>)</li>\n<li>Fix: Typography control not working in edge cases</li>\n<li>Fix: Safari compatibility for Search widget</li>\n</ul>\n<h4>1.15.2 - 2018-02-27</h4>\n<ul>\n<li>Fix: Only add support mine-type if needed (<a href=\"https://github.com/elementor/elementor/issues/3543\">#3543</a>)</li>\n<li>Fix: Better support for Old Typekit kits</li>\n</ul>\n<h4>1.15.1 - 2018-02-21</h4>\n<ul>\n<li>Tweak: Custom font title placeholder is not <code>enter font family</code></li>\n<li>Tweak: Custom font title set as required</li>\n<li>Fix: Custom font, <code>font-face</code> enqueued only once if used in global (<a href=\"https://github.com/elementor/elementor/issues/3513\">#3513</a>)</li>\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.</li>\n</ul>\n<h4>1.15.0 - 2018-02-19</h4>\n<ul>\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\"https://github.com/elementor/elementor/issues/852\">#852</a>)</li>\n<li>New: Integration with Adobe TypeKit fonts (<a href=\"https://github.com/elementor/elementor/issues/631\">#631</a>)</li>\n<li>Tweak: Clear menu from Nav Menu widget on template export</li>\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle</code></li>\n</ul>\n<h4>1.14.2 - 2018-02-13</h4>\n<ul>\n<li>Fix: Global widget content that got affected by previous update</li>\n</ul>\n<h4>1.14.1 - 2018-02-13</h4>\n<ul>\n<li>Tweak: Added <code>none</code> option to content animation in CTA widget</li>\n<li>Tweak: Added <code>form_id</code> to ActiveCampaign integration (<a href=\"https://github.com/elementor/elementor/issues/3422\">#3422</a>)</li>\n<li>Fix: Page crashed when Global widget not found.</li>\n</ul>\n<h4>1.14.0 - 2018-02-12</h4>\n<ul>\n<li>New: Added Call to Action widget</li>\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded</li>\n<li>Tweak: Added compatibility for the future release of Elementor v2.0</li>\n<li>Fix: Allow zero (0) to be accepted as a field value</li>\n<li>Fix: Login form when custom login URL is set</li>\n<li>Fix: Added Day of cycle control to GetResponse integration</li>\n</ul>\n<h4>1.13.2 - 2018-01-23</h4>\n<ul>\n<li>Tweak: Added placeholder to Password field</li>\n<li>Tweak: Removed <code>subscriber_already_exists_message</code> control to prevent potential data leakage</li>\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet</li>\n<li>Fix: Changed <code>imagesLoaded()</code> to Vanilla JS to avoid compatibility issues with some themes</li>\n<li>Fix: Only validate Tel field if not empty</li>\n<li>Fix: Stop slider while editing</li>\n</ul>\n<h4>1.13.1 - 2018-01-16</h4>\n<ul>\n<li>Fix: Added compatibility with old PHP versions</li>\n</ul>\n<h4>1.13.0 - 2018-01-16</h4>\n<ul>\n<li>New: Added File Upload field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1482\">#1482</a>, <a href=\"https://github.com/elementor/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Acceptance field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1693\">#1693</a>, <a href=\"https://github.com/elementor/elementor/issues/2974\">#2974</a>)</li>\n<li>New: Added Date field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1868\">#1868</a>)</li>\n<li>New: Added Time field for Forms widget</li>\n<li>New: Added Password field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/2164\">#2164</a>)</li>\n<li>New: Added HTML field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/1500\">#1500</a>)</li>\n<li>Tweak: Added characters validation for Tel field</li>\n<li>Tweak: Added min &amp; max validation for Number field</li>\n<li>Tweak: Added multiple selection for Select field</li>\n<li>Tweak: Added donReach integration for Share Buttons widget</li>\n</ul>\n<h4>1.12.3 - 2018-01-09</h4>\n<ul>\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget</li>\n<li>Fix: Apply <code>url-encoding</code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text</li>\n<li>Fix: Removed My Account link from dashboard widget</li>\n</ul>\n<h4>1.12.2 - 2018-01-03</h4>\n<ul>\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2964\">#2964</a>)</li>\n<li>Fix: Active license button style</li>\n</ul>\n<h4>1.12.1 - 2018-01-02</h4>\n<ul>\n<li>Tweak: Removed theme-element widgets from plain content</li>\n<li>Tweak: Set all theme-element widgets to extend same widget Base</li>\n<li>Tweak: Removed credit URL in forms meta data</li>\n<li>Tweak: Added compatibility for the future release of Elementor v1.9</li>\n<li>Fix: Validate Get response Error as real error</li>\n<li>Fix: Removed responsive height control from Facebook Page widget</li>\n</ul>\n<h4>1.12.0 - 2017-12-20</h4>\n<ul>\n<li>New: Added Drip integration to Forms</li>\n<li>New: Added ActiveCampaign integration to Forms</li>\n<li>New: Added ConverKit integration to Forms</li>\n<li>New: Added GetResponse integration to Forms</li>\n<li>New: Added form <code>id</code>, <code>name</code> attributes to handle integration with auto collectors like HubSpot</li>\n<li>New: Added Global API key for MailChimp to improve the workflow</li>\n<li>Tweak: Better error handling and message display for Forms</li>\n<li>Fix: PHP notice Undefined variable <code>$cc_header</code> (<a href=\"https://github.com/elementor/elementor/issues/2934\">#2934</a>)</li>\n</ul>\n<h4>1.11.0 - 2017-12-11</h4>\n<ul>\n<li>New: Added a native Comments widget (<a href=\"https://github.com/elementor/elementor/issues/543\">#543</a>)</li>\n<li>New: Added an Author Box widget</li>\n<li>New: Added a Post Navigation widget</li>\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\"https://github.com/elementor/elementor/issues/2749\">#2749</a>)</li>\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\"https://github.com/elementor/elementor/issues/2762\">#2762</a>)</li>\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric</li>\n<li>Fix: Edge cases when the nav menu is empty in a stretched section</li>\n<li>Fix: Added fallback when you remove the <code>space-between</code> on Swiper carousel</li>\n</ul>\n<h4>1.10.2 - 2017-12-03</h4>\n<ul>\n<li>Fix: Missing save widget icon (<a href=\"https://github.com/elementor/elementor/issues/2878\">#2878</a>)</li>\n<li>Fix: Global widgets not saving edits (<a href=\"https://github.com/elementor/elementor/issues/2874\">#2874</a>)</li>\n<li>Fix: Removed <code>white-space: nowrap;</code> property from vertical menu in Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2815\">#2815</a>)</li>\n</ul>\n<h4>1.10.1 - 2017-11-30</h4>\n<ul>\n<li>Tweak: Added default value for search form</li>\n<li>Tweak: Order template list A-Z in the library widget</li>\n<li>Tweak: get_users/authors query is now done using AJAX only, for better performance in Query Control (<a href=\"https://github.com/elementor/elementor/issues/2865\">#2865</a>)</li>\n<li>Fix: When adding <code>.00</code> it is not displayed on the front</li>\n<li>Fix: Make sure space between is numeric for carousel control</li>\n<li>Fix: Added space for radio &amp; checkbox fields in form widget</li>\n</ul>\n<h4>1.10.0 - 2017-11-15</h4>\n<ul>\n<li>New: Added native Search form widget (<a href=\"https://github.com/elementor/elementor/issues/2576\">#2576</a>)</li>\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets</li>\n<li>Tweak: Added Inline editing to Blockquote widget</li>\n<li>Fix: Animated Headline color bug (<a href=\"https://github.com/elementor/elementor/issues/2516\">#2516</a>)</li>\n<li>Fix: Animated Headline with Rotating skin</li>\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations</li>\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\"https://github.com/elementor/elementor/issues/2662\">#2662</a>)</li>\n<li>Fix: Custom CSS gone after reloading the editor</li>\n</ul>\n<h4>1.9.5 - 2017-10-27</h4>\n<ul>\n<li>Fix: Broken Global widget with JS (<a href=\"https://github.com/elementor/elementor/issues/2639\">#2639</a>)</li>\n</ul>\n<h4>1.9.4 - 2017-10-24</h4>\n<ul>\n<li>Tweak: Improved UI for notices and license page</li>\n<li>Fix: Update system conflict with other EDD plugins</li>\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\"https://github.com/elementor/elementor/issues/2577\">#2577</a>)</li>\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\"https://github.com/elementor/elementor/issues/2496\">#2496</a>)</li>\n<li>Fix: Increased submenu max-width (<a href=\"https://github.com/elementor/elementor/issues/2558\">#2558</a>)</li>\n<li>Fix: Save global templates without their defaults</li>\n<li>Fix: Horizontal scrolling issue with posts grid</li>\n</ul>\n<h4>1.9.3 - 2017-10-03</h4>\n<ul>\n<li>Fix: Condition slide style that got affected by previous update</li>\n</ul>\n<h4>1.9.2 - 2017-10-02</h4>\n<ul>\n<li>New: Added integration with MailPoet 3 for Forms actions</li>\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode</li>\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel</li>\n<li>Fix: Added condition for slides style section in skin bubble mode</li>\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel</li>\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows</li>\n</ul>\n<h4>1.9.1 - 2017-09-28</h4>\n<ul>\n<li>Fix: Slides per view for slideshow carousel</li>\n<li>Fix: Final polish for the new Testimonial Carousel widget</li>\n<li>Fix: Don\'t play video if slide type is not video</li>\n<li>Fix: Removed slides style section condition (<a href=\"https://github.com/elementor/elementor/issues/2497\">#2497</a>)</li>\n<li>Fix: Set cursor as pointer for slideshow thumbnails</li>\n</ul>\n<h4>1.9.0 - 2017-09-26</h4>\n<ul>\n<li>New: Added Media Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/216\">#216</a>, <a href=\"https://github.com/elementor/elementor/issues/347\">#347</a>, <a href=\"https://github.com/elementor/elementor/issues/2209\">#2209</a>)</li>\n<li>New: Added Testimonial Carousel widget (<a href=\"https://github.com/elementor/elementor/issues/715\">#715</a>)</li>\n</ul>\n<h4>1.8.3 - 2017-09-24</h4>\n<ul>\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6</li>\n<li>Fix: Remove slashes from Form sent data</li>\n</ul>\n<h4>1.8.2 - 2017-09-19</h4>\n<ul>\n<li>Tweak: Added target URL for the tweet message in Blockquote widget</li>\n<li>Tweak: Render the slide height before the slider is finished loading</li>\n<li>Fix: Space between words for Animated Headline widget</li>\n<li>Fix: RTL compatibility for Animated Headline widget</li>\n<li>Fix: Italic font style for Animated Headline widget</li>\n<li>Fix: Excluded Menu widget from the WP Editor text rendering</li>\n</ul>\n<h4>1.8.1 - 2017-09-18</h4>\n<ul>\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\"https://github.com/elementor/elementor/issues/2391\">#2391</a>)</li>\n<li>Fix: Print the main menu only when is necessary in Menu widget</li>\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\"https://github.com/elementor/elementor/issues/2381\">#2381</a>)</li>\n</ul>\n<h4>1.8.0 - 2017-09-12</h4>\n<ul>\n<li>New: Added Nav Menu widget (<a href=\"https://github.com/elementor/elementor/issues/1406\">#1406</a>)</li>\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\"https://github.com/elementor/elementor/issues/2279\">#2279</a>)</li>\n<li>Fix: Style for Blockquote widget included</li>\n</ul>\n<h4>1.7.2 - 2017-09-07</h4>\n<ul>\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins</li>\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\"https://github.com/elementor/elementor/issues/2340\">#2340</a>)</li>\n</ul>\n<h4>1.7.1 - 2017-09-05</h4>\n<ul>\n<li>Fix: Facebook SDK version</li>\n</ul>\n<h4>1.7.0 - 2017-09-05</h4>\n<ul>\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow</li>\n<li>New: Added Facebook Embed widget for Post, Video and Comment</li>\n<li>New: Added Facebook Comments widget</li>\n<li>New: Added Facebook Page widget (Previously known as Like Box)</li>\n<li>New: Added Blockquote widget with Tweet button</li>\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets</li>\n<li>Fix: Animated headline rotating with long words</li>\n</ul>\n<h4>1.6.1 - 2017-08-28</h4>\n<ul>\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set</li>\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser</li>\n<li>Fix: Animated headline with more than 1-word per rotation</li>\n<li>Fix: Animated Headline in two lines</li>\n<li>Fix: Some errors in Global widget</li>\n</ul>\n<h4>1.6.0 - 2017-08-22</h4>\n<ul>\n<li>New: Added Animated Headline widget</li>\n<li>New: Added Hidden field for Forms widget (<a href=\"https://github.com/elementor/elementor/issues/2038\">#2038</a>)</li>\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher</li>\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts</li>\n</ul>\n<h4>1.5.9 - 2017-08-16</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.7</li>\n<li>Fix: Portfolio compatibility for GeneratePress theme</li>\n<li>Fix: Portfolio filter compatibility for RTL</li>\n<li>Fix: Pagination apply for all posts widget in the page</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.8 - 2017-07-25</h4>\n<ul>\n<li>Tweak: Added compatibility for the future release of Elementor v1.6</li>\n<li>Fix: Improved backward compatibility for query control rename</li>\n</ul>\n<h4>1.5.7 - 2017-07-24</h4>\n<ul>\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file</li>\n<li>Tweak: Display the label in the reCAPTCHA field for better experience</li>\n<li>Tweak: Rename <code>panel-posts-control</code> to <code>query-control</code> and added fallback support</li>\n<li>Tweak: Added compatibility for the future release of Elementor with history feature</li>\n<li>Fix: reCAPTCHA preview on the editor</li>\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\"https://github.com/elementor/elementor/issues/2000\">#2000</a>)</li>\n<li>Fix: Added condition for icon size control in Share Buttons widget</li>\n</ul>\n<h4>1.5.6 - 2017-07-12</h4>\n<ul>\n<li>Fix: Query Control correction for taxonomies (<a href=\"https://github.com/elementor/elementor/issues/1963\">#1963</a>)</li>\n<li>Fix: Custom CSS override scheme color in the editor</li>\n<li>Fix: Added order by Menu Order for Query Control in WC widget</li>\n<li>Fix: Glitch with Flip Box background overlay</li>\n</ul>\n<h4>1.5.5 - 2017-07-03</h4>\n<ul>\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist</li>\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999</li>\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed</li>\n<li>Fix: Sorted items in filter bar by A-Z</li>\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\"https://github.com/elementor/elementor/issues/1927\">#1927</a>)</li>\n</ul>\n<h4>1.5.4 - 2017-06-22</h4>\n<ul>\n<li>Tweak: Improved compatibility for Elementor v1.5</li>\n<li>Fix: URL default for Add To Cart widget</li>\n<li>Fix: Allowed <code>date</code> and <code>birthday</code> fields as text for MailChimp integration</li>\n</ul>\n<h4>1.5.3 - 2017-06-19</h4>\n<ul>\n<li>Tweak: Make flip-box height responsive control</li>\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\"https://github.com/elementor/elementor/issues/1829\">#1829</a>)</li>\n<li>Fix: Global form widget with MailChimp integration not saving</li>\n</ul>\n<h4>1.5.2 - 2017-06-13</h4>\n<ul>\n<li>Fix: Custom CSS panel location compatibility for the old versions</li>\n</ul>\n<h4>1.5.1 - 2017-06-12</h4>\n<ul>\n<li>Fix: MailChimp update existing user registration</li>\n<li>Fix: Global widget with JS in the editor mode</li>\n<li>Fix: Label section condition in Login widget</li>\n<li>Fix: Changes to unlinked global widget do not appear in the editor</li>\n</ul>\n<h4>1.5.0 - 2017-05-23</h4>\n<ul>\n<li>New: Added Cards, a new skin for Posts widget</li>\n<li>New: Added Exclude option to post query control group</li>\n<li>Tweak: Added <code>post_class()</code> for each post in the loop</li>\n<li>Tweak: Added <code>.elementor-posts-masonry</code> class when Masonry layout is enabled</li>\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0</li>\n<li>Tweak: CSS <code>autoprefixer</code> now supports last 5 versions of browsers</li>\n<li>Tweak: Added <code>imageLoaded</code> library for Posts &amp; Portfolio widgets</li>\n</ul>\n<h4>1.4.4 - 2017-05-18</h4>\n<ul>\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\"https://github.com/elementor/elementor/issues/1683\">#1683</a>)</li>\n<li>Fix: Added <code>.elementor-form</code> class to Login form to fix style glitch</li>\n</ul>\n<h4>1.4.3 - 2017-05-14</h4>\n<ul>\n<li>Tweak: Added Redirect After Login option to Login widget</li>\n<li>Tweak: Stay in the current page after logout in Login widget</li>\n<li>Tweak: Preparation for Elementor settings tabs in future version</li>\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone</li>\n<li>Fix: Bug with <code>active</code> class in portfolio filter item</li>\n<li>Fix: Higher specific list-style-type <code>none</code> for filter items to override some theme style</li>\n</ul>\n<h4>1.4.2 - 2017-05-06</h4>\n<ul>\n<li>Fix: Temporary patch for form field shortcode in some servers</li>\n</ul>\n<h4>1.4.1 - 2017-05-03</h4>\n<ul>\n<li>Fix: Bug with custom success message in form widget</li>\n<li>Fix: Bug with meta data in email action</li>\n</ul>\n<h4>1.4.0 - 2017-05-03</h4>\n<ul>\n<li>New: Forms: integration with MailChimp</li>\n<li>New: Forms: integration with MailPoet</li>\n<li>New: Forms: Added Email 2 action for email confirmation</li>\n<li>New: Forms: Added shortcodes for fields</li>\n<li>New: Forms: Added custom ID for fields</li>\n<li>New: Forms: Added option to edit email HTML template (<a href=\"https://github.com/elementor/elementor/issues/1180\">#1180</a>)</li>\n<li>New: Added Login widget</li>\n<li>Tweak: Move <code>send_html</code> control to <code>email_content_type</code></li>\n<li>Fix: Email still sent even if validation failed in form widget</li>\n</ul>\n<h4>1.3.2 - 2017-05-01</h4>\n<ul>\n<li>New: Added action <code>elementor_pro/init</code> for better integration with Elementor Pro</li>\n<li>Fix: Posts without featured image in Posts widget (<a href=\"https://github.com/elementor/elementor/issues/1234\">#1234</a>, <a href=\"https://github.com/elementor/elementor/issues/1382\">#1382</a>)</li>\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method</li>\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser</li>\n<li>Fix: Border radius glitch on hover in Share Buttons</li>\n</ul>\n<h4>1.3.1 - 2017-04-25</h4>\n<ul>\n<li>Fix: Conflict update with revision history module</li>\n</ul>\n<h4>1.3.0 - 2017-04-25</h4>\n<ul>\n<li>New: Added Share Buttons widget (<a href=\"https://wordpress.org/support/topic/social-sharing-buttons-is-it-possible/\">Topic</a>)</li>\n<li>New: Added Custom CSS for Page Settings</li>\n<li>New: Added Masonry layout for Portfolio widget</li>\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\"https://github.com/elementor/elementor/issues/1181\">#1181</a>)</li>\n<li>New: Introduced <code>ElementorPro\\Modules\\Forms\\Classes\\Action_Base</code> class for better 3rd party integration for forms</li>\n<li>Tweak: Debugger module now also shows errors from Pro</li>\n<li>Tweak: Added options for Elementor Library</li>\n<li>Tweak: New base posts module for optimized performance</li>\n<li>Tweak: Adjusting Posts / Portfolio to the new structure</li>\n<li>Fix: Export for posts / portfolio</li>\n<li>Fix: Duplicate repeater field with switcher control (<a href=\"https://github.com/elementor/elementor/issues/1442\">#1442</a>)</li>\n<li>Fix: Post per Page in the query control</li>\n<li>Fix: Metadata does not come through on form emails (<a href=\"https://github.com/elementor/elementor/issues/1566\">#1566</a>)</li>\n</ul>\n<h4>1.2.6 - 2017-04-19</h4>\n<ul>\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets</li>\n</ul>\n<h4>1.2.5 - 2017-04-18</h4>\n<ul>\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)</li>\n</ul>\n<h4>1.2.4 - 2017-03-21</h4>\n<ul>\n<li>Tweak: Added Indian Rupee sign to Price Table widget</li>\n<li>Fix: Portfolio grid for IE11</li>\n<li>Fix: Link target blank in Price List widget</li>\n<li>Fix: Active item for filter bar in Portfolio widget</li>\n</ul>\n<h4>1.2.3 - 2017-03-06</h4>\n<ul>\n<li>Tweak: Fully compatible with Elementor v1.3.0</li>\n<li>Tweak: Added trigger for after form submission in Forms widget</li>\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms</li>\n<li>Fix: Portfolio filter syntax in Non-Latin languages</li>\n<li>Fix: Added <code>no-repeat</code> property for slide with <code>background-size:contain</code></li>\n<li>Fix: Condition control &amp; Import value in Posts widgets</li>\n<li>Fix: Offset and Pagination in WordPress (<a href=\"https://codex.wordpress.org/Making_Custom_Queries_using_Offset_and_Pagination\">More Info</a>)</li>\n<li>Fix: Submit handler bubbling for custom events in Forms widget</li>\n</ul>\n<h4>1.2.2 - 2017-02-23</h4>\n<ul>\n<li>Tweak: Change name from Side A/B to Front and Back in Flip Box widget</li>\n<li>Fix: Error when saving third party widgets in the global widget</li>\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)</li>\n<li>Fix: Hide the pagination when there are no links</li>\n</ul>\n<h4>1.2.1 - 2017-02-21</h4>\n<ul>\n<li>Fix: Firefox Flip Box 3D compatibility</li>\n</ul>\n<h4>1.2.0 - 2017-02-21</h4>\n<ul>\n<li>New: Added Flip Box widget</li>\n<li>New: Added Ken Burns effect for slides</li>\n<li>New: Added Masonry layout for Posts widget</li>\n<li>New: Added Pagination option for Posts widget</li>\n<li>Tweak: Added background size contain to slides</li>\n<li>Tweak: Improve Query control by preload items</li>\n<li>Fix: Text color for Checkbox and Radio fields</li>\n</ul>\n<h4>1.1.2 - 2017-02-05</h4>\n<ul>\n<li>Tweak: Added <code>aria-required</code> for better accessibility in forms widget</li>\n<li>Fix: Conflict Call to <code>undefined</code> method in Posts &amp; Portfolio widgets (<a href=\"https://github.com/elementor/elementor/issues/1271\">#1271</a>, <a href=\"https://github.com/elementor/elementor/issues/1266\">#1266</a>)</li>\n<li>Fix: Submit button HTML after error sending</li>\n<li>Fix: Success message for <code>skip_email</code> function</li>\n<li>Notice: Elementor 1.2.0 or later now required</li>\n</ul>\n<h4>1.1.1 - 2017-01-24</h4>\n<ul>\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG</code> is <code>true</code></li>\n<li>Fix: Undefined variable in WC widgets</li>\n<li>Fix: Removed duplicate strings</li>\n</ul>\n<h4>1.1.0 - 2017-01-24</h4>\n<ul>\n<li>New: Price Table widget (<a href=\"https://github.com/elementor/elementor/issues/102\">#102</a>)</li>\n<li>New: WooCommerce Add to Cart widget</li>\n<li>New: WooCommerce Categories widget</li>\n<li>New: WooCommerce Elements widget</li>\n<li>New: Honeypot field for Forms widgets</li>\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items</li>\n<li>Tweak: Added Required Mark for fields in Forms widget</li>\n<li>Fix: CSS selectors priority in Slides widget</li>\n<li>Fix: CSS bug in Price List widget</li>\n<li>Fix: Update all Post CSS files that includes specific Global Widget</li>\n</ul>\n<h4>1.0.9 - 2017-01-18</h4>\n<ul>\n<li>Fix: Auto complete bug in query controls</li>\n<li>Fix: Render template with escaping slashes</li>\n<li>Fix: Reply-to field in Forms widget</li>\n</ul>\n<h4>1.0.8 - 2017-01-11</h4>\n<ul>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Removed go pro link from plugins page in admin</li>\n</ul>\n<h4>1.0.7 - 2017-01-05</h4>\n<ul>\n<li>Tweak: Added filter by featured / sale for WC Products widget</li>\n<li>Tweak: Added author control in Portfolio widget</li>\n<li>Tweak: Code adjustments for Elementor API</li>\n<li>Fix: Added support for empty image ratio</li>\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself</li>\n</ul>\n<h4>1.0.6 - 2017-01-01</h4>\n<ul>\n<li>Tweak: Added Auto-updates for local translation files</li>\n<li>Fix: Custom CSS for Global widgets</li>\n<li>Fix: Remove <code>nonce</code> field (Fix some cache plugins)</li>\n</ul>\n<h4>1.0.5 - 2016-12-27</h4>\n<ul>\n<li>Fix: Slide element bug fix - \'Link apply on\' logic</li>\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\"https://github.com/elementor/elementor/issues/1086\">#1086</a>)</li>\n</ul>\n<h4>1.0.4 - 2016-12-21</h4>\n<ul>\n<li>Tweak: Mobile Editing for fields in the form widget</li>\n<li>Tweak: Mobile Editing for posts</li>\n<li>Tweak: Allow send form as HTML</li>\n<li>Tweak: Improved auto upgrades for Multisite installation</li>\n<li>Tweak: Improve editor rendering experience for Portfolio widget</li>\n<li>Fix: Posts widget check if image exist</li>\n<li>Fix: Changed the clone method for global widget (<a href=\"https://github.com/elementor/elementor/issues/1042\">#1042</a>)</li>\n<li>Fix: Bug slides in RTL (removed direction control)</li>\n<li>Fix: Slides with no height jumps when changing slides</li>\n</ul>\n<h4>1.0.3 - 2016-12-13</h4>\n<ul>\n<li>Fix: Added escape placeholder for HTML Entities in form widget</li>\n<li>Fix: Countdown widget RTL bug</li>\n<li>Fix: Remove redundant #elementor selector for control style</li>\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget</li>\n</ul>\n<h4>1.0.2 - 2016-12-12</h4>\n<ul>\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form</li>\n</ul>\n<h4>1.0.1 - 2016-12-12</h4>\n<ul>\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active</li>\n</ul>\n<h4>1.0.0 - 2016-12-12</h4>\n<ul>\n<li>Initial release</li>\n</ul>\";}\";s:11:\"new_version\";s:5:\"2.9.2\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.3.2\";s:7:\"package\";s:168:\"http://my.elementor.com/edd-sl/package_download/MTU4NTMwOTQ0MzphY3RpdmF0ZWQ6MTozMmJmZTVlOGFhYjg1NzNhMGE0ZjkyM2EyMGQ2ZmNhZjpodHRwc0AvL3NvdXRoYWZyaWNhY3JpY2tldC5jby56YTow\";s:13:\"download_link\";s:168:\"http://my.elementor.com/edd-sl/package_download/MTU4NTMwOTQ0MzphY3RpdmF0ZWQ6MTozMmJmZTVlOGFhYjg1NzNhMGE0ZjkyM2EyMGQ2ZmNhZjpodHRwc0AvL3NvdXRoYWZyaWNhY3JpY2tldC5jby56YTow\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:42:\"https://ps.w.org/elementor/assets/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:11:\"new_version\";s:5:\"2.9.1\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.3.2\";s:7:\"package\";s:177:\"http://my.elementor.com/edd-sl/previous_download/MTU4NTMwOTQ0MzphY3RpdmF0ZWQ6MToyLjkuMTo0NDk1ZjMyM2ExNGQ1YmQxZjRiZTVmNDBmZTkzOTY0ZDpodHRwc0AvL3NvdXRoYWZyaWNhY3JpY2tldC5jby56YQ==\";s:13:\"download_link\";s:177:\"http://my.elementor.com/edd-sl/previous_download/MTU4NTMwOTQ0MzphY3RpdmF0ZWQ6MToyLjkuMTo0NDk1ZjMyM2ExNGQ1YmQxZjRiZTVmNDBmZTkzOTY0ZDpodHRwc0AvL3NvdXRoYWZyaWNhY3JpY2tldC5jby56YQ==\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:42:\"https://ps.w.org/elementor/assets/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:26:{i:0;s:5:\"he_IL\";i:1;s:5:\"en_GB\";i:2;s:5:\"en_NZ\";i:3;s:5:\"en_ZA\";i:4;s:5:\"en_AU\";i:5;s:5:\"en_CA\";i:6;s:5:\"sv_SE\";i:7;s:5:\"da_DK\";i:8;s:5:\"fr_FR\";i:9;s:5:\"nl_NL\";i:10;s:5:\"nb_NO\";i:11;s:5:\"de_AT\";i:12;s:2:\"fi\";i:13;s:5:\"it_IT\";i:14;s:5:\"nn_NO\";i:15;s:5:\"de_CH\";i:16;s:5:\"en_GB\";i:17;s:5:\"is_IS\";i:18;s:2:\"ga\";i:19;s:5:\"fr_BE\";i:20;s:5:\"nl_BE\";i:21;s:3:\"ast\";i:22;s:5:\"lb_LU\";i:23;s:5:\"es_ES\";i:24;s:5:\"pt_PT\";i:25;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}}}', 'no');
INSERT INTO `wphi_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(5267, 'gusta_extraction_length', '255', 'yes'),
(5329, '_options_gusta_override_section_options_author', 'gusta_override_section_options_author', 'yes'),
(5330, 'options_gusta_override_section_options_date', '0', 'yes'),
(5331, '_options_gusta_override_section_options_date', 'gusta_override_section_options_date', 'yes'),
(5332, 'options_gusta_override_section_options_404', '0', 'yes'),
(5333, '_options_gusta_override_section_options_404', 'gusta_override_section_options_404', 'yes'),
(5334, 'options_gusta_override_section_options_cpt', '0', 'yes'),
(5335, '_options_gusta_override_section_options_cpt', 'gusta_override_section_options_cpt', 'yes'),
(5336, 'options_gusta_override_section_options_tax', '0', 'yes'),
(5337, '_options_gusta_override_section_options_tax', 'gusta_override_section_options_tax', 'yes'),
(5338, 'options_gusta_override_section_options_plus-mega-menu', '0', 'yes'),
(5339, '_options_gusta_override_section_options_plus-mega-menu', 'gusta_override_section_options_plus-mega-menu', 'yes'),
(5340, 'options_gusta_override_section_options_sp_event', '0', 'yes'),
(5341, '_options_gusta_override_section_options_sp_event', 'gusta_override_section_options_sp_event', 'yes'),
(5342, 'options_gusta_override_section_options_sp_team', '0', 'yes'),
(5343, '_options_gusta_override_section_options_sp_team', 'gusta_override_section_options_sp_team', 'yes'),
(5344, 'options_gusta_override_section_options_sp_player', '0', 'yes'),
(5345, '_options_gusta_override_section_options_sp_player', 'gusta_override_section_options_sp_player', 'yes'),
(5346, 'options_gusta_override_section_options_sp_staff', '0', 'yes'),
(5347, '_options_gusta_override_section_options_sp_staff', 'gusta_override_section_options_sp_staff', 'yes'),
(5348, 'options_gusta_override_section_options_product', '0', 'yes'),
(5349, '_options_gusta_override_section_options_product', 'gusta_override_section_options_product', 'yes'),
(5350, 'options_gusta_override_section_options_sp_calendar', '0', 'yes'),
(5351, '_options_gusta_override_section_options_sp_calendar', 'gusta_override_section_options_sp_calendar', 'yes'),
(5352, 'options_gusta_override_section_options_sp_table', '0', 'yes'),
(5353, '_options_gusta_override_section_options_sp_table', 'gusta_override_section_options_sp_table', 'yes'),
(5354, 'options_gusta_override_section_options_sp_list', '0', 'yes'),
(5355, '_options_gusta_override_section_options_sp_list', 'gusta_override_section_options_sp_list', 'yes'),
(5356, 'options_gusta_override_section_options_media_gallery', '0', 'yes'),
(5357, '_options_gusta_override_section_options_media_gallery', 'gusta_override_section_options_media_gallery', 'yes'),
(5358, 'options_gusta_override_section_options_donation', '0', 'yes'),
(5359, '_options_gusta_override_section_options_donation', 'gusta_override_section_options_donation', 'yes'),
(5360, 'options_gusta_override_section_options_product_cat', '0', 'yes'),
(5361, '_options_gusta_override_section_options_product_cat', 'gusta_override_section_options_product_cat', 'yes'),
(5362, 'options_gusta_override_section_options_product_tag', '0', 'yes'),
(5363, '_options_gusta_override_section_options_product_tag', 'gusta_override_section_options_product_tag', 'yes'),
(5364, 'options_gusta_override_section_options_sp_league', '0', 'yes'),
(5365, '_options_gusta_override_section_options_sp_league', 'gusta_override_section_options_sp_league', 'yes'),
(5366, 'options_gusta_override_section_options_sp_season', '0', 'yes'),
(5367, '_options_gusta_override_section_options_sp_season', 'gusta_override_section_options_sp_season', 'yes'),
(5368, 'options_gusta_override_section_options_sp_venue', '0', 'yes'),
(5369, '_options_gusta_override_section_options_sp_venue', 'gusta_override_section_options_sp_venue', 'yes'),
(5370, 'options_gusta_override_section_options_sp_position', '0', 'yes'),
(5371, '_options_gusta_override_section_options_sp_position', 'gusta_override_section_options_sp_position', 'yes'),
(5372, 'options_gusta_override_section_options_sp_role', '0', 'yes'),
(5373, '_options_gusta_override_section_options_sp_role', 'gusta_override_section_options_sp_role', 'yes'),
(4345, 'wp-smush-version', '3.6.1', 'no'),
(5268, 'widget_gusta_vc_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4348, 'wdev-frash', 'a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1584728026;}s:5:\"queue\";a:1:{s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1585332826;}}s:4:\"done\";a:1:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1584728026;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1584800634;}}}', 'no'),
(4349, 'wpmudev_recommended_plugins_registered', 'a:1:{s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1584728026;}}', 'no'),
(4353, 'smush_global_stats', 'a:9:{s:11:\"size_before\";i:70250414;s:10:\"size_after\";i:65242643;s:7:\"percent\";d:7.0999999999999996447286321199499070644378662109375;s:5:\"human\";s:6:\"4.8 MB\";s:5:\"bytes\";i:5007771;s:12:\"total_images\";i:2434;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}', 'no'),
(4358, 'skip-smush-setup', '1', 'yes'),
(4562, 'WpFc_api_key', '642ce5d811e0fd560ba6cb894ed56ae2', 'yes'),
(4356, 'wp-smush-hide_upgrade_notice', '1', 'no'),
(4355, 'dir_smush_stats', 'a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}', 'no'),
(4564, 'WpFastestCachePreLoad', '{\"homepage\":-1,\"post\":-1,\"category\":-1,\"page\":-1,\"tag\":-1,\"attachment\":-1,\"customposttypes\":-1,\"customTaxonomies\":54,\"number\":\"4\"}', 'yes'),
(4565, 'WpFastestCache', '{\"wpFastestCacheStatus\":\"on\",\"wpFastestCachePreload\":\"on\",\"wpFastestCachePreload_homepage\":\"on\",\"wpFastestCachePreload_post\":\"on\",\"wpFastestCachePreload_category\":\"on\",\"wpFastestCachePreload_page\":\"on\",\"wpFastestCachePreload_tag\":\"on\",\"wpFastestCachePreload_attachment\":\"on\",\"wpFastestCachePreload_customposttypes\":\"on\",\"wpFastestCachePreload_customTaxonomies\":\"on\",\"wpFastestCachePreload_number\":\"4\",\"wpFastestCacheLoggedInUser\":\"on\",\"wpFastestCacheNewPost_type\":\"all\",\"wpFastestCacheUpdatePost_type\":\"post\",\"wpFastestCacheMinifyHtml\":\"on\",\"wpFastestCacheMinifyCss\":\"on\",\"wpFastestCacheCombineCss\":\"on\",\"wpFastestCacheCombineJs\":\"on\",\"wpFastestCacheGzip\":\"on\",\"wpFastestCacheLBC\":\"on\",\"wpFastestCacheLanguage\":\"eng\"}', 'yes'),
(4566, 'wpfc-group', '', 'yes'),
(4691, 'organic_widgets_install_date', '2020-03-20 11:22:48', 'yes'),
(4693, 'widget_organic_widgets_blog_posts_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4694, 'widget_organic_widgets_content_slideshow_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4695, 'widget_organic_widgets_feature_list_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4696, 'widget_organic_widgets_featured_content', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4697, 'widget_organic_widgets_featured_product_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4698, 'widget_organic_widgets_hero_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4699, 'widget_organic_widgets_portfolio_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4700, 'widget_organic_widgets_profile', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4701, 'widget_organic_widgets_pricing_table', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4702, 'widget_organic_widgets_subpage_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4703, 'widget_organic_widgets_team_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4704, 'widget_organic_widgets_testimonial_section', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(4721, 'organic_widgets_saved_widgets', 'a:10:{s:19:\"wp_inactive_widgets\";a:23:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:12:\"categories-2\";i:3;s:10:\"nav_menu-4\";i:4;s:10:\"nav_menu-5\";i:5;s:18:\"clever_mega_menu-3\";i:6;s:8:\"search-2\";i:7;s:14:\"recent-posts-2\";i:8;s:17:\"recent-comments-2\";i:9;s:10:\"nav_menu-2\";i:10;s:6:\"text-7\";i:11;s:6:\"text-6\";i:12;s:6:\"text-5\";i:13;s:14:\"media_image-14\";i:14;s:13:\"media_image-2\";i:15;s:13:\"media_image-3\";i:16;s:13:\"media_image-4\";i:17;s:13:\"media_image-5\";i:18;s:13:\"media_image-6\";i:19;s:13:\"media_image-7\";i:20;s:13:\"media_image-8\";i:21;s:13:\"media_image-9\";i:22;s:14:\"media_image-10\";}s:7:\"default\";a:6:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-3\";i:2;s:10:\"archives-3\";i:3;s:11:\"tag_cloud-2\";i:4;s:18:\"stm_recent_posts-2\";i:5;s:6:\"text-3\";}s:6:\"footer\";a:2:{i:0;s:14:\"media_image-12\";i:1;s:10:\"nav_menu-6\";}s:11:\"sportspress\";a:4:{i:0;s:26:\"sportspress-event-blocks-2\";i:1;s:26:\"sportspress-event-blocks-3\";i:2;s:28:\"sportspress-event-calendar-2\";i:3;s:26:\"sportspress-league-table-2\";}s:4:\"shop\";a:5:{i:0;s:8:\"search-3\";i:1;s:25:\"woocommerce_widget_cart-2\";i:2;s:32:\"woocommerce_product_categories-2\";i:3;s:26:\"woocommerce_price_filter-2\";i:4;s:32:\"woocommerce_top_rated_products-2\";}s:11:\"mobmlefttop\";a:0:{}s:14:\"mobmleftbottom\";a:0:{}s:12:\"mobmrighttop\";a:0:{}s:15:\"mobmrightbottom\";a:0:{}s:19:\"mobmenu-filter-shop\";a:0:{}}', 'yes'),
(6018, 'action_scheduler_migration_status', 'complete', 'yes'),
(6163, 'duplicate_post_title_prefix', '', 'yes'),
(6164, 'duplicate_post_title_suffix', '', 'yes'),
(6165, 'duplicate_post_increase_menu_order_by', '', 'yes'),
(6166, 'duplicate_post_roles', 'a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}', 'yes'),
(11446, '_transient_timeout__woocommerce_helper_subscriptions', '1598337820', 'no'),
(11447, '_transient__woocommerce_helper_subscriptions', 'a:0:{}', 'no'),
(7461, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"himal@qualon.xyz\";s:7:\"version\";s:5:\"5.3.4\";s:9:\"timestamp\";i:1591883305;}', 'no'),
(9042, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.5.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.5.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.5-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.5\";s:7:\"version\";s:3:\"5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.5.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.5.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.5-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.5\";s:7:\"version\";s:3:\"5.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.2\";s:7:\"version\";s:5:\"5.4.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1598336919;s:15:\"version_checked\";s:5:\"5.3.4\";s:12:\"translations\";a:0:{}}', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_postmeta`
--

CREATE TABLE `wphi_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_postmeta`
--

INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 3, '_wp_page_template', 'default'),
(9, 8, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(10, 8, '_mail', 'a:8:{s:7:\"subject\";s:46:\"Mzansi Cricket LIVE Score App \"[your-subject]\"\";s:6:\"sender\";s:55:\"Mzansi Cricket LIVE Score App <wordpress@travollie.com>\";s:4:\"body\";s:200:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Mzansi Cricket LIVE Score App (https://southafricacricket.co.za)\";s:9:\"recipient\";s:16:\"himal@qualon.xyz\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(11, 8, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:46:\"Mzansi Cricket LIVE Score App \"[your-subject]\"\";s:6:\"sender\";s:55:\"Mzansi Cricket LIVE Score App <wordpress@travollie.com>\";s:4:\"body\";s:142:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Mzansi Cricket LIVE Score App (https://southafricacricket.co.za)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:26:\"Reply-To: himal@qualon.xyz\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(12, 8, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(13, 8, '_additional_settings', NULL),
(14, 8, '_locale', 'en_US'),
(15, 9, '_wp_attached_file', 'woocommerce-placeholder.png'),
(16, 9, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:43:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-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:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-1140x666.png\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:34:\"woocommerce-placeholder-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"woocommerce-placeholder-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:33:\"woocommerce-placeholder-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:34:\"woocommerce-placeholder-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;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:{}}}'),
(2924, 2032, 'sp_equation', NULL),
(2923, 2032, '_sp_preset', '1'),
(2910, 2026, 'sp_condition', NULL),
(2909, 2026, 'sp_abbreviation', NULL),
(2908, 2026, '_sp_preset', '1'),
(2907, 2025, 'sp_condition', '<'),
(2906, 2025, 'sp_abbreviation', NULL),
(2905, 2025, '_sp_preset', '1'),
(2904, 2024, 'sp_condition', '>'),
(2903, 2024, 'sp_abbreviation', NULL),
(2902, 2024, '_sp_preset', '1'),
(2922, 2031, 'sp_equation', '$o'),
(2921, 2031, '_sp_preset', '1'),
(2920, 2030, 'sp_equation', NULL),
(2919, 2030, '_sp_preset', '1'),
(2918, 2029, 'sp_equation', '$runs'),
(2988, 2040, '_sp_preset', '1'),
(2987, 2039, 'sp_timed', NULL),
(2982, 2039, 'sp_color', NULL),
(2981, 2039, 'sp_icon', NULL),
(2980, 2039, 'sp_singular', NULL),
(2979, 2039, '_sp_preset', '1'),
(2978, 2038, 'sp_timed', NULL),
(2977, 2038, 'sp_precision', '0'),
(2976, 2038, 'sp_equation', NULL),
(2975, 2038, 'sp_format', 'number'),
(2974, 2038, 'sp_section', '1'),
(2973, 2038, 'sp_color', NULL),
(2972, 2038, 'sp_icon', NULL),
(2971, 2038, 'sp_singular', NULL),
(2970, 2038, '_sp_preset', '1'),
(2969, 2037, 'sp_timed', NULL),
(2968, 2037, 'sp_precision', '0'),
(2967, 2037, 'sp_equation', NULL),
(2966, 2037, 'sp_format', 'number'),
(2965, 2037, 'sp_section', '0'),
(2964, 2037, 'sp_color', NULL),
(2963, 2037, 'sp_icon', NULL),
(2962, 2037, 'sp_singular', NULL),
(2960, 2036, 'sp_timed', NULL),
(2959, 2036, 'sp_precision', '0'),
(2958, 2036, 'sp_equation', NULL),
(2957, 2036, 'sp_format', 'number'),
(2956, 2036, 'sp_section', '0'),
(2955, 2036, 'sp_color', NULL),
(2954, 2036, 'sp_icon', NULL),
(2953, 2036, 'sp_singular', NULL),
(2952, 2036, '_sp_preset', '1'),
(2951, 2035, 'sp_timed', NULL),
(2950, 2035, 'sp_precision', '0'),
(2949, 2035, 'sp_equation', NULL),
(2948, 2035, 'sp_format', 'number'),
(2947, 2035, 'sp_section', '0'),
(2946, 2035, 'sp_color', NULL),
(2945, 2035, 'sp_icon', NULL),
(2944, 2035, 'sp_singular', NULL),
(2943, 2035, '_sp_preset', '1'),
(2942, 2034, 'sp_timed', NULL),
(2941, 2034, 'sp_precision', '0'),
(2940, 2034, 'sp_equation', NULL),
(2986, 2039, 'sp_precision', '0'),
(2985, 2039, 'sp_equation', NULL),
(2984, 2039, 'sp_format', 'number'),
(2983, 2039, 'sp_section', '1'),
(3045, 2049, 'sp_order', 'DESC'),
(3044, 2049, 'sp_priority', '1'),
(3043, 2049, 'sp_precision', '0'),
(3042, 2049, 'sp_equation', '$win * 2 + $draw'),
(3041, 2049, '_sp_preset', '1'),
(3040, 2048, 'sp_order', 'DESC'),
(3039, 2048, 'sp_priority', NULL),
(3038, 2048, 'sp_precision', '0'),
(3037, 2048, 'sp_equation', '$bpfor'),
(3036, 2048, '_sp_preset', '1'),
(3035, 2047, 'sp_order', 'DESC'),
(3034, 2047, 'sp_priority', NULL),
(3033, 2047, 'sp_precision', '0'),
(3032, 2047, 'sp_equation', '$noresult'),
(3031, 2047, '_sp_preset', '1'),
(3030, 2046, 'sp_order', 'DESC'),
(3029, 2046, 'sp_priority', NULL),
(3028, 2046, 'sp_precision', '0'),
(3027, 2046, 'sp_equation', '$tie'),
(3026, 2046, '_sp_preset', '1'),
(3025, 2045, 'sp_order', 'DESC'),
(3024, 2045, 'sp_priority', NULL),
(3023, 2045, 'sp_precision', '0'),
(3022, 2045, 'sp_equation', '$draw'),
(3021, 2045, '_sp_preset', '1'),
(3020, 2044, 'sp_order', 'DESC'),
(3019, 2044, 'sp_priority', NULL),
(3018, 2044, 'sp_precision', '0'),
(3017, 2044, 'sp_equation', '$loss'),
(3016, 2044, '_sp_preset', '1'),
(3015, 2043, 'sp_order', 'DESC'),
(3014, 2043, 'sp_priority', '2'),
(3013, 2043, 'sp_precision', '0'),
(3063, 2010, '_elementor_data', '[{\"id\":\"0fcb9e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d75956\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ddc165\",\"elType\":\"widget\",\"settings\":{\"navbar_menu_type\":\"vertical\",\"navbar\":\"temp\",\"vertical_side_title_text\":\"Navigation Menu\"},\"elements\":[],\"widgetType\":\"tp-navigation-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d4bb53e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"786743a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3052, 2052, '_sp_preset', '1'),
(3051, 2051, '_sp_preset', '1'),
(3062, 2023, '_elementor_css', 'a:6:{s:4:\"time\";i:1584464339;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(3061, 2055, 'sp_type', 'average'),
(3060, 2055, 'sp_precision', '2'),
(177, 42, 'sp_player', '0'),
(178, 42, 'sp_player', '0'),
(179, 42, '_sp_first', '1'),
(180, 354, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(181, 354, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(182, 354, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(183, 354, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(184, 354, 'slide_template', 'default'),
(185, 354, 'media_type', 'image'),
(186, 354, '_dp_original', '347'),
(187, 354, 'media_type_player', 'none'),
(188, 354, '_thumbnail_id', '1048'),
(189, 360, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(190, 360, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(191, 360, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(192, 360, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(193, 360, 'slide_template', 'default'),
(194, 360, 'media_type', 'audio'),
(195, 360, 'embed_link', 'https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/242120896&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true'),
(196, 360, '_dp_original', '348'),
(197, 360, 'media_type_player', 'none'),
(198, 360, '_wp_old_slug', 'river-stumble-as-cruzeiro-but-fly-4'),
(199, 360, '_thumbnail_id', '1048'),
(200, 545, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(201, 545, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(202, 545, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(203, 545, '_mc4wp_settings', 'a:9:{s:5:\"lists\";a:0:{}s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:12:\"send_welcome\";s:1:\"0\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";}'),
(204, 545, 'text_subscribed', 'Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),
(205, 545, 'text_invalid_email', 'Please provide a valid email address.'),
(206, 545, 'text_required_field_missing', 'Please fill in the required fields.'),
(207, 545, 'text_already_subscribed', 'Given email address is already subscribed, thank you!'),
(208, 545, 'text_error', 'Oops. Something went wrong. Please try again later.'),
(209, 545, 'text_unsubscribed', 'You were successfully unsubscribed.'),
(210, 545, 'text_not_subscribed', 'Given email address is not subscribed.'),
(211, 545, 'text_no_lists_selected', 'Please select at least one list.'),
(212, 545, 'text_updated', 'Thank you, your records have been updated!'),
(213, 594, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(214, 594, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(215, 594, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(216, 594, 'donor_email', 'timm@gmail.com'),
(217, 594, 'donor_phone', '+998946924922'),
(218, 594, 'donor_event', '566'),
(219, 594, 'donor_amount', '200'),
(220, 594, 'slide_template', 'default'),
(221, 595, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(222, 595, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(223, 595, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(224, 595, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(225, 595, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(226, 595, 'slide_template', 'default'),
(227, 595, 'raised_money', '560'),
(228, 595, 'donors', '2'),
(229, 595, 'goal', '200'),
(230, 595, 'donor_intro', 'Cup gold medal with a blistering 129-92 win over Serbia (5-4) at the Palacio de os Deportes de la Comunidad arena on Sunday\nMadrid, Spain. The USA, which distanced itself from Serbia early in the game with a 28-6 run to close the first quarter, became\nthird country in FIBA World Cup history to capture consecutive titles, and more crucial, the championship earned the USA an\nbid into the 2016 Rio de Janeiro Olympic Games.\n'),
(231, 595, '_wpb_vc_js_status', 'true'),
(232, 595, '_dp_original', '566'),
(233, 595, '_thumbnail_id', '1048'),
(234, 1034, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(235, 1034, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(236, 1034, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(237, 1034, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(238, 1034, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(239, 1034, 'slide_template', 'default'),
(240, 1034, 'media_type', 'audio'),
(241, 1034, 'media_type_player', 'none'),
(242, 1034, '_dp_original', '354'),
(243, 1034, 'embed_link', 'https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/242120896&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true'),
(244, 1034, '_thumbnail_id', '1048'),
(245, 1036, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(246, 1036, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(247, 1036, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(248, 1036, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(249, 1036, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(250, 1036, 'slide_template', 'default'),
(251, 1036, 'media_type', 'audio'),
(252, 1036, 'media_type_player', 'none'),
(253, 1036, 'embed_link', 'https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/242120896&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true'),
(254, 1036, '_wp_old_slug', 'jowl-boudin-corned-beef-ball-tip-meatloaf-porks-4'),
(255, 1036, '_dp_original', '359'),
(256, 1036, '_thumbnail_id', '1048'),
(257, 1036, '_wpb_vc_js_status', 'false'),
(258, 1037, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(259, 1037, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(260, 1037, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(261, 1037, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(262, 1037, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(263, 1037, 'slide_template', 'default'),
(264, 1037, 'media_type', 'audio'),
(265, 1037, 'embed_link', 'https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/242120896&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true'),
(266, 1037, 'media_type_player', 'none'),
(267, 1037, '_wp_old_slug', 'river-stumble-as-cruzeiro-but-fly-9'),
(268, 1037, '_dp_original', '350'),
(269, 1037, '_thumbnail_id', '1048'),
(270, 1037, '_wpb_vc_js_status', 'false'),
(2548, 1928, 'gm_custom_menu_id', ''),
(2547, 1928, 'gm_custom_preset_id', ''),
(276, 1038, 'slide_template', ''),
(277, 1038, 'media_type', 'audio'),
(278, 1038, 'embed_link', 'https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/242120896&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true'),
(279, 1038, 'media_type_player', 'none'),
(280, 1038, '_wp_old_slug', 'river-stumble-as-cruzeiro-but-fly-9'),
(281, 1038, '_dp_original', '350'),
(282, 1038, '_thumbnail_id', '1048'),
(283, 1045, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(284, 1045, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(285, 1045, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(286, 1045, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(287, 1045, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(288, 1045, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(289, 1045, 'slide_template', 'default'),
(290, 1045, 'raised_money', '2000'),
(291, 1045, 'donors', '4'),
(292, 1045, 'goal', '3000'),
(293, 1045, 'donor_intro', 'Cup gold medal with a blistering 129-92 win over Serbia (5-4) at the Palacio de os Deportes de la Comunidad arena on Sunday\nMadrid, Spain. The USA, which distanced itself from Serbia early in the game with a 28-6 run to close the first quarter, became\nthird country in FIBA World Cup history to capture consecutive titles, and more crucial, the championship earned the USA an\nbid into the 2016 Rio de Janeiro Olympic Games.\n'),
(294, 1045, '_wpb_vc_js_status', 'true'),
(295, 1045, '_dp_original', '595'),
(296, 1045, '_thumbnail_id', '1048'),
(297, 1048, '_wp_attached_file', '2016/06/placeholder.gif'),
(298, 1048, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:23:\"2016/06/placeholder.gif\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"placeholder-600x400.gif\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:{}}}'),
(2204, 1878, '_edit_last', '2'),
(2205, 1878, '_wp_page_template', 'sportpress-sidebar-right.php'),
(2206, 1878, 'slide_template', 'default'),
(2207, 1878, 'rs_page_bg_color', '#ffffff'),
(2208, 1878, 'footer_ca_position', 'customizer_default'),
(2209, 1878, '_wpb_vc_js_status', 'true'),
(2210, 1878, '_edit_lock', '1585071781:2'),
(2211, 1880, '_edit_last', '1'),
(2212, 1880, '_edit_lock', '1584752274:1'),
(2213, 1880, '_wp_page_template', 'sportpress-sidebar-right.php'),
(2214, 1880, 'slide_template', 'default'),
(2215, 1880, 'rs_page_bg_color', '#ffffff'),
(2216, 1880, 'footer_ca_position', 'customizer_default'),
(2217, 1880, '_wpb_vc_js_status', 'true'),
(2218, 1882, '_edit_last', '1'),
(2219, 1882, '_wp_page_template', 'sportpress-sidebar-right.php'),
(2220, 1882, 'slide_template', 'default'),
(2221, 1882, 'rs_page_bg_color', '#ffffff'),
(2222, 1882, 'footer_ca_position', 'customizer_default'),
(2223, 1882, '_wpb_vc_js_status', 'true'),
(2224, 1882, '_edit_lock', '1584811843:1'),
(2225, 1884, '_edit_last', '2'),
(2226, 1884, '_edit_lock', '1585082836:2'),
(2227, 1884, '_wp_page_template', 'sportpress-sidebar-right.php'),
(2228, 1884, 'slide_template', 'default'),
(2229, 1884, 'rs_page_bg_color', '#ffffff'),
(2230, 1884, 'footer_ca_position', 'customizer_default'),
(2231, 1884, '_wpb_vc_js_status', 'true'),
(2232, 1887, '_edit_last', '1'),
(2233, 1887, '_wp_page_template', 'sportpress-sidebar-right.php'),
(2234, 1887, 'slide_template', 'default'),
(2235, 1887, 'rs_page_bg_color', '#ffffff'),
(2236, 1887, 'footer_ca_position', 'customizer_default'),
(2237, 1887, '_wpb_vc_js_status', 'true'),
(2238, 1887, '_edit_lock', '1584814140:1'),
(2239, 1889, '_edit_last', '1'),
(2240, 1889, '_edit_lock', '1584829282:1'),
(2241, 1889, '_wp_page_template', 'sportpress-sidebar-right.php'),
(2242, 1889, 'slide_template', 'default'),
(2243, 1889, 'rs_page_bg_color', '#ffffff'),
(2244, 1889, 'footer_ca_position', 'customizer_default'),
(2245, 1889, '_wpb_vc_js_status', 'true'),
(2246, 1891, '_edit_last', '2'),
(2247, 1891, '_wp_page_template', 'default'),
(2248, 1891, 'slide_template', 'default'),
(2249, 1891, 'rs_page_bg_color', '#ffffff'),
(2250, 1891, 'footer_ca_position', 'customizer_default'),
(2251, 1891, '_wpb_vc_js_status', 'true'),
(2252, 1891, '_edit_lock', '1585082876:2'),
(3311, 2105, '_wpb_shortcodes_custom_css', '.vc_custom_1584521472977{margin-left: 5px !important;border-left-width: 5px !important;padding-left: 5px !important;}.vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584521542798{margin-left: 100px !important;border-left-width: 100px !important;padding-left: 100px !important;}'),
(3310, 1882, 'theplus_transient_widgets', 'a:0:{}'),
(2257, 1895, 'gm_preset_preview', ''),
(3315, 2107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:44:\"2020/03/986e4f807b13a475260314764215f9aa.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-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:45:\"986e4f807b13a475260314764215f9aa-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:44:\"986e4f807b13a475260314764215f9aa-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"986e4f807b13a475260314764215f9aa-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:43:\"986e4f807b13a475260314764215f9aa-128x80.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:42:\"986e4f807b13a475260314764215f9aa-32x20.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:45:\"986e4f807b13a475260314764215f9aa-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:45:\"986e4f807b13a475260314764215f9aa-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:43:\"986e4f807b13a475260314764215f9aa-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"986e4f807b13a475260314764215f9aa-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:42:\"986e4f807b13a475260314764215f9aa-98x61.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:43:\"986e4f807b13a475260314764215f9aa-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:42:\"986e4f807b13a475260314764215f9aa-24x15.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:42:\"986e4f807b13a475260314764215f9aa-36x23.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:42:\"986e4f807b13a475260314764215f9aa-48x30.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"986e4f807b13a475260314764215f9aa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3313, 1882, '_wpb_shortcodes_custom_css', '.vc_custom_1584811865327{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/Image-URL-1.jpg?id=2247) !important;}.vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),
(3312, 2106, '_wpb_shortcodes_custom_css', '.vc_custom_1584521472977{margin-left: 5px !important;border-left-width: 5px !important;padding-left: 5px !important;}.vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584521542798{margin-left: 100px !important;border-left-width: 100px !important;padding-left: 100px !important;}'),
(299, 1048, '_wp_attachment_image_alt', 'placeholder'),
(3410, 2139, '_menu_item_object_id', '1880'),
(3409, 2139, '_menu_item_menu_item_parent', '0'),
(3408, 2139, '_menu_item_type', 'post_type'),
(3407, 2138, '_menu_item_url', ''),
(3406, 2138, '_menu_item_xfn', ''),
(3405, 2138, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3404, 2138, '_menu_item_target', ''),
(3403, 2138, '_menu_item_object', 'page'),
(3402, 2138, '_menu_item_object_id', '1878'),
(3401, 2138, '_menu_item_menu_item_parent', '0'),
(3400, 2138, '_menu_item_type', 'post_type'),
(3958, 2237, '_menu_item_object_id', '1889'),
(3959, 2237, '_menu_item_object', 'page'),
(3956, 2237, '_menu_item_type', 'post_type'),
(3957, 2237, '_menu_item_menu_item_parent', '0'),
(332, 1053, '_menu_item_type', 'custom'),
(333, 1053, '_menu_item_menu_item_parent', '0'),
(334, 1053, '_menu_item_object_id', '1053'),
(335, 1053, '_menu_item_object', 'custom'),
(336, 1053, '_menu_item_target', ''),
(337, 1053, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(338, 1053, '_menu_item_xfn', ''),
(339, 1053, '_menu_item_url', '#'),
(340, 1054, '_menu_item_type', 'custom'),
(341, 1054, '_menu_item_menu_item_parent', '0'),
(342, 1054, '_menu_item_object_id', '1054'),
(343, 1054, '_menu_item_object', 'custom'),
(344, 1054, '_menu_item_target', ''),
(345, 1054, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(346, 1054, '_menu_item_xfn', ''),
(347, 1054, '_menu_item_url', '#'),
(348, 1055, '_menu_item_type', 'custom'),
(349, 1055, '_menu_item_menu_item_parent', '0'),
(350, 1055, '_menu_item_object_id', '1055'),
(351, 1055, '_menu_item_object', 'custom'),
(352, 1055, '_menu_item_target', ''),
(353, 1055, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(354, 1055, '_menu_item_xfn', ''),
(355, 1055, '_menu_item_url', '#'),
(356, 1797, '_wp_attached_file', '2017/10/new_banner_blur.jpg'),
(357, 1797, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:810;s:4:\"file\";s:27:\"2017/10/new_banner_blur.jpg\";s:5:\"sizes\";a:51:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"new_banner_blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"new_banner_blur-1024x432.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-150x150.jpg\";s:5:\"width\";i: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:\"new_banner_blur-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"new_banner_blur-1536x648.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:26:\"new_banner_blur-128x54.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:25:\"new_banner_blur-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:28:\"new_banner_blur-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:28:\"new_banner_blur-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:26:\"new_banner_blur-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"new_banner_blur-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:25:\"new_banner_blur-98x41.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:26:\"new_banner_blur-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"new_banner_blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"new_banner_blur-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(358, 1798, '_menu_item_type', 'custom'),
(359, 1798, '_menu_item_menu_item_parent', '0'),
(360, 1798, '_menu_item_object_id', '1798'),
(361, 1798, '_menu_item_object', 'custom'),
(362, 1798, '_menu_item_target', ''),
(363, 1798, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(364, 1798, '_menu_item_xfn', ''),
(365, 1798, '_menu_item_url', '#'),
(366, 1799, '_menu_item_type', 'custom'),
(367, 1799, '_menu_item_menu_item_parent', '0'),
(368, 1799, '_menu_item_object_id', '1799'),
(369, 1799, '_menu_item_object', 'custom'),
(370, 1799, '_menu_item_target', ''),
(371, 1799, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(372, 1799, '_menu_item_xfn', ''),
(373, 1799, '_menu_item_url', '#'),
(3239, 2092, '_edit_last', '1'),
(3238, 2092, '_edit_lock', '1584468798:1'),
(3955, 2236, '_menu_item_url', ''),
(3953, 2236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3954, 2236, '_menu_item_xfn', ''),
(3952, 2236, '_menu_item_target', ''),
(3943, 2235, '_menu_item_object', 'page'),
(3942, 2235, '_menu_item_object_id', '1887'),
(3941, 2235, '_menu_item_menu_item_parent', '0'),
(3940, 2235, '_menu_item_type', 'post_type'),
(3939, 2234, '_menu_item_url', ''),
(3938, 2234, '_menu_item_xfn', ''),
(459, 90, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(460, 90, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(461, 90, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(462, 90, '_wp_page_template', 'default'),
(463, 90, 'slide_template', 'default'),
(464, 90, '_wpb_vc_js_status', 'true'),
(465, 90, 'footer_ca_position', 'customizer_default'),
(466, 90, 'page_title', 'on'),
(3209, 2080, '_edit_lock', '1584466196:1'),
(516, 91, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(517, 91, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(518, 91, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(519, 91, '_wp_page_template', 'default'),
(520, 91, 'slide_template', 'default'),
(521, 91, 'footer_image', '1470'),
(522, 91, 'footer_ca_position', 'left'),
(523, 91, '_wpb_vc_js_status', 'false'),
(524, 92, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(525, 92, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(526, 92, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(527, 92, '_wp_page_template', 'default'),
(528, 92, 'slide_template', 'default'),
(529, 92, 'footer_ca_position', 'customizer_default'),
(530, 92, '_wpb_vc_js_status', 'false'),
(531, 92, 'page_footer_hide', 'on'),
(532, 93, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(533, 93, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(534, 93, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(555, 500, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(556, 500, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(557, 500, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(558, 500, 'slide_template', 'default'),
(559, 500, '_wpb_vc_js_status', 'false'),
(560, 500, 'footer_ca_position', 'customizer_default'),
(3504, 2166, '_menu_item_type', 'post_type'),
(3503, 2023, 'theplus_transient_widgets', 'a:0:{}'),
(706, 1816, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(707, 1816, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(708, 1816, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(709, 1816, '_visibility', 'visible'),
(710, 1816, '_stock_status', 'instock'),
(711, 1816, 'total_sales', '2'),
(712, 1816, '_downloadable', 'no'),
(713, 1816, '_virtual', 'no'),
(714, 1816, '_product_image_gallery', '1658,1658'),
(715, 1816, '_regular_price', '20'),
(716, 1816, '_sale_price', '18'),
(717, 1816, '_tax_status', 'taxable'),
(718, 1816, '_tax_class', ''),
(719, 1816, '_purchase_note', ''),
(720, 1816, '_featured', 'no'),
(721, 1816, '_weight', ''),
(722, 1816, '_length', ''),
(723, 1816, '_width', ''),
(724, 1816, '_height', ''),
(725, 1816, '_sku', ''),
(726, 1816, '_product_attributes', 'a:0:{}'),
(727, 1816, '_sale_price_dates_from', ''),
(728, 1816, '_sale_price_dates_to', ''),
(729, 1816, '_price', '18'),
(730, 1816, '_sold_individually', ''),
(731, 1816, '_stock', '3'),
(732, 1816, '_backorders', 'no'),
(733, 1816, '_manage_stock', 'yes'),
(734, 1816, '_upsell_ids', 'a:0:{}'),
(735, 1816, '_wc_rating_count', 'a:0:{}'),
(736, 1816, '_wc_average_rating', '0'),
(737, 1816, '_crosssell_ids', 'a:0:{}'),
(738, 1816, '_product_version', '2.6.8'),
(739, 1816, 'slide_template', 'default'),
(740, 1816, '_wpb_vc_js_status', 'false'),
(741, 1816, '_wc_review_count', '0'),
(742, 1816, '_thumbnail_id', '1048'),
(743, 1817, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(744, 1817, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(745, 1817, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(746, 1817, '_visibility', 'visible'),
(747, 1817, '_stock_status', 'instock'),
(748, 1817, 'total_sales', '0'),
(749, 1817, '_downloadable', 'no'),
(750, 1817, '_virtual', 'no'),
(751, 1817, '_product_image_gallery', '1659,1659'),
(752, 1817, '_regular_price', ''),
(753, 1817, '_sale_price', ''),
(754, 1817, '_tax_status', 'taxable'),
(755, 1817, '_tax_class', ''),
(756, 1817, '_purchase_note', ''),
(757, 1817, '_featured', 'no'),
(758, 1817, '_weight', ''),
(759, 1817, '_length', ''),
(760, 1817, '_width', ''),
(761, 1817, '_height', ''),
(762, 1817, '_sku', ''),
(763, 1817, '_product_attributes', 'a:0:{}'),
(764, 1817, '_sale_price_dates_from', ''),
(765, 1817, '_sale_price_dates_to', ''),
(766, 1817, '_sold_individually', ''),
(767, 1817, '_stock', ''),
(768, 1817, '_backorders', 'no'),
(769, 1817, '_manage_stock', 'no'),
(770, 1817, '_min_variation_price', '30'),
(771, 1817, '_max_variation_price', '35'),
(772, 1817, '_min_variation_regular_price', '35'),
(773, 1817, '_max_variation_regular_price', '35'),
(774, 1817, '_min_variation_sale_price', '30'),
(775, 1817, '_max_variation_sale_price', '30'),
(776, 1817, '_default_attributes', 'a:1:{s:8:\"pa_color\";s:5:\"black\";}'),
(777, 1817, '_thumbnail_id', '1048'),
(778, 1817, '_crosssell_ids', 'a:0:{}'),
(779, 1817, '_min_price_variation_id', '42'),
(780, 1817, '_max_price_variation_id', '41'),
(781, 1817, '_min_regular_price_variation_id', '41'),
(782, 1817, '_max_regular_price_variation_id', '41'),
(783, 1817, '_min_sale_price_variation_id', '42'),
(784, 1817, '_max_sale_price_variation_id', '42'),
(785, 1817, '_upsell_ids', 'a:0:{}'),
(786, 1817, '_product_version', '2.6.8'),
(787, 1817, 'slide_template', 'default'),
(788, 1817, '_wpb_vc_js_status', 'false'),
(789, 1817, '_wc_rating_count', 'a:0:{}'),
(790, 1817, '_wc_average_rating', '0'),
(791, 1817, '_wc_review_count', '0'),
(792, 1817, '_price', '30'),
(793, 1817, '_price', '35'),
(794, 1818, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(795, 1818, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(796, 1818, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(797, 1818, '_sku', ''),
(798, 1818, '_weight', ''),
(799, 1818, '_length', ''),
(800, 1818, '_width', ''),
(801, 1818, '_height', ''),
(802, 1818, '_stock', ''),
(803, 1818, '_thumbnail_id', '1048'),
(804, 1818, '_virtual', 'no'),
(805, 1818, '_downloadable', 'no'),
(806, 1818, '_regular_price', '35'),
(807, 1818, '_sale_price', ''),
(808, 1818, '_sale_price_dates_from', ''),
(809, 1818, '_sale_price_dates_to', ''),
(810, 1818, '_price', '35'),
(811, 1818, '_tax_class', ''),
(812, 1818, '_download_limit', ''),
(813, 1818, '_download_expiry', ''),
(814, 1818, '_file_paths', ''),
(815, 1818, 'attribute_pa_color', 'black'),
(816, 1818, '_stock_status', 'instock'),
(817, 1818, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(818, 1818, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(819, 1818, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(820, 1818, '_sku', ''),
(821, 1818, '_weight', ''),
(822, 1818, '_length', ''),
(823, 1818, '_width', ''),
(824, 1818, '_height', ''),
(825, 1818, '_stock', ''),
(826, 1818, '_thumbnail_id', '1048'),
(827, 1818, '_virtual', 'no'),
(828, 1818, '_downloadable', 'no'),
(829, 1818, '_regular_price', '35'),
(830, 1818, '_sale_price', '30'),
(831, 1818, '_sale_price_dates_from', ''),
(832, 1818, '_sale_price_dates_to', ''),
(833, 1818, '_price', '30'),
(834, 1818, '_tax_class', ''),
(835, 1818, '_download_limit', ''),
(836, 1818, '_download_expiry', ''),
(837, 1818, '_file_paths', ''),
(838, 1818, 'attribute_pa_color', 'blue'),
(839, 1818, '_stock_status', 'instock'),
(840, 50, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(841, 50, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(842, 50, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(843, 50, '_visibility', 'visible'),
(844, 50, '_stock_status', 'instock'),
(845, 50, 'total_sales', '5'),
(846, 50, '_downloadable', 'no'),
(847, 50, '_virtual', 'no'),
(848, 50, '_product_image_gallery', '1660,1660'),
(849, 50, '_regular_price', '35'),
(850, 50, '_sale_price', ''),
(851, 50, '_tax_status', 'taxable'),
(852, 50, '_tax_class', ''),
(853, 50, '_purchase_note', ''),
(854, 50, '_featured', 'no'),
(855, 50, '_weight', ''),
(856, 50, '_length', ''),
(857, 50, '_width', ''),
(858, 50, '_height', ''),
(859, 50, '_sku', ''),
(860, 50, '_product_attributes', 'a:0:{}'),
(861, 50, '_sale_price_dates_from', ''),
(862, 50, '_sale_price_dates_to', ''),
(863, 50, '_price', '35'),
(864, 50, '_sold_individually', ''),
(865, 50, '_stock', ''),
(866, 50, '_backorders', 'no'),
(867, 50, '_manage_stock', 'no'),
(868, 50, '_thumbnail_id', '1048'),
(869, 50, '_crosssell_ids', 'a:1:{i:0;i:53;}'),
(870, 50, '_wc_rating_count', 'a:0:{}'),
(871, 50, '_wc_average_rating', '0'),
(872, 50, '_wc_review_count', '0'),
(873, 50, '_upsell_ids', 'a:0:{}'),
(874, 50, '_product_version', '2.6.8'),
(875, 50, 'slide_template', 'default'),
(876, 50, '_wpb_vc_js_status', 'false'),
(877, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(878, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(879, 53, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(880, 53, '_thumbnail_id', '1048'),
(881, 53, '_visibility', 'visible'),
(882, 53, '_stock_status', 'instock'),
(883, 53, 'total_sales', '4'),
(884, 53, '_downloadable', 'no'),
(885, 53, '_virtual', 'no'),
(886, 53, '_product_image_gallery', '1658,1658'),
(887, 53, '_regular_price', '35'),
(888, 53, '_sale_price', ''),
(889, 53, '_tax_status', 'taxable'),
(890, 53, '_tax_class', ''),
(891, 53, '_purchase_note', ''),
(892, 53, '_featured', 'no'),
(893, 53, '_weight', ''),
(894, 53, '_length', ''),
(895, 53, '_width', ''),
(896, 53, '_height', ''),
(897, 53, '_sku', ''),
(898, 53, '_product_attributes', 'a:0:{}'),
(899, 53, '_sale_price_dates_from', ''),
(900, 53, '_sale_price_dates_to', ''),
(901, 53, '_price', '35'),
(902, 53, '_sold_individually', ''),
(903, 53, '_stock', ''),
(904, 53, '_backorders', 'no'),
(905, 53, '_manage_stock', 'no'),
(906, 53, '_crosssell_ids', 'a:0:{}'),
(907, 53, '_wc_rating_count', 'a:0:{}'),
(908, 53, '_wc_average_rating', '0'),
(909, 53, '_upsell_ids', 'a:0:{}'),
(910, 53, '_product_version', '2.6.8'),
(911, 53, 'slide_template', 'default'),
(912, 53, '_wpb_vc_js_status', 'false'),
(913, 53, '_wc_review_count', '0'),
(914, 74, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(915, 74, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(916, 74, 'sp_players', 'a:2:{i:58;a:4:{i:0;a:9:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";}i:65;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"43\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"44\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"48\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}i:481;a:4:{i:0;a:9:{s:4:\"comp\";s:1:\"0\";s:3:\"att\";s:1:\"0\";s:3:\"yds\";s:1:\"0\";s:3:\"rec\";s:1:\"0\";s:2:\"td\";s:1:\"0\";s:3:\"int\";s:1:\"0\";s:3:\"lng\";s:1:\"0\";s:3:\"fum\";s:1:\"0\";s:4:\"lost\";s:1:\"0\";}i:65;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"43\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"44\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"48\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}}'),
(917, 74, 'sp_results', 'a:2:{i:58;a:8:{s:3:\"one\";s:1:\"5\";s:3:\"two\";s:1:\"5\";s:5:\"three\";s:2:\"10\";s:4:\"four\";s:1:\"3\";s:2:\"ot\";s:2:\"10\";s:2:\"td\";s:0:\"\";s:6:\"points\";s:2:\"23\";s:7:\"outcome\";a:1:{i:0;s:3:\"win\";}}i:481;a:8:{s:3:\"one\";s:0:\"\";s:3:\"two\";s:0:\"\";s:5:\"three\";s:0:\"\";s:4:\"four\";s:0:\"\";s:2:\"ot\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"points\";s:2:\"19\";s:7:\"outcome\";a:1:{i:0;s:4:\"loss\";}}}'),
(918, 74, 'sp_columns', 'a:0:{}'),
(919, 74, 'sp_format', 'league'),
(920, 74, 'sp_video', 'https://youtu.be/tU09__3Q1Jo'),
(921, 74, '_oembed_289fbf640a116fcda487a5fe60231114', '<iframe width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/xSGxuTGVQYE?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(922, 74, '_oembed_time_289fbf640a116fcda487a5fe60231114', '1461050196'),
(923, 74, '_oembed_ca4ad077ab6f092e0411661d3e62d8c7', '<iframe width=\"254\" height=\"143\" src=\"https://www.youtube.com/embed/xSGxuTGVQYE?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(924, 74, '_oembed_time_ca4ad077ab6f092e0411661d3e62d8c7', '1461662133'),
(925, 74, '_oembed_2833b9425fc12d01aab75db48aa64c0a', '<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/xSGxuTGVQYE?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(926, 74, '_oembed_time_2833b9425fc12d01aab75db48aa64c0a', '1461663069'),
(927, 74, 'sp_minutes', ''),
(928, 74, 'sp_result_columns', 'a:0:{}'),
(929, 74, 'sp_order', 'a:0:{}'),
(930, 74, 'slide_template', 'default'),
(931, 74, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(932, 74, 'footer_ca_position', 'customizer_default'),
(933, 74, '_wpb_vc_js_status', 'true'),
(934, 74, '_wp_old_slug', 'kangaroos-vs-bluebirds'),
(935, 74, 'sp_status', 'ok'),
(936, 74, 'sp_day', ''),
(937, 74, 'sp_timeline', 'a:2:{i:58;a:3:{i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}i:481;a:3:{i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}}'),
(938, 74, '_oembed_7dae72487822d2c57bfe24554b6f2380', '<iframe width=\"254\" height=\"143\" src=\"https://www.youtube.com/embed/tU09__3Q1Jo?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(939, 74, '_oembed_time_7dae72487822d2c57bfe24554b6f2380', '1479792780'),
(940, 74, '_oembed_c20d488981a9209b78fbe3cda62126e0', '<iframe width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/tU09__3Q1Jo?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),
(941, 74, '_oembed_time_c20d488981a9209b78fbe3cda62126e0', '1479792783'),
(942, 74, 'sp_team', '58'),
(943, 74, 'sp_team', '481'),
(944, 74, 'sp_player', '0'),
(945, 74, 'sp_player', '65'),
(946, 74, 'sp_player', '1155'),
(947, 74, 'sp_player', '1153'),
(948, 74, 'sp_player', '0'),
(949, 74, 'sp_player', '65'),
(950, 74, 'sp_player', '1155'),
(951, 74, 'sp_player', '1153'),
(952, 74, 'sp_staff', '0'),
(953, 74, 'sp_staff', '0'),
(954, 78, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(955, 78, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(956, 78, 'sp_format', 'blocks'),
(957, 78, 'sp_status', 'any'),
(958, 78, 'sp_date', '0'),
(959, 78, 'sp_order', 'ASC'),
(960, 78, 'sp_columns', 'a:3:{i:0;s:5:\"event\";i:1;s:4:\"time\";i:2;s:7:\"article\";}'),
(961, 78, 'sp_caption', ''),
(962, 78, 'sp_date_from', '2016-04-19'),
(963, 78, 'sp_date_to', '2016-04-19'),
(964, 78, 'slide_template', 'default'),
(965, 78, '_wpb_vc_js_status', 'true'),
(966, 78, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(967, 78, 'sp_day', ''),
(968, 78, 'sp_orderby', 'date'),
(969, 78, 'footer_ca_position', 'customizer_default'),
(970, 440, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(971, 440, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(972, 440, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(973, 440, '_thumbnail_id', '1048'),
(974, 440, '_visibility', 'visible'),
(975, 440, '_stock_status', 'instock'),
(976, 440, 'total_sales', '0'),
(977, 440, '_downloadable', 'no'),
(978, 440, '_virtual', 'no'),
(979, 440, '_product_image_gallery', '1661,1661'),
(980, 440, '_regular_price', '35'),
(981, 440, '_sale_price', ''),
(982, 440, '_tax_status', 'taxable'),
(983, 440, '_tax_class', ''),
(984, 440, '_purchase_note', ''),
(985, 440, '_featured', 'no'),
(986, 440, '_weight', ''),
(987, 440, '_length', ''),
(988, 440, '_width', ''),
(989, 440, '_height', ''),
(990, 440, '_sku', ''),
(991, 440, '_product_attributes', 'a:0:{}'),
(992, 440, '_sale_price_dates_from', ''),
(993, 440, '_sale_price_dates_to', ''),
(994, 440, '_price', '35'),
(995, 440, '_sold_individually', ''),
(996, 440, '_stock', ''),
(997, 440, '_backorders', 'no'),
(998, 440, '_manage_stock', 'no'),
(999, 440, '_crosssell_ids', 'a:1:{i:0;i:15;}'),
(1000, 440, '_wc_rating_count', 'a:0:{}'),
(1001, 440, '_wc_average_rating', '0'),
(1002, 440, '_upsell_ids', 'a:0:{}'),
(1003, 440, '_product_version', '2.6.8'),
(1004, 440, 'slide_template', 'default'),
(1005, 440, '_wpb_vc_js_status', 'false'),
(1006, 440, '_wc_review_count', '0'),
(1007, 443, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1008, 443, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1009, 443, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1010, 443, '_visibility', 'visible'),
(1011, 443, '_stock_status', 'instock'),
(1012, 443, 'total_sales', '2'),
(1013, 443, '_downloadable', 'no'),
(1014, 443, '_virtual', 'no'),
(1015, 443, '_product_image_gallery', '1660,1660'),
(1016, 443, '_regular_price', '15'),
(1017, 443, '_sale_price', '12'),
(1018, 443, '_tax_status', 'taxable'),
(1019, 443, '_tax_class', ''),
(1020, 443, '_purchase_note', ''),
(1021, 443, '_featured', 'no'),
(1022, 443, '_weight', ''),
(1023, 443, '_length', ''),
(1024, 443, '_width', ''),
(1025, 443, '_height', ''),
(1026, 443, '_sku', ''),
(1027, 443, '_product_attributes', 'a:0:{}'),
(1028, 443, '_sale_price_dates_from', ''),
(1029, 443, '_sale_price_dates_to', ''),
(1030, 443, '_price', '12'),
(1031, 443, '_sold_individually', ''),
(1032, 443, '_stock', ''),
(1033, 443, '_backorders', 'no'),
(1034, 443, '_manage_stock', 'no'),
(1035, 443, '_upsell_ids', 'a:0:{}'),
(1036, 443, '_thumbnail_id', '1048'),
(1037, 443, '_wc_rating_count', 'a:0:{}'),
(1038, 443, '_wc_average_rating', '0'),
(1039, 443, '_crosssell_ids', 'a:0:{}'),
(1040, 443, '_product_version', '2.6.8'),
(1041, 443, 'slide_template', 'default'),
(1042, 443, '_wpb_vc_js_status', 'false'),
(1043, 443, '_wc_review_count', '0'),
(1044, 822, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1045, 822, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1046, 822, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1047, 822, 'sp_format', 'list'),
(1048, 822, 'sp_status', 'any'),
(1049, 822, 'sp_date', '0'),
(1050, 822, 'sp_order', 'ASC'),
(1051, 822, 'sp_columns', 'a:3:{i:0;s:5:\"event\";i:1;s:4:\"time\";i:2;s:7:\"article\";}'),
(1052, 822, 'sp_caption', ''),
(1053, 822, 'sp_date_from', '2016-04-19'),
(1054, 822, 'sp_date_to', '2016-04-19'),
(1055, 822, 'slide_template', 'default'),
(1056, 822, '_wpb_vc_js_status', 'true'),
(1057, 822, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1058, 822, '_dp_original', '78'),
(1059, 822, 'sp_day', ''),
(1060, 822, 'sp_orderby', 'date'),
(1061, 822, 'footer_ca_position', 'customizer_default'),
(1062, 877, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1063, 877, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1064, 877, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1065, 877, '_sku', ''),
(1066, 877, '_thumbnail_id', '1048'),
(1067, 877, '_virtual', 'no'),
(1068, 877, '_downloadable', 'no'),
(1069, 877, '_weight', ''),
(1070, 877, '_length', ''),
(1071, 877, '_width', ''),
(1072, 877, '_height', ''),
(1073, 877, '_manage_stock', 'no'),
(1074, 877, '_stock_status', 'instock'),
(1075, 877, '_regular_price', ''),
(1076, 877, '_sale_price', ''),
(1077, 877, '_sale_price_dates_from', ''),
(1078, 877, '_sale_price_dates_to', ''),
(1079, 877, '_price', ''),
(1080, 877, '_download_limit', ''),
(1081, 877, '_download_expiry', ''),
(1082, 877, '_downloadable_files', ''),
(1083, 877, '_variation_description', ''),
(1084, 877, 'attribute_pa_color', 'red'),
(1085, 1008, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1086, 1008, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1087, 1008, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1088, 1008, 'sp_format', 'list'),
(1089, 1008, 'sp_columns', 'a:13:{i:0;s:4:\"team\";i:1;s:1:\"0\";i:2;s:4:\"comp\";i:3;s:3:\"att\";i:4;s:3:\"yds\";i:5;s:3:\"rec\";i:6;s:2:\"td\";i:7;s:3:\"int\";i:8;s:3:\"lng\";i:9;s:3:\"fum\";i:10;s:4:\"lost\";i:11;s:1:\"0\";i:12;s:1:\"0\";}'),
(1090, 1008, 'sp_grouping', '0'),
(1091, 1008, 'sp_order', 'DESC'),
(1092, 1008, 'sp_orderby', 'number'),
(1093, 1008, '_dp_original', '83'),
(1094, 1008, 'sp_caption', ''),
(1095, 1008, 'sp_team', '0'),
(1096, 1008, 'sp_select', 'manual'),
(1097, 1008, 'sp_adjustments', 'a:3:{i:1153;a:9:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";}i:1155;a:9:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";}i:65;a:9:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";}}'),
(1098, 1008, 'sp_players', 'a:3:{i:1153;a:11:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:2:\"58\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";}i:1155;a:11:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:2:\"58\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";}i:65;a:11:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";}}'),
(1099, 1008, 'slide_template', 'default'),
(1100, 1008, '_wpb_vc_js_status', 'false'),
(1101, 1008, 'sp_era', 'all'),
(1102, 1008, 'sp_player', '0'),
(1103, 1008, 'sp_player', '65'),
(1104, 1008, 'sp_player', '1155'),
(1105, 1008, 'sp_player', '1153'),
(1106, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1107, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1108, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1109, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1110, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1111, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1112, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1113, 1013, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1114, 1013, 'sp_format', 'list'),
(1115, 1013, 'sp_columns', 'a:4:{i:0;s:4:\"team\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}'),
(1116, 1013, 'sp_grouping', '0'),
(1117, 1013, 'sp_order', 'DESC'),
(1118, 1013, 'sp_orderby', 'number'),
(1119, 1013, 'sp_caption', ''),
(1120, 1013, 'sp_team', '57'),
(1121, 1013, 'sp_select', 'manual'),
(1122, 1013, 'sp_adjustments', 'a:0:{}'),
(1123, 1013, 'sp_players', 'a:9:{i:60;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"821\";}i:1006;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"480\";}i:61;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"821\";}i:62;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"821\";}i:63;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"821\";}i:64;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"821\";}i:65;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";}i:59;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"821\";}i:846;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"480\";}}'),
(1124, 1013, 'slide_template', 'default'),
(1125, 1013, '_wpb_vc_js_status', 'false'),
(1126, 1013, '_dp_original', '1012'),
(1127, 1013, 'sp_era', 'all'),
(1128, 1013, 'sp_player', '0'),
(1129, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1130, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1131, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1132, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1133, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1134, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1135, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1136, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1137, 1014, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1138, 1014, 'sp_format', 'list'),
(1139, 1014, 'sp_columns', 'a:23:{i:0;s:4:\"team\";i:1;s:1:\"0\";i:2;s:4:\"comp\";i:3;s:3:\"att\";i:4;s:3:\"yds\";i:5;s:3:\"rec\";i:6;s:2:\"td\";i:7;s:3:\"int\";i:8;s:3:\"lng\";i:9;s:3:\"fum\";i:10;s:4:\"lost\";i:11;s:1:\"0\";i:12;s:3:\"age\";i:13;s:7:\"college\";i:14;s:10:\"experience\";i:15;s:6:\"height\";i:16;s:6:\"weight\";i:17;s:1:\"0\";i:18;s:1:\"g\";i:19;s:2:\"gs\";i:20;s:3:\"avg\";i:21;s:6:\"recavg\";i:22;s:3:\"ppg\";}'),
(1140, 1014, 'sp_grouping', '0'),
(1141, 1014, 'sp_order', 'DESC'),
(1142, 1014, 'sp_orderby', 'number'),
(1143, 1014, 'sp_caption', ''),
(1144, 1014, 'sp_team', '0'),
(1145, 1014, 'sp_select', 'manual'),
(1146, 1014, 'sp_adjustments', 'a:0:{}'),
(1147, 1014, 'sp_players', 'a:6:{i:1688;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";}i:1687;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";}i:1686;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";}i:1153;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";}i:1155;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";}i:65;a:2:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";}}'),
(1148, 1014, 'slide_template', 'default'),
(1149, 1014, '_wpb_vc_js_status', 'false'),
(1150, 1014, '_dp_original', '1013'),
(1151, 1014, 'sp_era', 'all'),
(1152, 1014, 'sp_player', '0'),
(1153, 1014, 'sp_player', '65'),
(1154, 1014, 'sp_player', '1155'),
(1155, 1014, 'sp_player', '1153'),
(1156, 1595, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1157, 1595, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1158, 1595, 'sp_status', 'ok'),
(1159, 1595, 'sp_format', 'league'),
(1160, 1595, 'sp_day', ''),
(1161, 1595, 'sp_minutes', ''),
(1162, 1595, 'sp_results', 'a:2:{i:58;a:8:{s:3:\"one\";s:1:\"2\";s:3:\"two\";s:1:\"4\";s:5:\"three\";s:1:\"1\";s:4:\"four\";s:1:\"4\";s:2:\"ot\";s:2:\"10\";s:2:\"td\";s:2:\"12\";s:6:\"points\";s:2:\"23\";s:7:\"outcome\";a:1:{i:0;s:3:\"win\";}}i:480;a:8:{s:3:\"one\";s:0:\"\";s:3:\"two\";s:0:\"\";s:5:\"three\";s:0:\"\";s:4:\"four\";s:0:\"\";s:2:\"ot\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"points\";s:2:\"20\";s:7:\"outcome\";a:1:{i:0;s:4:\"loss\";}}}'),
(1163, 1595, 'sp_result_columns', 'a:0:{}'),
(1164, 1595, 'sp_players', 'a:2:{i:58;a:4:{i:0;a:9:{s:4:\"comp\";s:1:\"0\";s:3:\"att\";s:1:\"0\";s:3:\"yds\";s:1:\"0\";s:3:\"rec\";s:1:\"0\";s:2:\"td\";s:1:\"0\";s:3:\"int\";s:1:\"0\";s:3:\"lng\";s:1:\"0\";s:3:\"fum\";s:1:\"0\";s:4:\"lost\";s:1:\"0\";}i:65;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"43\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"44\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"48\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}i:480;a:4:{i:0;a:9:{s:4:\"comp\";s:1:\"0\";s:3:\"att\";s:1:\"0\";s:3:\"yds\";s:1:\"0\";s:3:\"rec\";s:1:\"0\";s:2:\"td\";s:1:\"0\";s:3:\"int\";s:1:\"0\";s:3:\"lng\";s:1:\"0\";s:3:\"fum\";s:1:\"0\";s:4:\"lost\";s:1:\"0\";}i:65;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"43\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"44\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"48\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}}'),
(1165, 1595, 'sp_columns', 'a:0:{}'),
(1166, 1595, 'sp_order', 'a:0:{}'),
(1167, 1595, 'sp_timeline', 'a:2:{i:58;a:3:{i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}i:480;a:3:{i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}}'),
(1168, 1595, 'sp_video', ''),
(1169, 1595, 'slide_template', 'default'),
(1170, 1595, 'footer_ca_position', 'customizer_default'),
(1171, 1595, '_wpb_vc_js_status', 'false'),
(1172, 1595, 'sp_team', '58'),
(1173, 1595, 'sp_team', '480'),
(1174, 1595, 'sp_player', '0'),
(1175, 1595, 'sp_player', '65'),
(1176, 1595, 'sp_player', '1155'),
(1177, 1595, 'sp_player', '1153'),
(1178, 1595, 'sp_player', '0'),
(1179, 1595, 'sp_player', '65'),
(1180, 1595, 'sp_player', '1155'),
(1181, 1595, 'sp_player', '1153'),
(1182, 1595, 'sp_staff', '0'),
(1183, 1595, 'sp_staff', '0'),
(1184, 1596, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1185, 1596, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1186, 1596, 'sp_status', 'ok'),
(1187, 1596, 'sp_format', 'league'),
(1188, 1596, 'sp_day', ''),
(1189, 1596, 'sp_minutes', ''),
(1190, 1596, 'sp_results', 'a:2:{i:58;a:7:{s:3:\"one\";s:0:\"\";s:3:\"two\";s:0:\"\";s:5:\"three\";s:0:\"\";s:4:\"four\";s:0:\"\";s:2:\"ot\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"points\";s:0:\"\";}i:481;a:7:{s:3:\"one\";s:0:\"\";s:3:\"two\";s:0:\"\";s:5:\"three\";s:0:\"\";s:4:\"four\";s:0:\"\";s:2:\"ot\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"points\";s:0:\"\";}}'),
(1191, 1596, 'sp_result_columns', 'a:0:{}'),
(1192, 1596, 'sp_players', 'a:2:{i:58;a:4:{i:0;a:10:{s:4:\"comp\";s:1:\"0\";s:3:\"att\";s:1:\"0\";s:3:\"yds\";s:1:\"0\";s:3:\"rec\";s:1:\"0\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"0\";s:3:\"int\";s:1:\"0\";s:3:\"lng\";s:1:\"0\";s:3:\"fum\";s:1:\"0\";s:4:\"lost\";s:1:\"0\";}i:65;a:14:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"43\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}i:481;a:4:{i:0;a:10:{s:4:\"comp\";s:1:\"0\";s:3:\"att\";s:1:\"0\";s:3:\"yds\";s:1:\"0\";s:3:\"rec\";s:1:\"0\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"0\";s:3:\"int\";s:1:\"0\";s:3:\"lng\";s:1:\"0\";s:3:\"fum\";s:1:\"0\";s:4:\"lost\";s:1:\"0\";}i:65;a:14:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"43\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}}'),
(1193, 1596, 'sp_columns', 'a:0:{}'),
(1194, 1596, 'sp_order', 'a:0:{}'),
(1195, 1596, 'sp_timeline', 'a:2:{i:58;a:3:{i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}i:481;a:3:{i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}}'),
(1196, 1596, 'sp_video', ''),
(1197, 1596, 'slide_template', 'default'),
(1198, 1596, 'footer_ca_position', 'customizer_default'),
(1199, 1596, '_wpb_vc_js_status', 'false'),
(1200, 1596, 'sp_mode', 'team'),
(1201, 1596, 'sp_team', '58'),
(1202, 1596, 'sp_team', '481'),
(1203, 1596, 'sp_player', '0'),
(1204, 1596, 'sp_player', '65'),
(1205, 1596, 'sp_player', '1155'),
(1206, 1596, 'sp_player', '1153'),
(1207, 1596, 'sp_player', '0'),
(1208, 1596, 'sp_player', '65'),
(1209, 1596, 'sp_player', '1155'),
(1210, 1596, 'sp_player', '1153'),
(1211, 1596, 'sp_staff', '0'),
(1212, 1596, 'sp_staff', '0'),
(1213, 1599, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1214, 1599, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1215, 1599, 'sp_status', 'ok'),
(1216, 1599, 'sp_format', 'league'),
(1217, 1599, 'sp_day', ''),
(1218, 1599, 'sp_minutes', ''),
(1219, 1599, 'sp_results', 'a:2:{i:58;a:8:{s:3:\"one\";s:1:\"2\";s:3:\"two\";s:1:\"2\";s:5:\"three\";s:1:\"2\";s:4:\"four\";s:1:\"2\";s:2:\"ot\";s:1:\"2\";s:2:\"td\";s:1:\"2\";s:6:\"points\";s:2:\"11\";s:7:\"outcome\";a:1:{i:0;s:3:\"win\";}}i:57;a:8:{s:3:\"one\";s:1:\"3\";s:3:\"two\";s:1:\"3\";s:5:\"three\";s:1:\"3\";s:4:\"four\";s:1:\"3\";s:2:\"ot\";s:2:\"32\";s:2:\"td\";s:1:\"2\";s:6:\"points\";s:1:\"8\";s:7:\"outcome\";a:1:{i:0;s:4:\"loss\";}}}'),
(1220, 1599, 'sp_result_columns', 'a:0:{}'),
(1221, 1599, 'sp_players', 'a:2:{i:58;a:4:{i:0;a:9:{s:4:\"comp\";s:1:\"0\";s:3:\"att\";s:1:\"0\";s:3:\"yds\";s:1:\"0\";s:3:\"rec\";s:1:\"0\";s:2:\"td\";s:1:\"0\";s:3:\"int\";s:1:\"0\";s:3:\"lng\";s:1:\"0\";s:3:\"fum\";s:1:\"0\";s:4:\"lost\";s:1:\"0\";}i:65;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"50\";}s:4:\"comp\";s:1:\"3\";s:3:\"att\";s:1:\"3\";s:3:\"yds\";s:1:\"3\";s:3:\"rec\";s:1:\"3\";s:2:\"td\";s:1:\"3\";s:3:\"int\";s:1:\"3\";s:3:\"lng\";s:1:\"3\";s:3:\"fum\";s:1:\"3\";s:4:\"lost\";s:1:\"3\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"49\";}s:4:\"comp\";s:1:\"3\";s:3:\"att\";s:1:\"3\";s:3:\"yds\";s:1:\"3\";s:3:\"rec\";s:1:\"3\";s:2:\"td\";s:1:\"3\";s:3:\"int\";s:1:\"3\";s:3:\"lng\";s:1:\"3\";s:3:\"fum\";s:1:\"3\";s:4:\"lost\";s:1:\"3\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"48\";}s:4:\"comp\";s:1:\"3\";s:3:\"att\";s:1:\"3\";s:3:\"yds\";s:1:\"3\";s:3:\"rec\";s:1:\"3\";s:2:\"td\";s:1:\"3\";s:3:\"int\";s:1:\"3\";s:3:\"lng\";s:1:\"3\";s:3:\"fum\";s:1:\"3\";s:4:\"lost\";s:1:\"3\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}i:57;a:4:{i:0;a:9:{s:4:\"comp\";s:1:\"0\";s:3:\"att\";s:1:\"0\";s:3:\"yds\";s:1:\"0\";s:3:\"rec\";s:1:\"0\";s:2:\"td\";s:1:\"0\";s:3:\"int\";s:1:\"0\";s:3:\"lng\";s:1:\"0\";s:3:\"fum\";s:1:\"0\";s:4:\"lost\";s:1:\"0\";}i:65;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"50\";}s:4:\"comp\";s:1:\"1\";s:3:\"att\";s:1:\"1\";s:3:\"yds\";s:1:\"1\";s:3:\"rec\";s:1:\"1\";s:2:\"td\";s:1:\"1\";s:3:\"int\";s:1:\"1\";s:3:\"lng\";s:1:\"1\";s:3:\"fum\";s:1:\"1\";s:4:\"lost\";s:1:\"1\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:13:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"49\";}s:4:\"comp\";s:1:\"1\";s:3:\"att\";s:1:\"1\";s:3:\"yds\";s:1:\"1\";s:3:\"rec\";s:1:\"1\";s:2:\"td\";s:1:\"1\";s:3:\"int\";s:1:\"1\";s:3:\"lng\";s:1:\"1\";s:3:\"fum\";s:1:\"1\";s:4:\"lost\";s:1:\"1\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:13:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"48\";}s:4:\"comp\";s:1:\"1\";s:3:\"att\";s:1:\"1\";s:3:\"yds\";s:1:\"1\";s:3:\"rec\";s:1:\"1\";s:2:\"td\";s:1:\"1\";s:3:\"int\";s:1:\"1\";s:3:\"lng\";s:1:\"1\";s:3:\"fum\";s:1:\"1\";s:4:\"lost\";s:1:\"1\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}}'),
(1222, 1599, 'sp_columns', 'a:0:{}'),
(1223, 1599, 'sp_order', 'a:0:{}'),
(1224, 1599, 'sp_timeline', 'a:2:{i:58;a:3:{i:65;a:10:{s:4:\"comp\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"att\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"yds\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"rec\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:2:\"td\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"int\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"lng\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"fum\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:4:\"lost\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:10:{s:4:\"comp\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"att\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"yds\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"rec\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:2:\"td\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"int\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"lng\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"fum\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:4:\"lost\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:10:{s:4:\"comp\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"att\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"yds\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"rec\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:2:\"td\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"int\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"lng\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"fum\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:4:\"lost\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}i:57;a:3:{i:65;a:10:{s:4:\"comp\";a:1:{i:0;s:0:\"\";}s:3:\"att\";a:1:{i:0;s:0:\"\";}s:3:\"yds\";a:1:{i:0;s:0:\"\";}s:3:\"rec\";a:1:{i:0;s:0:\"\";}s:2:\"td\";a:1:{i:0;s:0:\"\";}s:3:\"int\";a:1:{i:0;s:0:\"\";}s:3:\"lng\";a:1:{i:0;s:0:\"\";}s:3:\"fum\";a:1:{i:0;s:0:\"\";}s:4:\"lost\";a:1:{i:0;s:0:\"\";}s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:10:{s:4:\"comp\";a:1:{i:0;s:0:\"\";}s:3:\"att\";a:1:{i:0;s:0:\"\";}s:3:\"yds\";a:1:{i:0;s:0:\"\";}s:3:\"rec\";a:1:{i:0;s:0:\"\";}s:2:\"td\";a:1:{i:0;s:0:\"\";}s:3:\"int\";a:1:{i:0;s:0:\"\";}s:3:\"lng\";a:1:{i:0;s:0:\"\";}s:3:\"fum\";a:1:{i:0;s:0:\"\";}s:4:\"lost\";a:1:{i:0;s:0:\"\";}s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:10:{s:4:\"comp\";a:1:{i:0;s:0:\"\";}s:3:\"att\";a:1:{i:0;s:0:\"\";}s:3:\"yds\";a:1:{i:0;s:0:\"\";}s:3:\"rec\";a:1:{i:0;s:0:\"\";}s:2:\"td\";a:1:{i:0;s:0:\"\";}s:3:\"int\";a:1:{i:0;s:0:\"\";}s:3:\"lng\";a:1:{i:0;s:0:\"\";}s:3:\"fum\";a:1:{i:0;s:0:\"\";}s:4:\"lost\";a:1:{i:0;s:0:\"\";}s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}}'),
(1225, 1599, 'sp_video', ''),
(1226, 1599, 'slide_template', 'default'),
(1227, 1599, 'footer_ca_position', 'customizer_default'),
(1228, 1599, '_wpb_vc_js_status', 'false'),
(1229, 1599, 'sp_team', '58'),
(1230, 1599, 'sp_team', '57'),
(1231, 1599, 'sp_player', '0'),
(1232, 1599, 'sp_player', '65'),
(1233, 1599, 'sp_player', '1155'),
(1234, 1599, 'sp_player', '1153'),
(1235, 1599, 'sp_player', '0'),
(1236, 1599, 'sp_player', '65'),
(1237, 1599, 'sp_player', '1155'),
(1238, 1599, 'sp_player', '1153'),
(1239, 1599, 'sp_staff', '0'),
(1240, 1599, 'sp_staff', '0'),
(1241, 1600, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1242, 1600, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1243, 1600, 'sp_status', 'ok'),
(1244, 1600, 'sp_format', 'league'),
(1245, 1600, 'sp_day', ''),
(1246, 1600, 'sp_minutes', ''),
(1247, 1600, 'sp_results', 'a:2:{i:58;a:8:{s:3:\"one\";s:2:\"14\";s:3:\"two\";s:1:\"3\";s:5:\"three\";s:1:\"2\";s:4:\"four\";s:1:\"4\";s:2:\"ot\";s:1:\"3\";s:2:\"td\";s:1:\"3\";s:6:\"points\";s:2:\"23\";s:7:\"outcome\";a:1:{i:0;s:3:\"win\";}}i:481;a:8:{s:3:\"one\";s:1:\"1\";s:3:\"two\";s:1:\"4\";s:5:\"three\";s:1:\"4\";s:4:\"four\";s:1:\"2\";s:2:\"ot\";s:1:\"4\";s:2:\"td\";s:1:\"4\";s:6:\"points\";s:2:\"11\";s:7:\"outcome\";a:1:{i:0;s:4:\"loss\";}}}'),
(1248, 1600, 'sp_result_columns', 'a:0:{}'),
(1249, 1600, 'sp_players', 'a:2:{i:58;a:4:{i:0;a:10:{s:4:\"comp\";s:1:\"4\";s:3:\"att\";s:1:\"4\";s:3:\"yds\";s:1:\"6\";s:3:\"rec\";s:1:\"4\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"4\";s:3:\"int\";s:1:\"4\";s:3:\"lng\";s:1:\"4\";s:3:\"fum\";s:1:\"4\";s:4:\"lost\";s:1:\"4\";}i:1153;a:14:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"69\";}s:4:\"comp\";s:1:\"1\";s:3:\"att\";s:1:\"2\";s:3:\"yds\";s:1:\"3\";s:3:\"rec\";s:1:\"3\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"2\";s:3:\"int\";s:1:\"2\";s:3:\"lng\";s:2:\"22\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:1:\"2\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:65;a:14:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"52\";}s:4:\"comp\";s:1:\"2\";s:3:\"att\";s:1:\"2\";s:3:\"yds\";s:1:\"2\";s:3:\"rec\";s:1:\"2\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"2\";s:3:\"int\";s:1:\"2\";s:3:\"lng\";s:1:\"2\";s:3:\"fum\";s:1:\"2\";s:4:\"lost\";s:1:\"2\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1155;a:14:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"70\";}s:4:\"comp\";s:1:\"2\";s:3:\"att\";s:1:\"2\";s:3:\"yds\";s:1:\"2\";s:3:\"rec\";s:1:\"2\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"2\";s:3:\"int\";s:1:\"2\";s:3:\"lng\";s:1:\"2\";s:3:\"fum\";s:1:\"2\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}i:481;a:4:{i:0;a:10:{s:4:\"comp\";s:1:\"1\";s:3:\"att\";s:1:\"1\";s:3:\"yds\";s:1:\"1\";s:3:\"rec\";s:1:\"1\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"1\";s:3:\"int\";s:1:\"1\";s:3:\"lng\";s:1:\"1\";s:3:\"fum\";s:1:\"1\";s:4:\"lost\";s:1:\"1\";}i:1155;a:14:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"52\";}s:4:\"comp\";s:1:\"2\";s:3:\"att\";s:1:\"2\";s:3:\"yds\";s:1:\"2\";s:3:\"rec\";s:1:\"2\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"2\";s:3:\"int\";s:1:\"2\";s:3:\"lng\";s:1:\"2\";s:3:\"fum\";s:1:\"2\";s:4:\"lost\";s:1:\"2\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:1153;a:14:{s:6:\"number\";s:2:\"12\";s:8:\"position\";a:1:{i:0;s:2:\"69\";}s:4:\"comp\";s:1:\"1\";s:3:\"att\";s:1:\"1\";s:3:\"yds\";s:1:\"1\";s:3:\"rec\";s:1:\"1\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:1:\"1\";s:3:\"int\";s:1:\"1\";s:3:\"lng\";s:1:\"1\";s:3:\"fum\";s:1:\"1\";s:4:\"lost\";s:1:\"1\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}i:65;a:14:{s:6:\"number\";s:1:\"7\";s:8:\"position\";a:1:{i:0;s:2:\"57\";}s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:6:\"status\";s:6:\"lineup\";s:3:\"sub\";s:1:\"0\";}}}'),
(1250, 1600, 'sp_columns', 'a:0:{}'),
(1251, 1600, 'sp_order', 'a:0:{}'),
(1252, 1600, 'sp_timeline', 'a:2:{i:58;a:3:{i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}i:481;a:3:{i:1155;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:1153;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}i:65;a:1:{s:3:\"sub\";a:1:{i:0;s:0:\"\";}}}}'),
(1253, 1600, 'sp_video', ''),
(1254, 1600, 'slide_template', 'default'),
(1255, 1600, 'footer_ca_position', 'customizer_default'),
(1256, 1600, '_wpb_vc_js_status', 'false'),
(1257, 1600, 'sp_mode', 'team'),
(1258, 1600, 'sp_team', '58'),
(1259, 1600, 'sp_team', '481'),
(1260, 1600, 'sp_player', '0'),
(1261, 1600, 'sp_player', '65'),
(1262, 1600, 'sp_player', '1155'),
(1263, 1600, 'sp_player', '1153'),
(1264, 1600, 'sp_player', '0'),
(1265, 1600, 'sp_player', '65'),
(1266, 1600, 'sp_player', '1155'),
(1267, 1600, 'sp_player', '1153'),
(1268, 1600, 'sp_staff', '0'),
(1269, 1600, 'sp_staff', '0'),
(1277, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1278, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1279, 57, 'sp_url', 'http://tboy.co/eagles'),
(1280, 57, 'sp_abbreviation', ''),
(1281, 57, 'slide_template', 'default'),
(1282, 57, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1283, 57, 'footer_ca_position', 'customizer_default'),
(1284, 57, '_wpb_vc_js_status', 'false'),
(1285, 57, 'team_helm_image', '1048'),
(1286, 57, '_thumbnail_id', '1048'),
(1287, 57, 'sp_staff', '71'),
(1288, 57, 'sp_staff', '887'),
(1289, 57, 'sp_staff', '888'),
(1290, 57, 'sp_staff', '889'),
(1291, 57, 'sp_table', '79'),
(1292, 57, 'sp_list', '1013'),
(1293, 58, '_wpb_shortcodes_custom_css', '.vc_custom_1482244607183{margin-bottom: 35px !important;}'),
(1294, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1295, 58, '_wpb_shortcodes_custom_css', '.vc_custom_1482244607183{margin-bottom: 35px !important;}'),
(1296, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1297, 58, '_wpb_shortcodes_custom_css', '.vc_custom_1482244607183{margin-bottom: 35px !important;}'),
(1298, 58, 'sp_url', 'http://tboy.co/kangaroos'),
(1299, 58, 'sp_abbreviation', ''),
(1300, 58, 'slide_template', 'default'),
(1301, 58, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1302, 58, '_wpb_vc_js_status', 'true'),
(1303, 58, '_wpb_shortcodes_custom_css', '.vc_custom_1482244607183{margin-bottom: 35px !important;}'),
(1304, 58, 'page_breadcrumbs', 'on'),
(1305, 58, '_thumbnail_id', '1048'),
(1306, 58, 'footer_ca_position', 'customizer_default'),
(1307, 58, 'team_helm_image', '1048'),
(1308, 58, 'sp_staff', '71'),
(1309, 58, 'sp_staff', '887'),
(1310, 58, 'sp_staff', '888'),
(1311, 58, 'sp_staff', '889'),
(1312, 58, 'sp_list', '1015'),
(1313, 65, 'stm_player_media', ''),
(1314, 65, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1315, 65, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1316, 65, 'sp_columns', 'a:10:{i:0;s:1:\"0\";i:1;s:3:\"min\";i:2;s:3:\"fgm\";i:3;s:3:\"fga\";i:4;s:3:\"pts\";i:5;s:1:\"0\";i:6;s:3:\"rpg\";i:7;s:3:\"bpg\";i:8;s:3:\"ppg\";i:9;s:3:\"eff\";}'),
(1317, 65, 'sp_number', '7'),
(1318, 65, 'sp_leagues', 'a:1:{i:48;a:2:{i:26;s:2:\"58\";i:27;s:2:\"58\";}}'),
(1319, 65, 'sp_statistics', 'a:1:{i:48;a:3:{i:0;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:26;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:27;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}}}'),
(1320, 65, 'sp_metrics', 'a:5:{s:3:\"age\";s:2:\"23\";s:7:\"college\";s:22:\"Southeastern Louisiana\";s:10:\"experience\";s:1:\"5\";s:6:\"height\";s:6:\"6\' 6\'\'\";s:6:\"weight\";s:6:\"104 lb\";}'),
(1321, 65, 'slide_template', 'default'),
(1322, 65, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1323, 65, 'footer_ca_position', 'customizer_default'),
(1324, 65, '_wpb_vc_js_status', 'true'),
(1325, 65, '_thumbnail_id', '1048'),
(1326, 65, 'player_image', '1048'),
(1327, 65, 'sp_nationality', 'tuv'),
(1328, 65, 'sp_current_team', '481'),
(1329, 65, 'sp_current_team', '480'),
(1330, 65, 'sp_current_team', '57'),
(1331, 65, 'sp_current_team', '58'),
(1332, 65, 'sp_past_team', '481'),
(1333, 65, 'sp_past_team', '480'),
(1334, 65, 'sp_past_team', '57'),
(1335, 65, 'sp_past_team', '58'),
(1336, 65, 'sp_team', '481'),
(1337, 65, 'sp_team', '480'),
(1338, 65, 'sp_team', '57'),
(1339, 65, 'sp_team', '58'),
(1340, 65, 'sp_team', '481'),
(1341, 65, 'sp_team', '480'),
(1342, 65, 'sp_team', '57'),
(1343, 65, 'sp_team', '58'),
(1344, 65, 'single_player_season_stats', 'none'),
(1345, 65, 'single_player_league_stats', 'none'),
(1346, 71, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1347, 71, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1348, 71, 'sp_columns', 'a:5:{i:0;s:3:\"min\";i:1;s:3:\"fgm\";i:2;s:3:\"fga\";i:3;s:3:\"ftm\";i:4;s:3:\"fta\";}'),
(1349, 71, 'sp_number', '1'),
(1350, 71, '_thumbnail_id', '1048'),
(1351, 71, 'slide_template', 'default'),
(1352, 71, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1353, 71, 'sp_nationality', 'aus'),
(1354, 71, 'sp_current_team', '821'),
(1355, 71, 'sp_current_team', '482'),
(1356, 71, 'sp_current_team', '480'),
(1357, 71, 'sp_current_team', '479'),
(1358, 71, 'sp_current_team', '1490'),
(1359, 71, 'sp_current_team', '481'),
(1360, 71, 'sp_current_team', '56'),
(1361, 71, 'sp_current_team', '57'),
(1362, 71, 'sp_current_team', '58'),
(1363, 71, 'sp_past_team', '1490'),
(1364, 71, 'sp_past_team', '57'),
(1365, 71, 'sp_past_team', '58'),
(1366, 71, 'sp_team', '821'),
(1367, 71, 'sp_team', '482'),
(1368, 71, 'sp_team', '480'),
(1369, 71, 'sp_team', '479'),
(1370, 71, 'sp_team', '1490'),
(1371, 71, 'sp_team', '481'),
(1372, 71, 'sp_team', '56'),
(1373, 71, 'sp_team', '57'),
(1374, 71, 'sp_team', '58'),
(1375, 71, 'sp_team', '1490'),
(1376, 71, 'sp_team', '57'),
(1377, 71, 'sp_team', '58'),
(1378, 71, 'staff_age', '45'),
(1379, 71, 'staff_college', 'Southeastern Louisiana'),
(1380, 71, 'staff_experience', '15'),
(1381, 79, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1382, 79, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1383, 79, 'sp_columns', 'a:6:{i:0;s:1:\"w\";i:1;s:1:\"l\";i:2;s:2:\"pf\";i:3;s:3:\"pct\";i:4;s:2:\"pa\";i:5;s:2:\"td\";}'),
(1384, 79, 'sp_highlight', '480'),
(1385, 79, 'sp_caption', ''),
(1386, 79, 'sp_select', 'auto'),
(1387, 79, 'sp_adjustments', 'a:11:{i:58;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:56;a:9:{s:1:\"w\";s:2:\"10\";s:1:\"l\";s:1:\"2\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:480;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:481;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:57;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:821;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:482;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:479;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:1492;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:1490;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:1494;a:9:{s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}}'),
(1388, 79, 'sp_teams', 'a:11:{i:58;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:2:\"14\";s:1:\"l\";s:1:\"1\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"28\";s:3:\"pct\";s:2:\"93\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:56;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"26\";s:3:\"pct\";s:4:\"86.6\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:480;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:2:\"12\";s:1:\"l\";s:1:\"3\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"24\";s:3:\"pct\";s:2:\"80\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:481;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:2:\"11\";s:1:\"l\";s:1:\"4\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"22\";s:3:\"pct\";s:2:\"73\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:57;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:2:\"10\";s:1:\"l\";s:1:\"5\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"20\";s:3:\"pct\";s:2:\"66\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:821;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:1:\"9\";s:1:\"l\";s:1:\"6\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"18\";s:3:\"pct\";s:2:\"60\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:482;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:1:\"8\";s:1:\"l\";s:1:\"7\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"16\";s:3:\"pct\";s:2:\"53\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:479;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:1:\"7\";s:1:\"l\";s:1:\"8\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:2:\"14\";s:3:\"pct\";s:2:\"46\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:1492;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:1:\"3\";s:1:\"l\";s:1:\"2\";s:1:\"t\";s:1:\"6\";s:2:\"pf\";s:1:\"4\";s:3:\"pct\";s:2:\"44\";s:2:\"pa\";s:1:\"5\";s:6:\"netpts\";s:1:\"1\";s:2:\"td\";s:1:\"1\";s:6:\"streak\";s:0:\"\";}i:1490;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:0:\"\";s:1:\"l\";s:1:\"3\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:0:\"\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}i:1494;a:10:{s:4:\"name\";s:0:\"\";s:1:\"w\";s:0:\"\";s:1:\"l\";s:0:\"\";s:1:\"t\";s:0:\"\";s:2:\"pf\";s:0:\"\";s:3:\"pct\";s:2:\"45\";s:2:\"pa\";s:0:\"\";s:6:\"netpts\";s:0:\"\";s:2:\"td\";s:0:\"\";s:6:\"streak\";s:0:\"\";}}'),
(1389, 79, 'slide_template', 'default'),
(1390, 79, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1391, 79, '_wp_old_slug', 'primary-league-2015'),
(1392, 89, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1393, 89, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1394, 89, '_form', '<p>[text your-subject class:style-2 placeholder \"Subject\"] </p>\n<p>[text* your-name class:style-2 placeholder \"Name\"] </p>\n<p>[email* your-email class:style-2 placeholder \"E-mail\"] </p>\n<p>[textarea class:style-2 your-message class:style-2 placeholder \"Message\"] </p>\n<p><span class=\'button btn-md\'>[submit \"Submit\"]</span></p>'),
(1395, 89, '_mail', 'a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1396, 89, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1397, 89, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(1398, 89, '_additional_settings', ''),
(1399, 89, '_locale', 'en_US'),
(1400, 89, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1401, 89, '_config_errors', 'a:4:{s:12:\"mail.subject\";a:1:{i:0;a:2:{s:4:\"code\";i:101;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:76:\"http://contactform7.com/configuration-errors/#mail.subject:error_maybe_empty\";}}}s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:78:\"http://contactform7.com/configuration-errors/#mail.sender:error_invalid_syntax\";}}}s:14:\"mail.recipient\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:81:\"http://contactform7.com/configuration-errors/#mail.recipient:error_invalid_syntax\";}}}s:9:\"mail.body\";a:1:{i:0;a:2:{s:4:\"code\";i:101;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:73:\"http://contactform7.com/configuration-errors/#mail.body:error_maybe_empty\";}}}}'),
(1402, 320, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1403, 320, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1404, 320, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1405, 320, 'slide_template', 'default'),
(1406, 320, '_thumbnail_id', '1048'),
(1407, 320, 'position_name', 'Trainer'),
(1408, 326, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1409, 326, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1410, 326, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1411, 326, 'slide_template', 'default'),
(1412, 326, 'position_name', 'CEO, Horsemen International'),
(1413, 326, '_wpb_vc_js_status', 'false'),
(1414, 326, '_thumbnail_id', '1048'),
(1415, 480, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1416, 480, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1417, 480, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1418, 480, 'sp_url', 'http://tboy.co/eagles'),
(1419, 480, 'sp_abbreviation', ''),
(1420, 480, 'slide_template', 'default'),
(1421, 480, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1422, 480, '_dp_original', '57'),
(1423, 480, 'footer_ca_position', 'customizer_default'),
(1424, 480, '_wpb_vc_js_status', 'false'),
(1425, 480, '_thumbnail_id', '1048'),
(1426, 480, 'team_helm_image', '1048'),
(1427, 480, 'sp_staff', '71'),
(1428, 480, 'sp_staff', '887'),
(1429, 480, 'sp_staff', '888'),
(1430, 480, 'sp_staff', '889'),
(1431, 480, 'sp_table', '79'),
(1432, 480, 'sp_list', '1008'),
(1433, 481, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1434, 481, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1435, 481, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1436, 481, 'sp_url', 'http://tboy.co/kangaroos'),
(1437, 481, 'sp_abbreviation', ''),
(1438, 481, 'slide_template', 'default'),
(1439, 481, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1440, 481, '_dp_original', '58'),
(1441, 481, '_thumbnail_id', '1048'),
(1442, 481, 'footer_ca_position', 'customizer_default'),
(1443, 481, '_wpb_vc_js_status', 'false'),
(1444, 481, 'team_helm_image', '1048'),
(1445, 481, 'sp_staff', '71'),
(1446, 481, 'sp_staff', '887'),
(1447, 481, 'sp_staff', '888'),
(1448, 481, 'sp_staff', '889'),
(1449, 481, 'sp_table', '79'),
(1450, 481, 'sp_list', '1014'),
(1451, 556, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1452, 556, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1453, 556, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1454, 556, 'slide_template', 'default'),
(1455, 556, '_wpb_vc_js_status', 'true'),
(1456, 887, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1457, 887, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1458, 887, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1459, 887, 'sp_columns', ''),
(1460, 887, 'sp_number', '1'),
(1461, 887, '_thumbnail_id', '1048'),
(1462, 887, 'slide_template', 'default'),
(1463, 887, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1464, 887, '_dp_original', '71'),
(1465, 887, 'sp_nationality', 'aus'),
(1466, 887, 'sp_current_team', '821'),
(1467, 887, 'sp_current_team', '482'),
(1468, 887, 'sp_current_team', '480'),
(1469, 887, 'sp_current_team', '479'),
(1470, 887, 'sp_current_team', '481'),
(1471, 887, 'sp_current_team', '56'),
(1472, 887, 'sp_current_team', '57'),
(1473, 887, 'sp_current_team', '58'),
(1474, 887, 'sp_past_team', '57'),
(1475, 887, 'sp_past_team', '58'),
(1476, 887, 'sp_team', '821'),
(1477, 887, 'sp_team', '482'),
(1478, 887, 'sp_team', '480'),
(1479, 887, 'sp_team', '479'),
(1480, 887, 'sp_team', '481'),
(1481, 887, 'sp_team', '56'),
(1482, 887, 'sp_team', '57'),
(1483, 887, 'sp_team', '58'),
(1484, 887, 'sp_team', '57'),
(1485, 887, 'sp_team', '58'),
(1486, 888, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1487, 888, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1488, 888, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1489, 888, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1490, 888, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1491, 888, 'sp_columns', 'a:5:{i:0;s:3:\"min\";i:1;s:3:\"fgm\";i:2;s:3:\"fga\";i:3;s:3:\"ftm\";i:4;s:3:\"fta\";}'),
(1492, 888, 'sp_number', '1'),
(1493, 888, '_thumbnail_id', '1048'),
(1494, 888, 'slide_template', 'default'),
(1495, 888, '_dp_original', '887'),
(1496, 888, 'sp_nationality', 'aus'),
(1497, 888, 'sp_current_team', '821'),
(1498, 888, 'sp_current_team', '482'),
(1499, 888, 'sp_current_team', '480'),
(1500, 888, 'sp_current_team', '479'),
(1501, 888, 'sp_current_team', '481'),
(1502, 888, 'sp_current_team', '56'),
(1503, 888, 'sp_current_team', '57'),
(1504, 888, 'sp_current_team', '58'),
(1505, 888, 'sp_past_team', '57'),
(1506, 888, 'sp_past_team', '58'),
(1507, 888, 'sp_team', '821'),
(1508, 888, 'sp_team', '482'),
(1509, 888, 'sp_team', '480'),
(1510, 888, 'sp_team', '479'),
(1511, 888, 'sp_team', '481'),
(1512, 888, 'sp_team', '56'),
(1513, 888, 'sp_team', '57'),
(1514, 888, 'sp_team', '58'),
(1515, 888, 'sp_team', '57'),
(1516, 888, 'sp_team', '58'),
(1517, 888, 'staff_age', '30'),
(1518, 888, 'staff_college', 'Southeastern Louisiana'),
(1519, 888, 'staff_experience', '5'),
(1520, 889, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1521, 889, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1522, 889, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1523, 889, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1524, 889, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1525, 889, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1526, 889, 'sp_columns', 'a:5:{i:0;s:3:\"min\";i:1;s:3:\"fgm\";i:2;s:3:\"fga\";i:3;s:3:\"ftm\";i:4;s:3:\"fta\";}'),
(1527, 889, 'sp_number', '1'),
(1528, 889, '_thumbnail_id', '1048'),
(1529, 889, 'slide_template', 'default'),
(1530, 889, '_dp_original', '888'),
(1531, 889, 'sp_nationality', 'aus'),
(1532, 889, 'sp_current_team', '821'),
(1533, 889, 'sp_current_team', '482'),
(1534, 889, 'sp_current_team', '480'),
(1535, 889, 'sp_current_team', '479'),
(1536, 889, 'sp_current_team', '481'),
(1537, 889, 'sp_current_team', '56'),
(1538, 889, 'sp_current_team', '57'),
(1539, 889, 'sp_current_team', '58'),
(1540, 889, 'sp_past_team', '57'),
(1541, 889, 'sp_past_team', '58'),
(1542, 889, 'sp_team', '821'),
(1543, 889, 'sp_team', '482'),
(1544, 889, 'sp_team', '480'),
(1545, 889, 'sp_team', '479'),
(1546, 889, 'sp_team', '481'),
(1547, 889, 'sp_team', '56'),
(1548, 889, 'sp_team', '57'),
(1549, 889, 'sp_team', '58'),
(1550, 889, 'sp_team', '57'),
(1551, 889, 'sp_team', '58'),
(1552, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1553, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1554, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1555, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1556, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1557, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1558, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1559, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1560, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1561, 1015, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1562, 1015, 'sp_format', 'list'),
(1563, 1015, 'sp_columns', 'a:17:{i:0;s:4:\"team\";i:1;s:1:\"0\";i:2;s:3:\"yds\";i:3;s:3:\"rec\";i:4;s:2:\"td\";i:5;s:1:\"0\";i:6;s:3:\"age\";i:7;s:7:\"college\";i:8;s:10:\"experience\";i:9;s:6:\"height\";i:10;s:6:\"weight\";i:11;s:1:\"0\";i:12;s:1:\"g\";i:13;s:2:\"gs\";i:14;s:3:\"avg\";i:15;s:6:\"recavg\";i:16;s:3:\"ppg\";}'),
(1564, 1015, 'sp_grouping', '0'),
(1565, 1015, 'sp_order', 'DESC'),
(1566, 1015, 'sp_orderby', 'number'),
(1567, 1015, 'sp_caption', ''),
(1568, 1015, 'sp_team', '58'),
(1569, 1015, 'sp_select', 'manual'),
(1570, 1015, 'sp_adjustments', 'a:3:{i:1153;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"age\";s:0:\"\";s:7:\"college\";s:0:\"\";s:10:\"experience\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:1155;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"age\";s:0:\"\";s:7:\"college\";s:0:\"\";s:10:\"experience\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:65;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"age\";s:0:\"\";s:7:\"college\";s:0:\"\";s:10:\"experience\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}}'),
(1571, 1015, 'sp_players', 'a:3:{i:1153;a:17:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:2:\"58\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"age\";s:0:\"\";s:7:\"college\";s:0:\"\";s:10:\"experience\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:1155;a:17:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:4:\"2000\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"age\";s:0:\"\";s:7:\"college\";s:0:\"\";s:10:\"experience\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:65;a:17:{s:4:\"name\";s:0:\"\";s:4:\"team\";s:3:\"481\";s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"age\";s:0:\"\";s:7:\"college\";s:0:\"\";s:10:\"experience\";s:0:\"\";s:6:\"height\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}}'),
(1572, 1015, 'slide_template', 'default'),
(1573, 1015, '_wpb_vc_js_status', 'false'),
(1574, 1015, '_dp_original', '1014'),
(1575, 1015, 'sp_era', 'all'),
(1576, 1015, 'sp_player', '0'),
(1577, 1015, 'sp_player', '65'),
(1578, 1015, 'sp_player', '1155'),
(1579, 1015, 'sp_player', '1153'),
(1580, 1153, 'stm_player_media', ''),
(1581, 1153, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1582, 1153, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1583, 1153, 'sp_number', '12'),
(1584, 1153, 'sp_metrics', 'a:5:{s:3:\"age\";s:2:\"23\";s:7:\"college\";s:22:\"Southeastern Louisiana\";s:10:\"experience\";s:1:\"5\";s:6:\"height\";s:6:\"5\' 5\'\'\";s:6:\"weight\";s:3:\"102\";}'),
(1585, 1153, 'sp_leagues', 'a:1:{i:48;a:2:{i:26;s:2:\"58\";i:27;s:2:\"58\";}}'),
(1586, 1153, 'sp_statistics', 'a:1:{i:48;a:3:{i:0;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:26;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:27;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}}}'),
(1587, 1153, 'slide_template', 'default'),
(1588, 1153, 'footer_ca_position', 'customizer_default'),
(1589, 1153, '_wpb_vc_js_status', 'false'),
(1590, 1153, 'player_image', '1048'),
(1591, 1153, '_thumbnail_id', '1048'),
(1592, 1153, 'sp_nationality', 'vgb'),
(1593, 1153, 'sp_current_team', '481'),
(1594, 1153, 'sp_current_team', '480'),
(1595, 1153, 'sp_current_team', '57'),
(1596, 1153, 'sp_current_team', '58'),
(1597, 1153, 'sp_past_team', '481'),
(1598, 1153, 'sp_past_team', '480'),
(1599, 1153, 'sp_past_team', '57'),
(1600, 1153, 'sp_past_team', '58'),
(1601, 1153, 'sp_team', '481'),
(1602, 1153, 'sp_team', '480'),
(1603, 1153, 'sp_team', '57'),
(1604, 1153, 'sp_team', '58'),
(1605, 1153, 'sp_team', '481'),
(1606, 1153, 'sp_team', '480'),
(1607, 1153, 'sp_team', '57'),
(1608, 1153, 'sp_team', '58'),
(1609, 1153, 'single_player_season_stats', 'none'),
(1610, 1153, 'single_player_league_stats', 'none'),
(1611, 1155, 'stm_player_media', ''),
(1612, 1155, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1613, 1155, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1614, 1155, 'sp_number', '7'),
(1615, 1155, 'sp_metrics', 'a:5:{s:3:\"age\";s:2:\"24\";s:7:\"college\";s:22:\"Southeastern Louisiana\";s:10:\"experience\";s:1:\"5\";s:6:\"height\";s:6:\"6\' 4\'\'\";s:6:\"weight\";s:3:\"104\";}'),
(1616, 1155, 'sp_leagues', 'a:1:{i:48;a:2:{i:26;s:2:\"58\";i:27;s:2:\"58\";}}'),
(1617, 1155, 'sp_statistics', 'a:1:{i:48;a:3:{i:0;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:26;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}i:27;a:15:{s:4:\"comp\";s:0:\"\";s:3:\"att\";s:0:\"\";s:3:\"yds\";s:0:\"\";s:3:\"rec\";s:0:\"\";s:6:\"recyds\";s:0:\"\";s:2:\"td\";s:0:\"\";s:3:\"int\";s:0:\"\";s:3:\"lng\";s:0:\"\";s:3:\"fum\";s:0:\"\";s:4:\"lost\";s:0:\"\";s:1:\"g\";s:0:\"\";s:2:\"gs\";s:0:\"\";s:3:\"avg\";s:0:\"\";s:6:\"recavg\";s:0:\"\";s:3:\"ppg\";s:0:\"\";}}}'),
(1618, 1155, 'slide_template', 'default'),
(1619, 1155, 'footer_ca_position', 'customizer_default'),
(1620, 1155, '_wpb_vc_js_status', 'true'),
(1621, 1155, 'player_image', '1048'),
(1622, 1155, '_thumbnail_id', '1048'),
(1623, 1155, 'sp_nationality', 'alg'),
(1624, 1155, 'sp_current_team', '481'),
(1625, 1155, 'sp_current_team', '480'),
(1626, 1155, 'sp_current_team', '57'),
(1627, 1155, 'sp_current_team', '58'),
(1628, 1155, 'sp_past_team', '481'),
(1629, 1155, 'sp_past_team', '480'),
(1630, 1155, 'sp_past_team', '57'),
(1631, 1155, 'sp_past_team', '58'),
(1632, 1155, 'sp_team', '481'),
(1633, 1155, 'sp_team', '480'),
(1634, 1155, 'sp_team', '57'),
(1635, 1155, 'sp_team', '58'),
(1636, 1155, 'sp_team', '481'),
(1637, 1155, 'sp_team', '480'),
(1638, 1155, 'sp_team', '57'),
(1639, 1155, 'sp_team', '58'),
(1640, 1155, 'single_player_season_stats', 'none'),
(1641, 1155, 'single_player_league_stats', 'none'),
(1642, 1264, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1643, 1264, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1644, 1264, 'slide_template', 'default'),
(1645, 1264, 'position_name', 'Director, SoundShark'),
(1646, 1264, '_wpb_vc_js_status', 'false'),
(1647, 1264, '_thumbnail_id', '1048'),
(1648, 1265, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1649, 1265, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1650, 1265, 'slide_template', 'default'),
(1651, 1265, 'position_name', 'Founder, AllSportsShop'),
(1652, 1265, '_thumbnail_id', '1048'),
(1653, 1265, '_wpb_vc_js_status', 'true'),
(1654, 1468, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1655, 1468, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1656, 1468, 'slide_template', 'default'),
(1657, 1468, '_wpb_vc_js_status', 'true'),
(1658, 5, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(1659, 5, '_mail', ''),
(1660, 5, '_mail_2', ''),
(1661, 5, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(1662, 5, '_additional_settings', ''),
(1663, 5, '_locale', 'en_US'),
(1664, 781, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1665, 781, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1666, 781, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1667, 781, '_form', '<div class=\"stm-form-bg\">\n   <h4 class=\"stm-white\">Ask Your Question</h4>\n   <h5>Did not find an answer to your question?</h5>\n   <p>[textarea your-message placeholder \"Message\"]</p>\n   <p>[text* your-name placeholder \"Name\"]</p>\n   <p>[email* your-email placeholder \"E-mail\"]</p>\n   <p><span class=\"button btn-md\">[submit \"Submit\"]</span></p>\n</div>'),
(1668, 781, '_mail', 'a:8:{s:7:\"subject\";s:10:\"Basketball\";s:6:\"sender\";s:39:\"[your-email] <wordpress@basketball.stm>\";s:4:\"body\";s:109:\"From: <[your-email]>\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Basketball\";s:9:\"recipient\";s:18:\"timur@stylemix.net\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1669, 781, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(1670, 781, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(1671, 781, '_additional_settings', ''),
(1672, 781, '_locale', 'en_US'),
(1673, 781, '_config_errors', 'a:1:{s:11:\"mail.sender\";a:1:{i:0;a:2:{s:4:\"code\";i:103;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:88:\"http://contactform7.com/configuration-errors/#mail.sender:error_email_not_in_site_domain\";}}}}'),
(1674, 1742, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1675, 1742, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(1676, 1742, '_mail', ''),
(1677, 1742, '_mail_2', ''),
(1678, 1742, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(1679, 1742, '_additional_settings', ''),
(1680, 1742, '_locale', 'en_US'),
(3415, 2139, '_menu_item_url', ''),
(3414, 2139, '_menu_item_xfn', ''),
(3413, 2139, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3412, 2139, '_menu_item_target', ''),
(3411, 2139, '_menu_item_object', 'page'),
(3233, 2089, '_edit_last', '1'),
(3232, 2089, '_edit_lock', '1584467682:1'),
(3212, 2080, '_edit_last', '1'),
(3085, 2016, '_clever_mega_menu_item_meta_content', '<p>[vc_row equal_height=\"yes\" css=\".vc_custom_1584964745321{border-top-width: 0px !important;border-right-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1585083175686{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<ul>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h4>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1585083185531{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<ul>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h4>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fschool-ambassador-program%2F|||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1585083193054{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<ul>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h4>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1585083201977{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<ul>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h4>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\" el_class=\"crckt-path-ttl-css\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1585083212432{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<ul>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h4>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\" el_class=\"crckt-path-ttl-css\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1585083221802{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\r\n<ul>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h4>\r\n</li>\r\n<li>\r\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h4>\r\n</li>\r\n</ul>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"top\" css=\".vc_custom_1584964855642{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-top: 3px !important;padding-bottom: 0px !important;background-color: #969696 !important;}\"][vc_column width=\"1/12\"][vc_single_image image=\"2316\" img_size=\"\" alignment=\"center\" el_class=\"hdr-img-css\"][/vc_column][vc_column width=\"8/12\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"<strong>Register to play cricket today!</strong> Find your local club\" font_container=\"tag:h5|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"3/12\"][vc_wp_search][/vc_column][/vc_row]</p>\r\n'),
(3084, 2016, '_clever_mega_menu_item_meta_settings', 'a:32:{s:4:\"icon\";s:0:\"\";s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:6:\"enable\";s:1:\"1\";s:6:\"layout\";s:6:\"center\";s:10:\"hide_title\";s:1:\"0\";s:11:\"role_anyone\";s:1:\"1\";s:12:\"disable_link\";s:1:\"0\";s:14:\"hide_on_mobile\";s:1:\"0\";s:15:\"hide_on_desktop\";s:1:\"0\";s:17:\"mega_panel_img_id\";i:0;s:18:\"mega_panel_img_src\";s:0:\"\";s:19:\"mega_panel_img_size\";s:4:\"full\";s:23:\"hide_sub_item_on_mobile\";s:1:\"0\";s:27:\"mega_panel_img_position_top\";s:0:\"\";s:28:\"mega_panel_img_position_left\";s:0:\"\";s:29:\"mega_panel_img_position_right\";s:0:\"\";s:30:\"mega_panel_img_position_bottom\";s:0:\"\";s:18:\"role_administrator\";s:1:\"0\";s:11:\"role_editor\";s:1:\"0\";s:11:\"role_author\";s:1:\"0\";s:16:\"role_contributor\";s:1:\"0\";s:15:\"role_subscriber\";s:1:\"0\";s:13:\"role_customer\";s:1:\"0\";s:17:\"role_shop_manager\";s:1:\"0\";s:18:\"role_wpseo_manager\";s:1:\"0\";s:17:\"role_wpseo_editor\";s:1:\"0\";s:14:\"role_sp_player\";s:1:\"0\";s:13:\"role_sp_staff\";s:1:\"0\";s:21:\"role_sp_event_manager\";s:1:\"0\";s:20:\"role_sp_team_manager\";s:1:\"0\";s:22:\"role_sp_league_manager\";s:1:\"0\";}'),
(3083, 2016, '_vc_custom_item_css', '.vc_custom_1584964745321{border-top-width: 0px !important;border-right-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}.vc_custom_1584964855642{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-top: 3px !important;padding-bottom: 0px !important;background-color: #969696 !important;}.vc_custom_1585083175686{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585083185531{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585083193054{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585083201977{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585083212432{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585083221802{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}'),
(3082, 2062, '_edit_last', '1'),
(3081, 2062, '_edit_lock', '1584465159:1'),
(3119, 2066, '_menu_item_xfn', ''),
(3120, 2066, '_menu_item_url', '#'),
(3121, 2066, '_menu_item_orphaned', '1584465208'),
(3122, 2067, '_menu_item_type', 'custom'),
(3092, 2063, '_menu_item_xfn', ''),
(3093, 2063, '_menu_item_url', '#'),
(3094, 2063, '_menu_item_orphaned', '1584465199'),
(3095, 2064, '_menu_item_type', 'custom'),
(3096, 2064, '_menu_item_menu_item_parent', '0'),
(3097, 2064, '_menu_item_object_id', '2064'),
(3098, 2064, '_menu_item_object', 'custom'),
(3099, 2064, '_menu_item_target', ''),
(3100, 2064, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3074, 2060, '_edit_lock', '1584464850:1'),
(3075, 2060, '_edit_last', '1'),
(3071, 1880, 'theplus_transient_widgets', 'a:0:{}'),
(3070, 2010, '_elementor_controls_usage', 'a:3:{s:18:\"tp-navigation-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"navbar_sections\";a:2:{s:16:\"navbar_menu_type\";i:1;s:6:\"navbar\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),
(3123, 2067, '_menu_item_menu_item_parent', '0'),
(3124, 2067, '_menu_item_object_id', '2067'),
(3125, 2067, '_menu_item_object', 'custom'),
(3126, 2067, '_menu_item_target', ''),
(3127, 2067, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3128, 2067, '_menu_item_xfn', ''),
(3129, 2067, '_menu_item_url', '#'),
(3130, 2067, '_menu_item_orphaned', '1584465211'),
(3106, 2065, '_menu_item_object_id', '2065'),
(3107, 2065, '_menu_item_object', 'custom'),
(3108, 2065, '_menu_item_target', ''),
(3109, 2065, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3110, 2065, '_menu_item_xfn', ''),
(3111, 2065, '_menu_item_url', '#'),
(3112, 2065, '_menu_item_orphaned', '1584465206'),
(3113, 2066, '_menu_item_type', 'custom'),
(3114, 2066, '_menu_item_menu_item_parent', '0'),
(3115, 2066, '_menu_item_object_id', '2066'),
(3101, 2064, '_menu_item_xfn', ''),
(3102, 2064, '_menu_item_url', '#'),
(3103, 2064, '_menu_item_orphaned', '1584465204'),
(3104, 2065, '_menu_item_type', 'custom'),
(3105, 2065, '_menu_item_menu_item_parent', '0'),
(3116, 2066, '_menu_item_object', 'custom'),
(3117, 2066, '_menu_item_target', ''),
(3118, 2066, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3079, 1880, '_oembed_time_75162c8e9a6c546d042854acf6005893', '1584464885'),
(3078, 1880, '_oembed_75162c8e9a6c546d042854acf6005893', '<iframe title=\"CSA holds elite umpires&#039; assessment workshop\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/p-nWhXof7Bk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2894, 2010, '_elementor_edit_mode', 'builder'),
(2895, 2010, '_elementor_template_type', 'wp-post'),
(2896, 2010, '_elementor_version', '2.9.6'),
(2897, 2010, '_elementor_pro_version', '2.9.1'),
(2898, 2023, '_elementor_edit_mode', 'builder'),
(2899, 2023, '_elementor_template_type', 'kit'),
(2900, 2023, '_elementor_version', '2.9.6'),
(2901, 2023, '_elementor_pro_version', '2.9.1'),
(2911, 2027, '_sp_preset', '1'),
(2912, 2027, 'sp_abbreviation', NULL),
(2913, 2027, 'sp_condition', '='),
(2914, 2028, '_sp_preset', '1'),
(2915, 2028, 'sp_abbreviation', NULL),
(2916, 2028, 'sp_condition', NULL),
(2996, 2040, 'sp_timed', NULL),
(2997, 2041, '_sp_preset', '1'),
(2998, 2041, 'sp_singular', NULL),
(2999, 2041, 'sp_icon', NULL),
(3000, 2041, 'sp_color', NULL),
(3001, 2041, 'sp_section', '1'),
(3002, 2041, 'sp_format', 'number'),
(3003, 2041, 'sp_equation', NULL),
(3004, 2041, 'sp_precision', '0'),
(3005, 2041, 'sp_timed', NULL),
(3046, 2050, '_sp_preset', '1'),
(3047, 2050, 'sp_equation', '( $runsfor / $oversfor ) - ( $runsagainst / $oversagainst )'),
(3048, 2050, 'sp_precision', '3'),
(3049, 2050, 'sp_priority', '3'),
(3050, 2050, 'sp_order', 'DESC'),
(3053, 2053, '_sp_preset', '1'),
(3064, 2057, '_wp_page_template', 'default'),
(3065, 2057, '_elementor_edit_mode', 'builder'),
(3066, 2057, '_elementor_template_type', 'wp-post'),
(3067, 2057, '_elementor_version', '2.9.6'),
(3068, 2057, '_elementor_pro_version', '2.9.1'),
(3069, 2057, '_elementor_data', '[{\"id\":\"0fcb9e1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5d75956\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ddc165\",\"elType\":\"widget\",\"settings\":{\"navbar_menu_type\":\"vertical\",\"navbar\":\"temp\",\"vertical_side_title_text\":\"Navigation Menu\"},\"elements\":[],\"widgetType\":\"tp-navigation-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d4bb53e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"786743a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),
(3206, 2056, '_wpb_shortcodes_custom_css', '.vc_custom_1584519868634{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584519657435{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 1px !important;padding-right: 1px !important;padding-bottom: 1px !important;padding-left: 1px !important;}.vc_custom_1584519956665{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}.vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}.vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}'),
(3181, 2073, '_wp_attached_file', '2020/03/trns22.png');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3182, 2073, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2020/03/trns22.png\";s:5:\"sizes\";a:41:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"trns22-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:18:\"trns22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:18:\"trns22-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:18:\"trns22-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:18:\"trns22-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:16:\"trns22-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:18:\"trns22-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:18:\"trns22-500x250.png\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:18:\"trns22-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:18:\"trns22-270x500.png\";s:5:\"width\";i:270;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:18:\"trns22-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:17:\"trns22-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:18:\"trns22-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:18:\"trns22-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:18:\"trns22-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:18:\"trns22-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:18:\"trns22-500x240.png\";s:5:\"width\";i:500;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:18:\"trns22-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:18:\"trns22-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:18:\"trns22-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:18:\"trns22-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"trns22-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:18:\"trns22-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:18:\"trns22-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:16:\"trns22-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:18:\"trns22-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:18:\"trns22-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:18:\"trns22-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:17:\"trns22-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:18:\"trns22-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:18:\"trns22-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:18:\"trns22-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:18:\"trns22-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:18:\"trns22-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:18:\"trns22-500x460.png\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:18:\"trns22-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:18:\"trns22-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"trns22-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"trns22-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"trns22-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"trns22-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2995, 2040, 'sp_precision', '0'),
(2917, 2029, '_sp_preset', '1'),
(2961, 2037, '_sp_preset', '1'),
(2939, 2034, 'sp_format', 'number'),
(2938, 2034, 'sp_section', '0'),
(2937, 2034, 'sp_color', NULL),
(2936, 2034, 'sp_icon', NULL),
(2935, 2034, 'sp_singular', NULL),
(2934, 2034, '_sp_preset', '1'),
(2933, 2033, 'sp_timed', NULL),
(2932, 2033, 'sp_precision', '0'),
(2931, 2033, 'sp_equation', NULL),
(2930, 2033, 'sp_format', 'text'),
(2929, 2033, 'sp_section', '0'),
(2928, 2033, 'sp_color', NULL),
(2927, 2033, 'sp_icon', NULL),
(2926, 2033, 'sp_singular', NULL),
(2925, 2033, '_sp_preset', '1'),
(2994, 2040, 'sp_equation', NULL),
(2993, 2040, 'sp_format', 'number'),
(2992, 2040, 'sp_section', '1'),
(2991, 2040, 'sp_color', NULL),
(2990, 2040, 'sp_icon', NULL),
(2989, 2040, 'sp_singular', NULL),
(3012, 2043, 'sp_equation', '$win'),
(3011, 2043, '_sp_preset', '1'),
(3010, 2042, 'sp_order', 'DESC'),
(3009, 2042, 'sp_priority', NULL),
(3008, 2042, 'sp_precision', '0'),
(3007, 2042, 'sp_equation', '$eventsplayed'),
(3006, 2042, '_sp_preset', '1'),
(3059, 2055, 'sp_equation', '( $runs / $b ) * 100'),
(3058, 2055, '_sp_preset', '1'),
(3057, 2054, 'sp_type', 'total'),
(3056, 2054, 'sp_precision', '0'),
(3055, 2054, 'sp_equation', '$eventsplayed'),
(3054, 2054, '_sp_preset', '1'),
(2199, 1875, '_wp_attached_file', 'revslider/new_banner_blur1.jpg'),
(2200, 1875, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:810;s:4:\"file\";s:31:\"revslider//new_banner_blur1.jpg\";s:5:\"sizes\";a:52:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"new_banner_blur1-1024x432.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-150x150.jpg\";s:5:\"width\";i: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:\"new_banner_blur1-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-330x230.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"new_banner_blur1-1536x648.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:27:\"new_banner_blur1-128x54.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:26:\"new_banner_blur1-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:29:\"new_banner_blur1-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:29:\"new_banner_blur1-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:27:\"new_banner_blur1-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"new_banner_blur1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:26:\"new_banner_blur1-98x41.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:27:\"new_banner_blur1-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"new_banner_blur1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"new_banner_blur1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2201, 1876, '_wp_attached_file', 'revslider/new_banner_2_blur.jpg'),
(2202, 1876, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:810;s:4:\"file\";s:31:\"revslider/new_banner_2_blur.jpg\";s:5:\"sizes\";a:52:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"new_banner_2_blur-1024x432.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-150x150.jpg\";s:5:\"width\";i: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:\"new_banner_2_blur-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-330x230.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"new_banner_2_blur-1536x648.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:28:\"new_banner_2_blur-128x54.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:27:\"new_banner_2_blur-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:30:\"new_banner_2_blur-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:30:\"new_banner_2_blur-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:28:\"new_banner_2_blur-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"new_banner_2_blur-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:27:\"new_banner_2_blur-98x41.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:28:\"new_banner_2_blur-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"new_banner_2_blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-600x253.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"new_banner_2_blur-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3309, 1882, '_oembed_time_ea36b8635545dc6be975bff55f62ae19', '1584521070'),
(2321, 1903, '_wp_attached_file', '2020/03/Umpires-South-Africa-Cricket.png'),
(2322, 1903, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1049;s:4:\"file\";s:40:\"2020/03/Umpires-South-Africa-Cricket.png\";s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-600x615.png\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Umpires-South-Africa-Cricket-1000x1024.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-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:40:\"Umpires-South-Africa-Cricket-768x787.png\";s:5:\"width\";i:768;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-125x128.png\";s:5:\"width\";i:125;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:38:\"Umpires-South-Africa-Cricket-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:41:\"Umpires-South-Africa-Cricket-1024x666.png\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:41:\"Umpires-South-Africa-Cricket-1024x650.png\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:39:\"Umpires-South-Africa-Cricket-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Umpires-South-Africa-Cricket-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:38:\"Umpires-South-Africa-Cricket-96x98.png\";s:5:\"width\";i:96;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:39:\"Umpires-South-Africa-Cricket-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-600x615.png\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Umpires-South-Africa-Cricket-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2323, 1904, '_wp_attached_file', '2020/03/Coaches-South-Africa-Cricket.png'),
(2324, 1904, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1049;s:4:\"file\";s:40:\"2020/03/Coaches-South-Africa-Cricket.png\";s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-600x615.png\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Coaches-South-Africa-Cricket-1000x1024.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-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:40:\"Coaches-South-Africa-Cricket-768x787.png\";s:5:\"width\";i:768;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-125x128.png\";s:5:\"width\";i:125;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:38:\"Coaches-South-Africa-Cricket-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:41:\"Coaches-South-Africa-Cricket-1024x666.png\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:41:\"Coaches-South-Africa-Cricket-1024x650.png\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:39:\"Coaches-South-Africa-Cricket-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Coaches-South-Africa-Cricket-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:38:\"Coaches-South-Africa-Cricket-96x98.png\";s:5:\"width\";i:96;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:39:\"Coaches-South-Africa-Cricket-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-600x615.png\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Coaches-South-Africa-Cricket-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2325, 1905, '_wp_attached_file', '2020/03/PNG-Mzansi-Cricket-Dropdown-menu-5.png');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2326, 1905, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1098;s:6:\"height\";i:868;s:4:\"file\";s:46:\"2020/03/PNG-Mzansi-Cricket-Dropdown-menu-5.png\";s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-600x474.png\";s:5:\"width\";i:600;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-300x237.png\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"PNG-Mzansi-Cricket-Dropdown-menu-5-1024x810.png\";s:5:\"width\";i:1024;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-768x607.png\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-300x237.png\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-128x101.png\";s:5:\"width\";i:128;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-5-32x25.png\";s:5:\"width\";i:32;s:6:\"height\";i:25;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:47:\"PNG-Mzansi-Cricket-Dropdown-menu-5-1098x666.png\";s:5:\"width\";i:1098;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:47:\"PNG-Mzansi-Cricket-Dropdown-menu-5-1098x650.png\";s:5:\"width\";i:1098;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-5-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-5-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-5-98x77.png\";s:5:\"width\";i:98;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-5-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-600x474.png\";s:5:\"width\";i:600;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2327, 1906, '_wp_attached_file', '2020/03/PNG-Mzansi-Cricket-Dropdown-menu-3.png'),
(2328, 1906, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:995;s:6:\"height\";i:879;s:4:\"file\";s:46:\"2020/03/PNG-Mzansi-Cricket-Dropdown-menu-3.png\";s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-600x530.png\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-768x678.png\";s:5:\"width\";i:768;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-128x113.png\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-3-32x28.png\";s:5:\"width\";i:32;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-995x666.png\";s:5:\"width\";i:995;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-995x650.png\";s:5:\"width\";i:995;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-3-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-3-98x87.png\";s:5:\"width\";i:98;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-3-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-600x530.png\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2329, 1907, '_wp_attached_file', '2020/03/PNG-Mzansi-Cricket-Dropdown-menu-6.png'),
(2330, 1907, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:710;s:4:\"file\";s:46:\"2020/03/PNG-Mzansi-Cricket-Dropdown-menu-6.png\";s:5:\"sizes\";a:45:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-108x128.png\";s:5:\"width\";i:108;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-6-27x32.png\";s:5:\"width\";i:27;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-600x666.png\";s:5:\"width\";i:600;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-600x650.png\";s:5:\"width\";i:600;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-6-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-600x240.png\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-6-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-6-83x98.png\";s:5:\"width\";i:83;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-6-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-600x440.png\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2331, 1908, '_wp_attached_file', '2020/03/PNG-Mzansi-Cricket-Dropdown-menu-1.png'),
(2332, 1908, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1075;s:4:\"file\";s:46:\"2020/03/PNG-Mzansi-Cricket-Dropdown-menu-1.png\";s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-600x630.png\";s:5:\"width\";i:600;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"PNG-Mzansi-Cricket-Dropdown-menu-1-975x1024.png\";s:5:\"width\";i:975;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-768x806.png\";s:5:\"width\";i:768;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-122x128.png\";s:5:\"width\";i:122;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-1-30x32.png\";s:5:\"width\";i:30;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:47:\"PNG-Mzansi-Cricket-Dropdown-menu-1-1024x666.png\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:47:\"PNG-Mzansi-Cricket-Dropdown-menu-1-1024x650.png\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-1-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-1-93x98.png\";s:5:\"width\";i:93;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-1-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-600x630.png\";s:5:\"width\";i:600;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2333, 1909, '_wp_attached_file', '2020/03/PNG-Mzansi-Cricket-Dropdown-menu-2.png'),
(2334, 1909, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:894;s:4:\"file\";s:46:\"2020/03/PNG-Mzansi-Cricket-Dropdown-menu-2.png\";s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-600x546.png\";s:5:\"width\";i:600;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-300x273.png\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-768x698.png\";s:5:\"width\";i:768;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-300x273.png\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-128x116.png\";s:5:\"width\";i:128;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-2-32x29.png\";s:5:\"width\";i:32;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-983x666.png\";s:5:\"width\";i:983;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-983x650.png\";s:5:\"width\";i:983;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-2-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-2-98x89.png\";s:5:\"width\";i:98;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-2-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-600x546.png\";s:5:\"width\";i:600;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2335, 1910, '_wp_attached_file', '2020/03/PNG-Mzansi-Cricket-Dropdown-menu-4.png');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2336, 1910, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:945;s:6:\"height\";i:905;s:4:\"file\";s:46:\"2020/03/PNG-Mzansi-Cricket-Dropdown-menu-4.png\";s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-600x575.png\";s:5:\"width\";i:600;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-768x735.png\";s:5:\"width\";i:768;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-128x123.png\";s:5:\"width\";i:128;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-4-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-945x666.png\";s:5:\"width\";i:945;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-945x650.png\";s:5:\"width\";i:945;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-4-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"PNG-Mzansi-Cricket-Dropdown-menu-4-98x94.png\";s:5:\"width\";i:98;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"PNG-Mzansi-Cricket-Dropdown-menu-4-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-600x575.png\";s:5:\"width\";i:600;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"PNG-Mzansi-Cricket-Dropdown-menu-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2337, 1911, '_wp_attached_file', '2020/03/Mzansi-Cricket-Dropdown-menu-4.png'),
(2338, 1911, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1098;s:6:\"height\";i:868;s:4:\"file\";s:42:\"2020/03/Mzansi-Cricket-Dropdown-menu-4.png\";s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-600x474.png\";s:5:\"width\";i:600;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-300x237.png\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Mzansi-Cricket-Dropdown-menu-4-1024x810.png\";s:5:\"width\";i:1024;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-768x607.png\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-300x237.png\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-128x101.png\";s:5:\"width\";i:128;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-4-32x25.png\";s:5:\"width\";i:32;s:6:\"height\";i:25;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:43:\"Mzansi-Cricket-Dropdown-menu-4-1098x666.png\";s:5:\"width\";i:1098;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:43:\"Mzansi-Cricket-Dropdown-menu-4-1098x650.png\";s:5:\"width\";i:1098;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-4-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-4-98x77.png\";s:5:\"width\";i:98;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-4-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-600x474.png\";s:5:\"width\";i:600;s:6:\"height\";i:474;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2339, 1912, '_wp_attached_file', '2020/03/Mzansi-Cricket-Dropdown-menu-2.png'),
(2340, 1912, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:995;s:6:\"height\";i:879;s:4:\"file\";s:42:\"2020/03/Mzansi-Cricket-Dropdown-menu-2.png\";s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-600x530.png\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-768x678.png\";s:5:\"width\";i:768;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-128x113.png\";s:5:\"width\";i:128;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-2-32x28.png\";s:5:\"width\";i:32;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-995x666.png\";s:5:\"width\";i:995;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-995x650.png\";s:5:\"width\";i:995;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-2-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-2-98x87.png\";s:5:\"width\";i:98;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-2-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-600x530.png\";s:5:\"width\";i:600;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2341, 1913, '_wp_attached_file', '2020/03/Mzansi-Cricket-Dropdown-menu-1.png'),
(2342, 1913, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:983;s:6:\"height\";i:894;s:4:\"file\";s:42:\"2020/03/Mzansi-Cricket-Dropdown-menu-1.png\";s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-600x546.png\";s:5:\"width\";i:600;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-300x273.png\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-768x698.png\";s:5:\"width\";i:768;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-300x273.png\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-128x116.png\";s:5:\"width\";i:128;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-1-32x29.png\";s:5:\"width\";i:32;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-983x666.png\";s:5:\"width\";i:983;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-983x650.png\";s:5:\"width\";i:983;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-1-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-1-98x89.png\";s:5:\"width\";i:98;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-1-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-600x546.png\";s:5:\"width\";i:600;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2343, 1914, '_wp_attached_file', '2020/03/Mzansi-Cricket-Dropdown-menu-5.png'),
(2344, 1914, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:710;s:4:\"file\";s:42:\"2020/03/Mzansi-Cricket-Dropdown-menu-5.png\";s:5:\"sizes\";a:45:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-254x300.png\";s:5:\"width\";i:254;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-108x128.png\";s:5:\"width\";i:108;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-5-27x32.png\";s:5:\"width\";i:27;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-600x666.png\";s:5:\"width\";i:600;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-600x650.png\";s:5:\"width\";i:600;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-5-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-600x240.png\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-5-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-5-83x98.png\";s:5:\"width\";i:83;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-5-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-600x440.png\";s:5:\"width\";i:600;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2345, 1915, '_wp_attached_file', '2020/03/Mzansi-Cricket-Dropdown-menu-6.png');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2346, 1915, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1075;s:4:\"file\";s:42:\"2020/03/Mzansi-Cricket-Dropdown-menu-6.png\";s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-600x630.png\";s:5:\"width\";i:600;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"Mzansi-Cricket-Dropdown-menu-6-975x1024.png\";s:5:\"width\";i:975;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-768x806.png\";s:5:\"width\";i:768;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-122x128.png\";s:5:\"width\";i:122;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-6-30x32.png\";s:5:\"width\";i:30;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:43:\"Mzansi-Cricket-Dropdown-menu-6-1024x666.png\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:43:\"Mzansi-Cricket-Dropdown-menu-6-1024x650.png\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-6-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-6-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-6-93x98.png\";s:5:\"width\";i:93;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-6-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-600x630.png\";s:5:\"width\";i:600;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2347, 1916, '_wp_attached_file', '2020/03/Mzansi-Cricket-Dropdown-menu-3.png'),
(2348, 1916, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:945;s:6:\"height\";i:905;s:4:\"file\";s:42:\"2020/03/Mzansi-Cricket-Dropdown-menu-3.png\";s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-600x575.png\";s:5:\"width\";i:600;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-768x735.png\";s:5:\"width\";i:768;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-128x123.png\";s:5:\"width\";i:128;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-3-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-945x666.png\";s:5:\"width\";i:945;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-945x650.png\";s:5:\"width\";i:945;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-3-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:40:\"Mzansi-Cricket-Dropdown-menu-3-98x94.png\";s:5:\"width\";i:98;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:41:\"Mzansi-Cricket-Dropdown-menu-3-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-600x575.png\";s:5:\"width\";i:600;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"Mzansi-Cricket-Dropdown-menu-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2349, 1917, '_wp_attached_file', '2020/03/Mzansi-Cricket-logo-e1584962607996.png'),
(2350, 1917, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:785;s:6:\"height\";i:915;s:4:\"file\";s:46:\"2020/03/Mzansi-Cricket-logo-e1584962607996.png\";s:5:\"sizes\";a:55:{s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-600x699.png\";s:5:\"width\";i:600;s:6:\"height\";i:699;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Mzansi-Cricket-logo-971x1024.png\";s:5:\"width\";i:971;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-768x895.png\";s:5:\"width\";i:768;s:6:\"height\";i:895;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-110x128.png\";s:5:\"width\";i:110;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"Mzansi-Cricket-logo-e1584962607996-27x32.png\";s:5:\"width\";i:27;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:47:\"Mzansi-Cricket-logo-e1584962607996-1140x666.png\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:47:\"Mzansi-Cricket-logo-e1584962607996-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"Mzansi-Cricket-logo-e1584962607996-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"Mzansi-Cricket-logo-e1584962607996-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"Mzansi-Cricket-logo-e1584962607996-84x98.png\";s:5:\"width\";i:84;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"Mzansi-Cricket-logo-e1584962607996-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-600x699.png\";s:5:\"width\";i:600;s:6:\"height\";i:699;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:44:\"Mzansi-Cricket-logo-e1584962607996-21x24.png\";s:5:\"width\";i:21;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:44:\"Mzansi-Cricket-logo-e1584962607996-31x36.png\";s:5:\"width\";i:31;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:44:\"Mzansi-Cricket-logo-e1584962607996-41x48.png\";s:5:\"width\";i:41;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tg-landscape\";a:4:{s:4:\"file\";s:46:\"Mzansi-Cricket-logo-e1584962607996-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;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:{}}}'),
(2351, 1918, '_wp_attached_file', '2020/03/image.png'),
(2352, 1918, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1771;s:6:\"height\";i:763;s:4:\"file\";s:17:\"2020/03/image.png\";s:5:\"sizes\";a:51:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"image-600x258.png\";s:5:\"width\";i:600;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"image-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"image-1024x441.png\";s:5:\"width\";i:1024;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"image-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:17:\"image-768x331.png\";s:5:\"width\";i:768;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"image-1536x662.png\";s:5:\"width\";i:1536;s:6:\"height\";i:662;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:17:\"image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:17:\"image-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:16:\"image-128x55.png\";s:5:\"width\";i:128;s:6:\"height\";i:55;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:15:\"image-32x14.png\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:18:\"image-1140x666.png\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:18:\"image-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:17:\"image-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:17:\"image-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:17:\"image-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:17:\"image-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:17:\"image-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:17:\"image-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:16:\"image-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:17:\"image-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:17:\"image-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:17:\"image-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:17:\"image-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:17:\"image-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:17:\"image-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:17:\"image-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:17:\"image-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:17:\"image-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"image-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:17:\"image-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:17:\"image-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:17:\"image-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:15:\"image-98x42.png\";s:5:\"width\";i:98;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:17:\"image-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:17:\"image-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:17:\"image-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:17:\"image-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:16:\"image-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:17:\"image-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:17:\"image-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:17:\"image-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:17:\"image-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:17:\"image-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:17:\"image-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:17:\"image-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:17:\"image-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"image-600x258.png\";s:5:\"width\";i:600;s:6:\"height\";i:258;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3307, 2104, '_wpb_shortcodes_custom_css', '.vc_custom_1584519868634{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584519657435{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 1px !important;padding-right: 1px !important;padding-bottom: 1px !important;padding-left: 1px !important;}.vc_custom_1584519956665{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}.vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}.vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}'),
(3919, 1889, 'page_breadcrumbs', 'on'),
(3314, 2107, '_wp_attached_file', '2020/03/986e4f807b13a475260314764215f9aa.jpg'),
(3920, 1889, 'page_footer_hide', 'on'),
(3921, 1889, 'no_page_padding', 'on'),
(3922, 1880, 'page_breadcrumbs', 'on'),
(3308, 1882, '_oembed_ea36b8635545dc6be975bff55f62ae19', '<iframe title=\"SA Schools vs SA Colts 2018, Newlands, Cape Town\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/6CLTa2RdHNg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3928, 2230, '_wpb_shortcodes_custom_css', '.vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}.vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}.vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}'),
(3302, 2059, 'slide_template', ''),
(3303, 2059, 'rs_page_bg_color', ''),
(3305, 2103, '_wpb_shortcodes_custom_css', '.vc_custom_1584466121251{border-bottom-width: 0px !important;padding-bottom: 0px !important;}'),
(3306, 1880, '_wpb_shortcodes_custom_css', '.vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}.vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}.vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3301, 2059, '_clever_mega_menu_theme_meta', 'a:240:{s:18:\"general_css_output\";s:8:\"sitehead\";s:14:\"general_effect\";s:10:\"fade-in-up\";s:17:\"general_font_size\";s:4:\"13px\";s:22:\"general_letter_spacing\";s:6:\"normal\";s:19:\"general_font_weight\";s:3:\"400\";s:19:\"general_line_height\";s:3:\"1.6\";s:22:\"general_text_transform\";s:4:\"none\";s:15:\"general_z_index\";s:3:\"999\";s:18:\"general_text_color\";s:7:\"#636363\";s:18:\"general_link_color\";s:7:\"#636363\";s:24:\"general_link_hover_color\";s:7:\"#f26522\";s:16:\"general_arrow_up\";s:28:\"dashicons dashicons-arrow-up\";s:18:\"general_arrow_down\";s:30:\"dashicons dashicons-arrow-down\";s:18:\"general_arrow_left\";s:30:\"dashicons dashicons-arrow-left\";s:19:\"general_arrow_right\";s:31:\"dashicons dashicons-arrow-right\";s:13:\"menubar_style\";s:10:\"horizontal\";s:26:\"menubar_vertical_max_width\";s:5:\"400px\";s:23:\"menubar_vertical_layout\";s:19:\"vertical-align-left\";s:18:\"menubar_tab_layout\";s:24:\"submenu-vertical-default\";s:25:\"menubar_horizontal_layout\";s:23:\"horizontal-align-center\";s:36:\"menubar_vertical_sub_item_text_align\";s:4:\"left\";s:19:\"menubar_menu_height\";s:4:\"80px\";s:18:\"menubar_margin_top\";s:3:\"0px\";s:20:\"menubar_margin_right\";s:3:\"0px\";s:21:\"menubar_margin_bottom\";s:3:\"0px\";s:19:\"menubar_margin_left\";s:3:\"0px\";s:19:\"menubar_padding_top\";s:3:\"0px\";s:21:\"menubar_padding_right\";s:3:\"0px\";s:22:\"menubar_padding_bottom\";s:3:\"0px\";s:20:\"menubar_padding_left\";s:3:\"0px\";s:20:\"menubar_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:18:\"menubar_border_top\";s:3:\"0px\";s:20:\"menubar_border_right\";s:3:\"0px\";s:21:\"menubar_border_bottom\";s:3:\"0px\";s:19:\"menubar_border_left\";s:3:\"0px\";s:20:\"menubar_border_style\";s:5:\"solid\";s:30:\"menubar_border_radius_top_left\";s:3:\"0px\";s:31:\"menubar_border_radius_top_right\";s:3:\"0px\";s:34:\"menubar_border_radius_bottom_right\";s:3:\"0px\";s:33:\"menubar_border_radius_bottom_left\";s:3:\"0px\";s:29:\"menubar_background_from_color\";s:4:\"#222\";s:27:\"menubar_background_to_color\";s:4:\"#222\";s:23:\"menubar_item_text_color\";s:4:\"#fff\";s:29:\"menubar_item_text_hover_color\";s:7:\"#f26522\";s:30:\"menubar_item_text_active_color\";s:7:\"#f26522\";s:27:\"menubar_item_text_font_size\";s:4:\"14px\";s:29:\"menubar_item_text_font_weight\";s:3:\"600\";s:29:\"menubar_item_text_line_height\";s:3:\"1.6\";s:27:\"menubar_item_text_transform\";s:9:\"uppercase\";s:32:\"menubar_item_text_letter_spacing\";s:6:\"normal\";s:29:\"menubar_item_background_color\";s:13:\"rgba(0,0,0,0)\";s:35:\"menubar_item_background_hover_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"menubar_item_background_active_color\";s:13:\"rgba(0,0,0,0)\";s:24:\"menubar_item_padding_top\";s:3:\"0px\";s:26:\"menubar_item_padding_right\";s:4:\"20px\";s:27:\"menubar_item_padding_bottom\";s:3:\"0px\";s:25:\"menubar_item_padding_left\";s:4:\"20px\";s:23:\"menubar_item_margin_top\";s:3:\"0px\";s:25:\"menubar_item_margin_right\";s:3:\"0px\";s:26:\"menubar_item_margin_bottom\";s:3:\"0px\";s:24:\"menubar_item_margin_left\";s:3:\"0px\";s:25:\"menubar_item_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:23:\"menubar_item_border_top\";s:3:\"0px\";s:25:\"menubar_item_border_right\";s:3:\"0px\";s:26:\"menubar_item_border_bottom\";s:3:\"0px\";s:24:\"menubar_item_border_left\";s:3:\"0px\";s:25:\"menubar_item_border_style\";s:5:\"solid\";s:31:\"menubar_item_border_hover_color\";s:21:\"rgba(255,255,255,0.1)\";s:31:\"menubar_item_border_hover_style\";s:5:\"solid\";s:30:\"menubar_item_border_last_child\";s:1:\"1\";s:23:\"mega_panel_css_selector\";s:4:\".cmm\";s:32:\"mega_panel_background_from_color\";s:4:\"#fff\";s:30:\"mega_panel_background_to_color\";s:4:\"#fff\";s:22:\"mega_panel_padding_top\";s:4:\"20px\";s:24:\"mega_panel_padding_right\";s:4:\"20px\";s:25:\"mega_panel_padding_bottom\";s:4:\"20px\";s:23:\"mega_panel_padding_left\";s:4:\"20px\";s:23:\"mega_panel_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:21:\"mega_panel_border_top\";s:3:\"0px\";s:23:\"mega_panel_border_right\";s:3:\"0px\";s:24:\"mega_panel_border_bottom\";s:3:\"0px\";s:22:\"mega_panel_border_left\";s:3:\"0px\";s:23:\"mega_panel_border_style\";s:5:\"solid\";s:33:\"mega_panel_border_radius_top_left\";s:3:\"0px\";s:34:\"mega_panel_border_radius_top_right\";s:3:\"0px\";s:37:\"mega_panel_border_radius_bottom_right\";s:3:\"0px\";s:36:\"mega_panel_border_radius_bottom_left\";s:3:\"0px\";s:18:\"mega_menu_h_shadow\";s:3:\"0px\";s:18:\"mega_menu_v_shadow\";s:3:\"0px\";s:21:\"mega_menu_blur_shadow\";s:4:\"12px\";s:23:\"mega_menu_spread_shadow\";s:3:\"0px\";s:22:\"mega_menu_color_shadow\";s:18:\"rgba(0, 0, 0, 0.3)\";s:28:\"mega_panel_heading_font_size\";s:4:\"15px\";s:30:\"mega_panel_heading_font_weight\";s:3:\"600\";s:24:\"mega_panel_heading_color\";s:7:\"#252525\";s:24:\"mega_panel_heading_style\";s:9:\"uppercase\";s:33:\"mega_panel_heading_letter_spacing\";s:6:\"normal\";s:29:\"mega_panel_heading_margin_top\";s:3:\"0px\";s:31:\"mega_panel_heading_margin_right\";s:3:\"0px\";s:32:\"mega_panel_heading_margin_bottom\";s:4:\"20px\";s:30:\"mega_panel_heading_margin_left\";s:3:\"0px\";s:30:\"mega_panel_heading_padding_top\";s:3:\"0px\";s:32:\"mega_panel_heading_padding_right\";s:3:\"0px\";s:33:\"mega_panel_heading_padding_bottom\";s:3:\"0px\";s:31:\"mega_panel_heading_padding_left\";s:3:\"0px\";s:31:\"mega_panel_heading_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:29:\"mega_panel_heading_border_top\";s:3:\"0px\";s:31:\"mega_panel_heading_border_right\";s:3:\"0px\";s:32:\"mega_panel_heading_border_bottom\";s:3:\"0px\";s:30:\"mega_panel_heading_border_left\";s:3:\"0px\";s:31:\"mega_panel_heading_border_style\";s:5:\"solid\";s:41:\"mega_panel_heading_border_radius_top_left\";s:3:\"0px\";s:42:\"mega_panel_heading_border_radius_top_right\";s:3:\"0px\";s:45:\"mega_panel_heading_border_radius_bottom_right\";s:3:\"0px\";s:44:\"mega_panel_heading_border_radius_bottom_left\";s:3:\"0px\";s:40:\"mega_panel_heading_background_from_color\";s:4:\"#fff\";s:38:\"mega_panel_heading_background_to_color\";s:4:\"#fff\";s:26:\"mega_panel_item_text_color\";s:7:\"#636363\";s:32:\"mega_panel_item_text_hover_color\";s:7:\"#f26522\";s:30:\"mega_panel_item_text_font_size\";s:4:\"14px\";s:32:\"mega_panel_item_text_font_weight\";s:3:\"400\";s:32:\"mega_panel_item_text_line_height\";s:3:\"1.6\";s:30:\"mega_panel_item_text_transform\";s:10:\"capitalize\";s:35:\"mega_panel_item_text_letter_spacing\";s:6:\"normal\";s:32:\"mega_panel_item_background_color\";s:4:\"#fff\";s:38:\"mega_panel_item_background_hover_color\";s:4:\"#fff\";s:27:\"mega_panel_item_padding_top\";s:3:\"8px\";s:29:\"mega_panel_item_padding_right\";s:3:\"0px\";s:30:\"mega_panel_item_padding_bottom\";s:3:\"8px\";s:28:\"mega_panel_item_padding_left\";s:3:\"0px\";s:28:\"mega_panel_item_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:26:\"mega_panel_item_border_top\";s:3:\"0px\";s:28:\"mega_panel_item_border_right\";s:3:\"0px\";s:29:\"mega_panel_item_border_bottom\";s:3:\"0px\";s:27:\"mega_panel_item_border_left\";s:3:\"0px\";s:28:\"mega_panel_item_border_style\";s:5:\"solid\";s:34:\"mega_panel_item_border_hover_color\";s:21:\"rgba(255,255,255,0.1)\";s:34:\"mega_panel_item_border_hover_style\";s:5:\"solid\";s:33:\"mega_panel_item_border_last_child\";s:1:\"1\";s:39:\"mega_panel_second_background_from_color\";s:4:\"#fff\";s:37:\"mega_panel_second_background_to_color\";s:4:\"#fff\";s:29:\"mega_panel_second_padding_top\";s:3:\"0px\";s:31:\"mega_panel_second_padding_right\";s:3:\"0px\";s:32:\"mega_panel_second_padding_bottom\";s:3:\"0px\";s:30:\"mega_panel_second_padding_left\";s:3:\"0px\";s:30:\"mega_panel_second_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:28:\"mega_panel_second_border_top\";s:3:\"0px\";s:30:\"mega_panel_second_border_right\";s:3:\"0px\";s:31:\"mega_panel_second_border_bottom\";s:3:\"0px\";s:29:\"mega_panel_second_border_left\";s:3:\"0px\";s:30:\"mega_panel_second_border_style\";s:5:\"solid\";s:40:\"mega_panel_second_border_radius_top_left\";s:3:\"0px\";s:41:\"mega_panel_second_border_radius_top_right\";s:3:\"0px\";s:44:\"mega_panel_second_border_radius_bottom_right\";s:3:\"0px\";s:43:\"mega_panel_second_border_radius_bottom_left\";s:3:\"0px\";s:31:\"mega_panel_second_menu_h_shadow\";s:3:\"0px\";s:31:\"mega_panel_second_menu_v_shadow\";s:3:\"0px\";s:34:\"mega_panel_second_menu_blur_shadow\";s:4:\"12px\";s:36:\"mega_panel_second_menu_spread_shadow\";s:3:\"0px\";s:35:\"mega_panel_second_menu_color_shadow\";s:18:\"rgba(0, 0, 0, 0.3)\";s:33:\"mega_panel_second_item_text_color\";s:7:\"#636363\";s:39:\"mega_panel_second_item_text_hover_color\";s:7:\"#f26522\";s:37:\"mega_panel_second_item_text_font_size\";s:4:\"14px\";s:39:\"mega_panel_second_item_text_font_weight\";s:3:\"400\";s:39:\"mega_panel_second_item_text_line_height\";s:3:\"1.6\";s:37:\"mega_panel_second_item_text_transform\";s:10:\"capitalize\";s:42:\"mega_panel_second_item_text_letter_spacing\";s:6:\"normal\";s:39:\"mega_panel_second_item_background_color\";s:4:\"#fff\";s:45:\"mega_panel_second_item_background_hover_color\";s:4:\"#fff\";s:34:\"mega_panel_second_item_padding_top\";s:3:\"8px\";s:36:\"mega_panel_second_item_padding_right\";s:4:\"15px\";s:37:\"mega_panel_second_item_padding_bottom\";s:3:\"8px\";s:35:\"mega_panel_second_item_padding_left\";s:4:\"15px\";s:35:\"mega_panel_second_item_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:33:\"mega_panel_second_item_border_top\";s:3:\"0px\";s:35:\"mega_panel_second_item_border_right\";s:3:\"0px\";s:36:\"mega_panel_second_item_border_bottom\";s:3:\"0px\";s:34:\"mega_panel_second_item_border_left\";s:3:\"0px\";s:35:\"mega_panel_second_item_border_style\";s:5:\"solid\";s:41:\"mega_panel_second_item_border_hover_color\";s:21:\"rgba(255,255,255,0.1)\";s:41:\"mega_panel_second_item_border_hover_style\";s:5:\"solid\";s:40:\"mega_panel_second_item_border_last_child\";s:1:\"1\";s:12:\"flyout_width\";s:5:\"200px\";s:28:\"flyout_background_from_color\";s:4:\"#fff\";s:26:\"flyout_background_to_color\";s:4:\"#fff\";s:18:\"flyout_padding_top\";s:3:\"5px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"5px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:19:\"flyout_border_style\";s:5:\"solid\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:20:\"flyout_menu_h_shadow\";s:3:\"0px\";s:20:\"flyout_menu_v_shadow\";s:3:\"0px\";s:23:\"flyout_menu_blur_shadow\";s:4:\"12px\";s:25:\"flyout_menu_spread_shadow\";s:3:\"0px\";s:24:\"flyout_menu_color_shadow\";s:18:\"rgba(0, 0, 0, 0.3)\";s:22:\"flyout_item_text_color\";s:7:\"#636363\";s:28:\"flyout_item_text_hover_color\";s:7:\"#f26522\";s:26:\"flyout_item_text_font_size\";s:4:\"14px\";s:28:\"flyout_item_text_font_weight\";s:3:\"400\";s:28:\"flyout_item_text_line_height\";s:3:\"1.6\";s:26:\"flyout_item_text_transform\";s:10:\"capitalize\";s:31:\"flyout_item_text_letter_spacing\";s:6:\"normal\";s:28:\"flyout_item_background_color\";s:22:\"rgba(255, 255, 255, 0)\";s:34:\"flyout_item_background_hover_color\";s:22:\"rgba(255, 255, 255, 0)\";s:23:\"flyout_item_padding_top\";s:3:\"5px\";s:25:\"flyout_item_padding_right\";s:4:\"20px\";s:26:\"flyout_item_padding_bottom\";s:3:\"5px\";s:24:\"flyout_item_padding_left\";s:4:\"20px\";s:24:\"flyout_item_border_color\";s:21:\"rgba(255,255,255,0.1)\";s:22:\"flyout_item_border_top\";s:3:\"0px\";s:24:\"flyout_item_border_right\";s:3:\"0px\";s:25:\"flyout_item_border_bottom\";s:3:\"0px\";s:23:\"flyout_item_border_left\";s:3:\"0px\";s:24:\"flyout_item_border_style\";s:5:\"solid\";s:30:\"flyout_item_border_hover_color\";s:21:\"rgba(255,255,255,0.1)\";s:30:\"flyout_item_border_hover_style\";s:5:\"solid\";s:29:\"flyout_item_border_last_child\";s:1:\"1\";s:26:\"mobile_menu_disable_toggle\";s:1:\"0\";s:33:\"mobile_menu_toggle_button_wrapper\";s:14:\".cmm-container\";s:21:\"mobile_menu_open_icon\";s:24:\"dashicons dashicons-menu\";s:22:\"mobile_menu_close_icon\";s:26:\"dashicons dashicons-no-alt\";s:23:\"mobile_menu_toggle_text\";s:4:\"Menu\";s:33:\"mobile_menu_responsive_breakpoint\";s:5:\"992px\";s:22:\"mobile_menu_item_color\";s:24:\"rgba(255, 255, 255, 0.6)\";s:28:\"mobile_menu_item_hover_color\";s:4:\"#fff\";s:33:\"mobile_menu_background_from_color\";s:7:\"#1f1f1f\";s:31:\"mobile_menu_background_to_color\";s:7:\"#1f1f1f\";s:29:\"mobile_menu_item_border_color\";s:24:\"rgba(255, 255, 255, 0.2)\";s:29:\"mobile_menu_item_border_style\";s:6:\"dotted\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";}'),
(3300, 2059, '_wp_old_date', '-0001-11-30'),
(3299, 2059, '_edit_last', '1'),
(3298, 2059, '_edit_lock', '1584474077:1'),
(3281, 2016, '_menu_item_image_size', 'menu-36x36'),
(3282, 2016, '_menu_item_image_title_position', 'after'),
(3283, 2017, '_menu_item_image_size', 'menu-36x36'),
(3284, 2017, '_menu_item_image_title_position', 'after'),
(3285, 2102, '_menu_item_type', 'custom'),
(3286, 2102, '_menu_item_menu_item_parent', '0'),
(3287, 2102, '_menu_item_object_id', '2102'),
(3288, 2102, '_menu_item_object', 'custom'),
(3289, 2102, '_menu_item_target', ''),
(3290, 2102, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3291, 2102, '_menu_item_xfn', ''),
(3292, 2102, '_menu_item_url', 'https://southafricacricket.co.za/'),
(3295, 2102, '_menu_item_image_size', 'medium'),
(3294, 2102, '_thumbnail_id', '1917'),
(3296, 2102, '_menu_item_image_title_position', 'hide'),
(3297, 2102, 'menu-item-tp-megamenu-type', 'default');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2540, 1895, 'gm_compiled_css', '.gm-navbar{ z-index: 9999 !important }.gm-main-menu-wrapper{ z-index: 9999 !important }.gm-navigation-drawer{ z-index: 10023 !important }.gm-navbar--style-3 .gm-toolbar{ z-index: 10011 !important }.gm-navbar .gm-toolbar .wpml-ls{ z-index: 10011 !important }@media (min-width: 1024px) {.gm-navbar .gm-logo{ z-index: 10011 !important }}.gm-search__fullscreen-container{ z-index: 10035 !important }.gm-container{ max-width: 1200px }.gm-main-menu-wrapper .mega-gm-dropdown > .gm-dropdown-menu, .gm-main-menu-wrapper .mega-gm-dropdown > .gm-dropdown-menu-wrapper{ \n            width: 1200px;\n            max-width : 1200px;\n            position: absolute; }.gm-navbar .gm-logo a{ font-size: 20px; }.gm-navbar .gm-logo a{ color: rgba(32,32,34,1); }.gm-navbar .gm-logo a:hover{ color: rgba(32,32,34,1); }.gm-navbar-sticky-toggle .gm-logo a{ font-size: 20px; }.gm-navbar-sticky-toggle .gm-logo a{ color: rgba(32,32,34,1); }.gm-navbar-sticky-toggle .gm-logo a:hover{ color: rgba(32,32,34,1); }.gm-navbar, .gm-main-menu-wrapper, .gm-navigation-drawer{ font-family: inherit }.gm-navbar .gm-logo__txt{ font-family: inherit }@media (min-width: 1024px) {.gm-inner .gm-container{ height: 100px; }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-inner  .gm-container{ height: 50px; }}.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner-bg, .gm-padding{ background-color: rgba(255,255,255,1) }.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner-bg{ background-repeat: no-repeat }.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner-bg{ background-attachment: scroll }.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner-bg{ background-position: center center }.gm-navbar-sticky-toggle .gm-inner-bg{ background-color: rgba(255,255,255,1) }.gm-navbar-sticky-toggle .gm-inner-bg{ background-repeat: no-repeat }.gm-navbar-sticky-toggle .gm-inner-bg{ background-attachment: scroll }.gm-navbar-sticky-toggle .gm-inner-bg{ background-position: center center }.gm-navbar-sticky-toggle .gm-inner{ border-bottom-color: rgba(0,0,0,0); border-bottom-width: 0px }@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu .gm-menu-item__link, .gm-main-menu-wrapper .gm-mega-menu__item__title{ border-bottom: 1px dotted rgba(110, 110, 111, 1); }}@media (min-width: 1024px) {.gm-padding{ padding-top: 100px }}@media (max-width: 1023px) {.gm-padding{ padding-top: 70px }}.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner{ border-bottom-color: rgba(0,0,0,0) }.gm-main-menu-wrapper .gm-navbar-nav .gm-menu-item__icon{ display:none }@media (min-width: 1024px) {.gm-navbar--style-4 .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor, .gm-navbar--style-4 .gm-logo, .gm-navbar--style-4 .gm-search, .gm-navbar--style-4 .gm-minicart, .gm-navbar--style-4 .gm-toolbar-social-link{ border-bottom-width: 1px }}@media (min-width: 1024px) {.gm-navbar--style-4 .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor, .gm-navbar--style-4 .gm-logo, .gm-navbar--style-4 .gm-search, .gm-navbar--style-4 .gm-minicart, .gm-navbar--style-4 .gm-toolbar-social-link{ border-bottom-color: rgba(232,232,232,1) }}@media (min-width: 1024px) {.gm-navbar--style-4 .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor, .gm-navbar--style-4 .gm-logo, .gm-navbar--style-4 .gm-search, .gm-navbar--style-4 .gm-minicart, .gm-navbar--style-4 .gm-toolbar-social-link{ border-bottom-style: solid }}@media (min-width: 1024px) {.gm-navbar--style-4 .gm-menu-item__link{ border-bottom-width: 1px }}@media (min-width: 1024px) {.gm-navbar--style-4 .gm-menu-item__link{ border-bottom-color: rgba(74,74,76,1) }}@media (min-width: 1024px) {.gm-navbar--style-4 .gm-menu-item__link{ border-bottom-style: dotted }}@media (min-width: 1024px) {.gm-navbar--style-4 .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor, .gm-navbar--style-4 .gm-logo{ border-bottom-style: solid }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-dropdown-menu--lvl-1{ background-color: rgba(0,0,0,1) }}@media (min-width: 1024px) {.gm-navbar--style-2 ~ .gm-main-menu-wrapper{ background-color: rgba(0,0,0,1) }}@media (min-width: 1024px) {.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu--lvl-1{ background-color: rgba(0,0,0,1) }}@media (min-width: 1024px) {.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu:not(.gm-dropdown-menu--lvl-1){ background-color: rgba(0,0,0,1) }}.gm-navigation-drawer .gm-divider--vertical{ display: none }@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .menu-item > .gm-anchor, .gm-main-menu-wrapper .gm-search > i, .gm-main-menu-wrapper .gm-minicart-icon-wrapper > i, .gm-main-menu-wrapper .gm-minicart-icon-wrapper > .gm-minicart__txt, .gm-main-menu-wrapper .gm-search > .gm-search__txt{ color: #5a5a5a }}@media (min-width: 1024px) {.gm-navbar--style-3 .gm-actions > div:nth-of-type(n+2){ border-color: #5a5a5a }}@media (min-width: 1024px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-main-menu-wrapper .gm-nav-inline-divider, .gm-navbar:not(.gm-navbar-sticky-toggle).gm-navbar--has-divider .gm-main-menu-wrapper .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before{ background-color: #5a5a5a }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-nav-inline-divider, .gm-navbar-sticky-toggle.gm-navbar--has-divider .gm-main-menu-wrapper .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before{ background-color: #5a5a5a }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-search > i{ font-size: 17px }}@media (max-width: 1023px) {.gm-navigation-drawer .gm-search .gm-icon{ font-size: 17px }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-icon-wrapper > i{ font-size: 16px }}@media (max-width: 1023px) {.gm-navigation-drawer .gm-minicart .gm-icon{ font-size: 17px }}@media (min-width: 1024px) {.gm-navbar .wpml-ls-flag{ height: auto; width: 18px }}@media (max-width: 1023px) {.gm-navbar .wpml-ls-flag{ height: auto; width: 18px }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor, .gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-search > i, .gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-minicart-icon-wrapper > i{ color: #5a5a5a }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-nav-inline-divider{ background-color: #5a5a5a }}.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-navbar-nav > .current-menu-item > .gm-anchor, .gm-navbar:not(.gm-navbar-sticky-toggle) .gm-navbar-nav > .current-menu-ancestor > .gm-anchor, .gm-navbar:not(.gm-navbar-sticky-toggle) .gm-navbar-nav > .menu-item > .gm-anchor:hover, .gm-navbar:not(.gm-navbar-sticky-toggle) .gm-navbar-nav > .menu-item.gm-open > .gm-anchor{ color: #93cb52 }.gm-navbar-sticky-toggle .gm-navbar-nav li.current-menu-parent > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav li.current-menu-item > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav > li > .gm-anchor:hover, .gm-navbar-sticky-toggle .gm-navbar-nav > .menu-item.gm-open > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav li.current-menu-ancestor.gm-open > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav li.current-menu-ancestor > .gm-anchor{ color: #93cb52 }@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .gm-dropdown:not(.mega-gm-dropdown) .gm-dropdown-menu{ min-width: 230px }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu{ border-top: 3px solid #93cb52 }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu{ background-color: #202022 }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu .gm-menu-item__link, .gm-main-menu-wrapper .gm-navbar-nav .gm-menu-item__txt-empty-url{ color: #6e6e6f }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu .gm-menu-item__link:hover{ color: #93cb52 }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu li.current-menu-ancestor > .gm-menu-item__link, .gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu li.current-menu-item > .gm-menu-item__link { color: #93cb52 }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item__title, .gm-main-menu-wrapper .gm-mega-menu__item__title .gm-menu-item__txt{ color:#ffffff }}.gm-navigation-drawer{ background-color: #ffffff }.gm-navigation-drawer .gm-anchor, .gm-navigation-drawer .gm-mega-menu__item__title, .gm-navigation-drawer .gm-search{ color: #5a5a5a }.gm-navigation-drawer .gm-anchor, .gm-navigation-drawer .gm-mega-menu__item__title, .gm-navigation-drawer .gm-divider--vertical, .gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-actions > div:nth-of-type(n+2){ border-color: #5a5a5a }.gm-navigation-drawer .gm-anchor:hover, .gm-navigation-drawer .current-menu-parent > .gm-anchor, .gm-navigation-drawer li.current-menu-item > .gm-anchor{ color: #cccccc }.gm-navigation-drawer--mobile{ width:250px }@media (max-width: 1023px) {.gm-anchor, .gm-mega-menu__item__title{ padding:9px 0 }}.gm-navigation-drawer--mobile.gm-navigation-drawer--right{ transform: translate3d(250px, 0, 0); right: 0 }@media (min-width: 1024px) {.gm-caret{ padding-left: 5px }}@media (max-width: 1023px) {.gm-caret{ padding-left: 15px }}@media (max-width: 1023px) {.gm-inner .gm-container{ height: 70px }}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-inner .gm-container{ height: 70px }}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor{ font-size: 11px }}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor{ text-transform: uppercase }}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor{ font-weight: 700 }}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-dropdown-menu .gm-anchor{ font-size: 11px }}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-dropdown-menu .gm-anchor{ text-transform: uppercase }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor{ margin-left: 15px }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor{ margin-right: 15px }}@media (min-width: 1024px) {.gm-navbar--has-divider .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before{ right: -15px }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor{ font-size: 14px }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-menu-item__link{ font-size: 11px }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor{ text-transform: uppercase }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-menu-item__link{ text-transform: uppercase }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item__title, .gm-main-menu-wrapper .gm-mega-menu__item__title .gm-menu-item__txt{ text-transform: uppercase }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item__title, .gm-main-menu-wrapper .gm-mega-menu__item__title .gm-menu-item__txt{ font-size: 13px }}.gm-toolbar-bg{ background-color: rgba(255,255,255,1) }.gm-navbar .gm-toolbar-contacts, .gm-navbar #lang_sel_click ul ul a:visited, .gm-navbar #lang_sel_click ul ul a, .gm-navbar #lang_sel_click a:hover, .gm-navbar #lang_sel_click ul ul a:hover, .gm-navbar #lang_sel_click:hover> a, .gm-navbar #lang_sel_click ul ul:hover> a, .gm-navbar #lang_sel_click a.lang_sel_sel, .gm-navbar #lang_sel_click a.lang_sel_sel:hover{ color: rgba(104,104,104,1) }.gm-navbar .gm-toolbar-contacts{ font-size: 14px; }#lang_sel_click ul ul a:visited, #lang_sel_click ul ul a, #lang_sel_click ul ul a:hover{ background-color: rgba(255,255,255,1) }#lang_sel_click{ display: none }.gm-navbar .gm-toolbar-social-link{ color: rgba(104,104,104,1) }.gm-navbar .gm-toolbar-socials-list__item{ border-right: 1px solid rgba(104,104,104,1) }.gm-navbar .gm-toolbar-socials-list__item:first-of-type{ border-left: 1px solid rgba(104,104,104,1) }@media (min-width: 1024px) {.gm-navbar--style-3 .gm-toolbar-socials-list__item{ box-shadow: 1px 0 0 0 rgba(104,104,104,1), 0 1px 0 0 rgba(104,104,104,1), 1px 1px 0 0 rgba(104,104,104,1), 1px 0 0 0 rgba(104,104,104,1) inset, 0 1px 0 0 rgba(104,104,104,1) inset }}@media (min-width: 1024px) {.gm-menu-btn__inner{ color: rgba(104,104,104,1); }}@media (min-width: 1024px) {.gm-menu-btn__inner{ font-size: 24px; }}@media (min-width: 1024px) {.gm-menu-btn__inner{ background-color: rgba(0,0,0,0); }}@media (min-width: 1024px) {.gm-menu-btn__inner{ border: 0px solid rgba(0,0,0,0); }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner{ color: rgba(104,104,104,1); }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner{ font-size: 24px; }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner{ background-color: rgba(0,0,0,0); }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner{ border: 0px solid rgba(0,0,0,0); }}@media (max-width: 1023px) {.gm-menu-btn__inner{ color: rgba(104,104,104,1); }}@media (max-width: 1023px) {.gm-menu-btn__inner{ font-size: 24px; }}@media (max-width: 1023px) {.gm-menu-btn__inner{ background-color: rgba(0,0,0,0); }}@media (max-width: 1023px) {.gm-menu-btn__inner{ border: 0px solid rgba(0,0,0,0); }}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner{ color: rgba(104,104,104,1); }}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner{ font-size: 24px; }}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner{ background-color: rgba(0,0,0,0); }}.gm-cart-counter{ border-radius: 50% 50% 50% 0; }.gm-cart-counter{ background-color: #a5e25e; }.gm-cart-counter{ color: #ffffff; }@media (min-width: 1024px) {.gm-minicart-dropdown{ background-color: #202022; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item, .woocommerce-mini-cart__empty-message, .gm-minicart, .woocommerce-mini-cart__total{ color: #ffffff; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .checkout{ color: #686868; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .checkout:hover{ color: #686868; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .checkout{ font-size: 13px; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .checkout{ font-weight: 700; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .checkout{ background-color: #fff; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .checkout:hover{ background-color: #fff; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown .checkout{ border-style: none; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown a.button:first-of-type{ color: #ffffff; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown a.button:first-of-type:hover{ color: #ffffff; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown a.button:first-of-type{ font-size: 13px; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown a.button:first-of-type{ font-weight: 700; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown a.button:first-of-type{ background-color: #a5e25e; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown a.button:first-of-type:hover{ background-color: #a5e25e; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-minicart-dropdown a.button:first-of-type{ border-style: none; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item:not(:last-of-type) > ul::after{ border-right: 1px solid rgba(255,255,255,0); }}@media (min-width: 1024px) {.gm-toolbar-social-link:hover{ color: #a5e25e }}.gm-navbar .gm-toolbar-socials-list__item{ border: none!important }.gm-navbar .gm-toolbar-social-link i, .gm-navbar .gm-toolbar-social-link span{ font-size: 16px }@media (min-width: 1024px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-default{ display: flex; }}@media (min-width: 1024px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-alt{ display: none; }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky{ display: flex; }}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky-alt{ display: none; }}@media (max-width: 1023px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-mobile{ display: flex; }}@media (max-width: 1023px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-mobile-alt{ display: none; }}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky-mobile{ display: flex; }}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky-alt-mobile{ display: none; }}@media (min-width: 1024px) {.gm-search:not(.fullscreen) .gm-search-wrapper{ position: absolute; top: 100%; right: 0; width: 350px; padding: 15px 20px; transition: opacity ease 0.3s, visibility ease 0.3s; border-right: 4px solid #93cb52; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background-color: #fff; box-shadow: 0 0 5px rgba(0, 1, 0, 0.3); }.gm-main-menu-wrapper .gm-search > i{ padding-left: 15px; padding-right: 13px; cursor: pointer; }.gm-main-menu-wrapper .gm-minicart > a{ padding-left: 15px; }.hide-on-desktop{ display: none !important; }.gm-navbar .grid, .gm-navbar .grid-5, .gm-navbar .grid-10, .gm-navbar .grid-11, .gm-navbar .grid-12, .gm-navbar .grid-14, .gm-navbar .grid-15, .gm-navbar .grid-16, .gm-navbar .grid-20, .gm-navbar .grid-25, .gm-navbar .grid-30, .gm-navbar .grid-35, .gm-navbar .grid-40, .gm-navbar .grid-45, .gm-navbar .grid-50, .gm-navbar .grid-55, .gm-navbar .grid-60, .gm-navbar .grid-65, .gm-navbar .grid-70, .gm-navbar .grid-75, .gm-navbar .grid-80, .gm-navbar .grid-85, .gm-navbar .grid-90, .gm-navbar .grid-95, .gm-navbar .grid-100, .gm-navbar .grid-33, .gm-navbar .grid-66{ position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }.gm-navbar .grid{ flex-basis: 0; flex-grow: 1; max-width: 100%; }.gm-navbar .grid-5{ max-width: 5%; flex: 0 0 5%; }.gm-navbar .grid-10{ max-width: 10%; flex: 0 0 10%; }.gm-navbar .grid-11{ max-width: 11.11111%; flex: 0 0 11.11111%; }.gm-navbar .grid-12{ max-width: 12.5%; flex: 0 0 12.5%; }.gm-navbar .grid-14{ max-width: 14.28571%; flex: 0 0 14.28571%; }.gm-navbar .grid-15{ max-width: 15%; flex: 0 0 15%; }.gm-navbar .grid-16{ max-width: 16.66666%; flex: 0 0 16.66666%; }.gm-navbar .grid-20{ max-width: 20%; flex: 0 0 20%; }.gm-navbar .grid-25{ max-width: 25%; flex: 0 0 25%; }.gm-navbar .grid-30{ max-width: 30%; flex: 0 0 30%; }.gm-navbar .grid-35{ max-width: 35%; flex: 0 0 35%; }.gm-navbar .grid-40{ max-width: 40%; flex: 0 0 40%; }.gm-navbar .grid-45{ max-width: 45%; flex: 0 0 45%; }.gm-navbar .grid-50{ max-width: 50%; flex: 0 0 50%; }.gm-navbar .grid-55{ max-width: 55%; flex: 0 0 55%; }.gm-navbar .grid-60{ max-width: 60%; flex: 0 0 60%; }.gm-navbar .grid-65{ max-width: 65%; flex: 0 0 65%; }.gm-navbar .grid-70{ max-width: 70%; flex: 0 0 70%; }.gm-navbar .grid-75{ max-width: 75%; flex: 0 0 75%; }.gm-navbar .grid-80{ max-width: 80%; flex: 0 0 80%; }.gm-navbar .grid-85{ max-width: 85%; flex: 0 0 85%; }.gm-navbar .grid-90{ max-width: 90%; flex: 0 0 90%; }.gm-navbar .grid-95{ max-width: 95%; flex: 0 0 95%; }.gm-navbar .grid-33{ max-width: 33.33333%; flex: 0 0 33.33333%; }.gm-navbar .grid-66{ max-width: 66.66667%; flex: 0 0 66.66667%; }.gm-navbar .grid-100{ max-width: 100%; flex: 0 0 100%; }.gm-navbar--style-1 .gm-container{ padding-right: 15px; padding-left: 15px; flex: 1 100%; }.gm-navbar--style-1 .gm-minicart-icon-wrapper i{ display: block; }.gm-navbar--style-1 .gm-menu-item:last-of-type:not(:only-of-type) > .gm-menu-item__link{ border-bottom: none; }.gm-navbar--style-1 .gm-dropdown-menu-wrapper--left{ right: 0; left: auto; }.gm-navbar--style-1 .gm-dropdown-submenu .gm-dropdown-menu-wrapper{ left: 100%; z-index: 1; }.gm-navbar--style-1 .gm-dropdown-submenu .gm-dropdown-menu-wrapper--left{ right: 100%; left: auto; z-index: 1; }.gm-navbar--style-1 #gm-main-menu{ flex-grow: 1; display: flex; }.gm-navbar--style-1 .gm-main-menu-wrapper{ flex-grow: 1; align-items: stretch; }.gm-navbar--style-1 .gm-minicart{ margin-right: 17px; }.gm-navbar--style-1 .gm-minicart > a{ height: 30px; padding-right: 15px }.gm-navbar--style-1.gm-top-links-align-left #gm-main-menu{ justify-content: flex-start; }.gm-navbar--style-1.gm-top-links-align-center #gm-main-menu{ justify-content: center; }.gm-navbar--style-1.gm-top-links-align-center .gm-logo{ position: absolute; top: 50%; transform: translateY(-50%); }.gm-navbar--style-1.gm-top-links-align-right #gm-main-menu{ justify-content: flex-end; }.gm-navbar--style-2 .gm-container{ padding-right: 15px; padding-left: 15px; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper{ position: fixed; z-index: 9999; width: 300px; justify-content: center; }.gm-navbar--style-2 .gm-toolbar{ box-sizing: content-box; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper #gm-main-menu{ flex: 1 100%; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-navbar-nav{ flex-direction: column; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-navbar-nav .gm-menu-item{ position: static; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item{ padding-right: 53px; padding-left: 53px; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor{ padding: 7px 0; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-menu-item__link{ position: relative; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu .gm-menu-item{ padding-right: 0; padding-left: 0; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu .gm-menu-item__link{ padding-right: 32px; padding-left: 32px; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu .groovy-menu-wim-wrap{ padding-right: 32px; padding-left: 32px; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu .gm-menu-item__link::after{ position: absolute; right: 32px; bottom: 0; left: 32px; content: \"\"; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-actions{ position: fixed; bottom: 100px; z-index: 999; justify-content: center; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-actions > div:nth-of-type(n+2){ border-left-width: 1px; border-left-style: solid; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-minicart{ margin: 0; text-align: center; }.gm-navbar--style-2.gm-navbar--align-right ~ .gm-main-menu-wrapper .gm-cart-counter{ top: -24px; right: -15px; left: auto; border-radius: 50% 50% 50% 0; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-minicart > a, .gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-search > i{ padding: 0; line-height: 1; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-minicart-icon-wrapper i, .gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-search > i{ display: block; padding-bottom: 15px; line-height: 1; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-search{ text-align: center; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-minicart__txt, .gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-search__txt{ display: block; text-transform: uppercase; font-weight: 700; line-height: 1; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu{ top: 0; bottom: 0; display: flex; flex-direction: column; width: 100%; height: 100%; justify-content: center; }.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu-wrapper{ width: 100%; height: 100%; }.gm-navbar--style-3{ position: fixed; z-index: 1041; box-sizing: content-box; width: 300px; }.gm-navbar--style-3 .gm-wrapper{ position: relative; height: 100vh; }.gm-navbar--style-3 .gm-inner{ height: 100%; }.gm-navbar--style-3 .gm-container{ height: 100%; }.gm-navbar--style-3 .gm-toolbar{ position: absolute; z-index: 1005; bottom: 20px; width: 100%; text-align: center; }.admin-bar .gm-navbar--style-3 .gm-toolbar{ bottom: 52px; }.gm-navbar--style-3 .gm-toolbar-right{ flex-direction: column; }.gm-navbar--style-3 .gm-toolbar-socials-list{ order: 2; }.gm-navbar--style-3 #lang_sel_click{ align-self: center; }.gm-navbar--style-3 #lang_sel_click li{ width: auto; }.gm-navbar--style-3 #lang_sel_click a{ padding-left: 0 !important; }.gm-navbar--style-3 .gm-toolbar .gm-container{ flex-direction: column; }.gm-navbar--style-3 .gm-toolbar-social-link{ width: 42px; height: 42px; }.gm-navbar--style-3 .gm-toolbar-socials-list__item{ padding-left: 0; padding-right: 0; }.gm-navbar--style-3 .gm-toolbar-email, .gm-navbar--style-3 .gm-toolbar-phone{ display: none; }.gm-navbar--style-3 .gm-logo{ position: absolute; width: 100%; margin-top: 40px; }.gm-navbar--style-3 .gm-logo__img{ max-width: 100% !important; margin-right: auto; margin-left: auto; }.gm-navbar--style-3 .gm-actions{ position: fixed; bottom: 100px; z-index: 999; justify-content: center; }.gm-navbar--style-3 .gm-actions > div:nth-of-type(n+2){ border-left-width: 1px; border-left-style: solid; }.gm-navbar--style-3 .gm-main-menu-wrapper .gm-minicart__txt, .gm-navbar--style-3 .gm-main-menu-wrapper .gm-search__txt{ display: block; text-transform: uppercase; font-weight: 700; line-height: 1; }.gm-navbar--style-3 .gm-minicart{ margin: 0; text-align: center; }.gm-navbar--style-3 .gm-search{ text-align: center; }.gm-navbar--style-3 .gm-minicart > a, .gm-navbar--style-3 .gm-search > i{ padding: 0; line-height: 1; }.gm-navbar--style-3 .gm-minicart-icon-wrapper i, .gm-navbar--style-3 .gm-search > i{ display: block; padding-bottom: 15px; line-height: 1; }.gm-navbar--style-3 .gm-cart-counter{ top: -24px; right: -15px; }.gm-navbar--style-3 .gm-main-menu-wrapper{ flex: 1 100%; justify-content: center; }.gm-navbar--style-3 #gm-main-menu{ flex: 1 100%; }.gm-navbar--style-3 .gm-navbar-nav{ display: flex; flex-direction: column; width: 100%; height: 100%; justify-content: center; }.gm-navbar--style-3 .gm-navbar-nav > .gm-menu-item{ padding-right: 56px; padding-left: 56px; }.gm-navbar--style-3 .gm-dropdown-menu-wrapper{ width: 100%; height: 100%; }.gm-navbar--style-3 .gm-dropdown-menu .gm-menu-item{ padding-right: 0; padding-left: 0; }.gm-navbar--style-3 .gm-dropdown-menu .gm-menu-item__link{ padding-right: 32px; padding-left: 32px; }.gm-navbar--style-3 .gm-dropdown-menu .groovy-menu-wim-wrap{ padding-right: 32px; padding-left: 32px; }.gm-navbar--style-3 .gm-dropdown-menu .gm-menu-item__link::after{ position: absolute; right: 32px; bottom: 0; left: 32px; content: \"\"; }.gm-navbar--style-3 .gm-menu-item{ position: static !important; transition: background-color ease 0.2s; }.gm-navbar--style-3 .gm-mega-menu-wrapper{ position: relative; }.gm-navbar--style-3 .gm-mega-menu__item__title{ display: block; clear: both; padding: 12px 20px; cursor: pointer; white-space: nowrap; text-transform: uppercase; color: #5a5a5a; border-bottom: none; font-size: 11px; font-weight: 700; line-height: 25px; }.gm-navbar--style-3 .gm-dropdown-menu{ top: 0; right: 0; left: 100%; display: flex; flex-direction: column; height: 100%; justify-content: center; }.gm-navbar--style-3 .gm-minicart-dropdown{ top: 100%; }.gm-navbar--style-3 .gm-menu-item__link{ position: relative; padding-right: 0; padding-left: 0; }.gm-navbar--style-4 .gm-container{ flex-direction: column; }.gm-navbar--style-4{ position: fixed; z-index: 999; box-sizing: content-box; width: 70px; height: 100%; }.gm-navbar--style-4 .gm-toolbar-contacts, .gm-navbar--style-4 .gm-toolbar-email, .gm-navbar--style-4 .gm-toolbar-phone{ display: none; }.gm-navbar--style-4 #gm-main-menu{ width: 100%; }.gm-navbar--style-4 .gm-wrapper{ position: relative; display: flex; flex-direction: column; transform: none; backface-visibility: visible; perspective: none; }.gm-navbar--style-4 .gm-toolbar-left, .gm-navbar--style-4 .gm-toolbar-right{ flex-direction: column; }.gm-navbar--style-4 #lang_sel_click li{ width: 70px !important; }.gm-navbar--style-4 #lang_sel ul li a, .gm-navbar--style-4 #lang_sel_click ul li a{ padding: 0 5px !important; }.gm-navbar--style-4 .gm-toolbar-socials-list{ flex-direction: column; margin-left: 0 !important; margin-right: 0 !important; width: 100%; }.gm-navbar--style-4 .gm-main-menu-wrapper{ flex-direction: column; }.gm-navbar--style-4 .gm-toolbar{ order: 1; }.gm-navbar--style-4 .gm-toolbar-social-link{ width: auto; height: 70px; text-align: center; line-height: 70px; }.gm-navbar--style-4 .gm-toolbar-social-link i{ position: static; transform: none; line-height: 70px; }.gm-navbar--style-4 .gm-logo__img-header-4{ display: block; }.gm-navbar--style-4 .gm-navbar-nav{ flex-direction: column; }.gm-navbar--style-4 .gm-navbar-nav .gm-dropdown-menu li:only-child > .gm-anchor{ border-bottom: none; }.gm-navbar--style-4 .gm-navbar-nav > .gm-menu-item{ position: relative; width: 100%; transition: background-color ease 0.2s; }.gm-navbar--style-4 .gm-navbar-nav > .gm-menu-item > .gm-anchor{ display: block; height: 70px; padding: 0; line-height: 70px; }.gm-navbar--style-4 .gm-navbar-nav > .gm-menu-item > .gm-anchor > .gm-menu-item__txt-wrapper{ position: absolute; top: 0; visibility: hidden; padding-right: 15px; padding-left: 15px; transition: opacity 0.3s, visibility 0.3s; opacity: 0; }.gm-navbar--style-4 .gm-navbar-nav > .gm-menu-item.gm-open > .gm-anchor > .gm-menu-item__txt-wrapper{ visibility: visible; opacity: 1; }.gm-navbar--style-4 .gm-menu-item__icon{ display: block; text-align: center; line-height: 70px; }.gm-navbar--style-4 .gm-mega-menu-wrapper{ position: relative; }.gm-navbar--style-4 .gm-actions{ flex-direction: column; }.gm-navbar--style-4 .gm-search{ height: 70px; text-align: center; line-height: 70px; box-sizing: content-box; width: 70px; }.gm-navbar--style-4 .gm-minicart{ display: flex; height: 70px; margin: 0; text-align: center; line-height: 70px; }.gm-navbar--style-4 .gm-minicart > a{ float: none; box-sizing: content-box; width: 70px; padding: 0; }.gm-navbar--style-4 .gm-cart-counter{ top: 5px; right: -26px; }.gm-navbar--style-4 .navbar.gm-navbar--align-right .gm-cart-counter{ top: -2px; right: -25px; left: auto; border-radius: 50% 50% 50% 0; }.gm-navbar--style-4 .gm-mega-menu__item__title{ display: block; clear: both; padding: 12px 20px; cursor: pointer; white-space: nowrap; text-transform: uppercase; color: #5a5a5a; border-bottom: none; font-size: 11px; font-weight: 700; line-height: 25px; }.gm-navbar--style-4 .gm-dropdown-menu{ top: 100%; }.gm-navbar--style-4.gm-navbar--align-left .gm-dropdown-menu{ right: auto; }.gm-navbar--style-4.gm-navbar--align-right .gm-dropdown-menu{ left: auto; }.gm-navbar--style-4 .gm-dropdown-menu--lvl-2, .gm-navbar--style-4 .gm-dropdown-menu--lvl-3{ top: -3px; }.gm-navbar--style-4 .gm-minicart-dropdown{ top: 0; }.gm-navbar--style-1 .gm-toolbar-bg, .gm-navbar--style-2 .gm-toolbar-bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 0.2s; z-index: -1; }.gm-main-menu-wrapper .gm-dropdown-menu--background{ background-size: cover; }.gm-navbar--align-right .gm-search-wrapper, .gm-navbar--align-right .gm-minicart-dropdown{ right: auto; left: -15px; }.gm-main-menu-wrapper .gm-nav-inline-divider{ margin: 0 10px; width: 1px; height: 30px; align-self: center; }.gm-navbar .attachment-menu-thumb, .gm-main-menu-wrapper .attachment-menu-thumb{ position: absolute; z-index: 1; top: 0; display: none; max-width: none; opacity: 0; transition: opacity 0.2s 0.5s; }.gm-navbar:not(.gm-navbar--align-right) .attachment-menu-thumb{ left: calc(100% - 30px); }.gm-navbar.gm-navbar--align-right .attachment-menu-thumb{ right: 100%; }.gm-menu-item.has-attachment-thumbnail:hover .attachment-menu-thumb{ display: block; }.gm-navbar.gm-navbar--style-2 ~ .gm-main-menu-wrapper .attachment-menu-thumb, .gm-navbar.gm-navbar--style-3 .attachment-menu-thumb{ display: none; }.gm-dropdown-appearance-animate-from-bottom .gm-dropdown-menu{ transition: all 0.2s; transform: translateY(40px); }.gm-dropdown-appearance-animate-from-bottom .gm-dropdown-menu, .gm-dropdown-appearance-animate-from-bottom .gm-minicart-dropdown{ visibility: hidden; transform: translateY(40px); opacity: 0; }.gm-dropdown-appearance-animate-from-bottom .gm-open > .gm-dropdown-menu-wrapper > .gm-dropdown-menu, .gm-dropdown-appearance-animate-from-bottom .gm-open > .gm-minicart-dropdown, .gm-dropdown-appearance-animate-from-bottom .gm-open > .gm-search-wrapper{ visibility: visible; transform: translateY(0); opacity: 1; }.gm-main-menu-wrapper .gm-dropdown-menu{ position: absolute; }.gm-main-menu-wrapper .gm-dropdown-menu-wrapper{ position: absolute; left: 0; visibility: hidden; }.gm-dropdown-submenu{ overflow: hidden; }.gm-main-menu-wrapper .gm-menu-item__link:hover, .gm-main-menu-wrapper .gm-menu-item__link:focus, .gm-main-menu-wrapper .gm-dropdown-menu > .current-menu-ancestor > .gm-menu-item__link, .gm-main-menu-wrapper .gm-dropdown-menu > .current-menu-ancestor > .gm-menu-item__link:hover, .gm-main-menu-wrapper .gm-dropdown-menu > .current-menu-ancestor > .gm-menu-item__link:focus{ outline: 0; }.gm-navbar:not(.gm-navbar--style-2) .gm-menu-btn, .gm-main-menu-wrapper .gm-minicart__txt, .gm-main-menu-wrapper .gm-search__txt{ display: none; }.gm-navbar-sticky-toggle .gm-logo__img-default, .gm-navbar-sticky-toggle .gm-logo__img-alt{ display: none; }.gm-navbar--style-3.gm-navbar-sticky-toggle .gm-wrapper, .gm-navbar--style-4.gm-navbar-sticky-toggle .gm-wrapper{ transform: none !important; }.gm-navbar--style-1 .gm-navbar-nav > .gm-menu-item > .gm-anchor > .gm-caret i{ transform: none; }[dir=\'rtl\'] .gm-caret i{ transform: rotate(180deg); }.admin-bar .gm-navbar--style-3, .admin-bar .gm-navbar--style-4{ top: 32px; height: calc(100vh - 32px); }}@media (max-width: 1023px) {.hide-on-mobile{ display: none !important; }.gm-navbar .mobile-grid, .gm-navbar .mobile-grid-5, .gm-navbar .mobile-grid-10, .gm-navbar .mobile-grid-11, .gm-navbar .mobile-grid-12, .gm-navbar .mobile-grid-14, .gm-navbar .mobile-grid-15, .gm-navbar .mobile-grid-16, .gm-navbar .mobile-grid-20, .gm-navbar .mobile-grid-25, .gm-navbar .mobile-grid-30, .gm-navbar .mobile-grid-35, .gm-navbar .mobile-grid-40, .gm-navbar .mobile-grid-45, .gm-navbar .mobile-grid-50, .gm-navbar .mobile-grid-55, .gm-navbar .mobile-grid-60, .gm-navbar .mobile-grid-65, .gm-navbar .mobile-grid-70, .gm-navbar .mobile-grid-75, .gm-navbar .mobile-grid-80, .gm-navbar .mobile-grid-85, .gm-navbar .mobile-grid-90, .gm-navbar .mobile-grid-95, .gm-navbar .mobile-grid-100, .gm-navbar .mobile-grid-33, .gm-navbar .mobile-grid-66{ position: relative; padding-right: 15px; padding-left: 15px; }.gm-navbar .mobile-grid{ flex-basis: 0; flex-grow: 1; max-width: 100%; }.gm-navbar .mobile-grid-5{ max-width: 5%; flex: 0 0 5%; }.gm-navbar .mobile-grid-10{ max-width: 10%; flex: 0 0 10%; }.gm-navbar .mobile-grid-11{ max-width: 11.11111%; flex: 0 0 11.11111%; }.gm-navbar .mobile-grid-12{ max-width: 12.5%; flex: 0 0 12.5%; }.gm-navbar .mobile-grid-14{ max-width: 14.28571%; flex: 0 0 14.28571%; }.gm-navbar .mobile-grid-15{ max-width: 15%; flex: 0 0 15%; }.gm-navbar .mobile-grid-16{ max-width: 16.66666%; flex: 0 0 16.66666%; }.gm-navbar .mobile-grid-20{ max-width: 20%; flex: 0 0 20%; }.gm-navbar .mobile-grid-25{ max-width: 25%; flex: 0 0 25%; }.gm-navbar .mobile-grid-30{ max-width: 30%; flex: 0 0 30%; }.gm-navbar .mobile-grid-35{ max-width: 35%; flex: 0 0 35%; }.gm-navbar .mobile-grid-40{ max-width: 40%; flex: 0 0 40%; }.gm-navbar .mobile-grid-45{ max-width: 45%; flex: 0 0 45%; }.gm-navbar .mobile-grid-50{ max-width: 50%; flex: 0 0 50%; }.gm-navbar .mobile-grid-55{ max-width: 55%; flex: 0 0 55%; }.gm-navbar .mobile-grid-60{ max-width: 60%; flex: 0 0 60%; }.gm-navbar .mobile-grid-65{ max-width: 65%; flex: 0 0 65%; }.gm-navbar .mobile-grid-70{ max-width: 70%; flex: 0 0 70%; }.gm-navbar .mobile-grid-75{ max-width: 75%; flex: 0 0 75%; }.gm-navbar .mobile-grid-80{ max-width: 80%; flex: 0 0 80%; }.gm-navbar .mobile-grid-85{ max-width: 85%; flex: 0 0 85%; }.gm-navbar .mobile-grid-90{ max-width: 90%; flex: 0 0 90%; }.gm-navbar .mobile-grid-95{ max-width: 95%; flex: 0 0 95%; }.gm-navbar .mobile-grid-33{ max-width: 33.33333%; flex: 0 0 33.33333%; }.gm-navbar .mobile-grid-66{ max-width: 66.66667%; flex: 0 0 66.66667%; }.gm-navbar .mobile-grid-100{ max-width: 100%; flex: 0 0 100%; }.gm-toolbar-bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 0.2s; z-index: -1; }.gm-container{ padding-right: 15px; padding-left: 15px; flex-wrap: wrap; }.gm-main-menu-wrapper .gm-dropdown-submenu .gm-caret i{ transform: rotate(90deg); }[dir=\'rtl\'] .gm-main-menu-wrapper .gm-dropdown-submenu .gm-caret i{ transform: rotate(-90deg); }.attachment-menu-thumb{ display: none; }.gm-navbar--overlap .gm-wrapper{ position: absolute; }.gm-mega-menu-wrapper--background, .gm-dropdown-menu--background{ background-image: none !important; }.gm-menu-btn{ display: flex; }}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .menu-item > .gm-anchor{ margin-top: 5px; margin-bottom: 5px; padding-top: 0; padding-bottom: 0; }}@media (max-width: 1023px) {.gm-main-menu-wrapper{ display: none; }}'),
(2541, 1895, 'gm_preset_key', '0b709ca510ed623d172fe6a3a364daac'),
(2542, 1895, 'gm_direction', 'ltr'),
(2543, 1895, 'gm_version', '1.9.9'),
(2544, 1038, '_edit_lock', '1584365558:2'),
(2545, 1038, '_edit_last', '2'),
(2546, 1038, 'rs_page_bg_color', ''),
(2549, 1887, '_oembed_7443a2c4ea3b60ee563312a31e6433b9', '{{unknown}}'),
(2552, 1878, '_oembed_7443a2c4ea3b60ee563312a31e6433b9', '{{unknown}}'),
(2553, 1878, '_oembed_b529dd1b801ad113bac41867a11eafda', '{{unknown}}'),
(2554, 1878, '_oembed_fa1af4c695e3d5615fece6f73c1ae35d', '{{unknown}}'),
(2555, 1878, '_oembed_ffa71ba87eeb7c7fa474df88b836aa7b', '<iframe title=\"LAST BALL Thriller! | England v South Africa 2017 T20 Classic | England Cricket 2020\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/Lz5098-SeFY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2556, 1878, '_oembed_time_ffa71ba87eeb7c7fa474df88b836aa7b', '1584373641'),
(3902, 1887, 'page_breadcrumbs', 'on'),
(2558, 1878, '_oembed_2f555d7222e350bcbcedc71a77db3077', '<iframe title=\"Over 50s Cricket World Cup | Austarlia vs Sri Lanka\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/mNutKHpCLVE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2559, 1878, '_oembed_time_2f555d7222e350bcbcedc71a77db3077', '1584374033'),
(2560, 1878, '_oembed_6f827b744ac1d3c3abf71d60a789fca3', '<iframe title=\"Every Mitchell Starc Wicket at the 2019 ICC Cricket World Cup\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/l2l6BY2EtMM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2561, 1878, '_oembed_time_6f827b744ac1d3c3abf71d60a789fca3', '1584374033'),
(2562, 1878, '_oembed_780b46ecad08d1f2cd6a0a1c8fb047d7', '<iframe title=\"Muhammad Amir vs Mitchell Starc | Who is the Greatest?\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/QBkniFb7PeE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(2563, 1878, '_oembed_time_780b46ecad08d1f2cd6a0a1c8fb047d7', '1584374033'),
(2564, 1929, 'gm_custom_preset_id', ''),
(2565, 1929, 'gm_custom_menu_id', ''),
(2569, 1930, 'gm_custom_preset_id', ''),
(2570, 1930, 'gm_custom_menu_id', ''),
(2571, 1930, '_wpb_shortcodes_custom_css', '.vc_custom_1584390962043{background-color: #d8d8d8 !important;}'),
(2572, 1878, '_wpb_shortcodes_custom_css', '.vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(2573, 1931, '_wp_attached_file', '2020/03/cropped-Mzansi-Cricket-logo.png'),
(2574, 1931, '_wp_attachment_context', 'site-icon'),
(2575, 1931, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:39:\"2020/03/cropped-Mzansi-Cricket-logo.png\";s:5:\"sizes\";a:47:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-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:39:\"cropped-Mzansi-Cricket-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-330x230.png\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:37:\"cropped-Mzansi-Cricket-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x350.png\";s:5:\"width\";i:512;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x250.png\";s:5:\"width\";i:512;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-270x512.png\";s:5:\"width\";i:270;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:38:\"cropped-Mzansi-Cricket-logo-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x240.png\";s:5:\"width\";i:512;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Mzansi-Cricket-logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x367.png\";s:5:\"width\";i:512;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:37:\"cropped-Mzansi-Cricket-logo-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:38:\"cropped-Mzansi-Cricket-logo-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x450.png\";s:5:\"width\";i:512;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x460.png\";s:5:\"width\";i:512;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-512x440.png\";s:5:\"width\";i:512;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:39:\"cropped-Mzansi-Cricket-logo-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:39:\"cropped-Mzansi-Cricket-logo-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:39:\"cropped-Mzansi-Cricket-logo-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:37:\"cropped-Mzansi-Cricket-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2581, 1935, '_wp_attached_file', '2020/03/jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1.jpg');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2582, 1935, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:480;s:4:\"file\";s:46:\"2020/03/jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1.jpg\";s:5:\"sizes\";a:48:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-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:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-330x230.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:45:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-128x77.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:44:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-32x19.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-540x480.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-270x480.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:45:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-360x480.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-740x480.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:44:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-98x59.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-550x480.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:45:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:12:\"Anesh Debiky\";s:6:\"camera\";s:20:\"Canon EOS 7D Mark II\";s:7:\"caption\";s:256:\"DURBAN, SOUTH AFRICA - MARCH 05: Dolphins celebrate a wicket  during the Momentum One Day Cup match between Hollywoodbets Dolphins and Imperial Lions at Hollywoodbets Kingsmead on March 05, 2020 in Durban, South Africa. (Photo by Anesh Debiky/Gallo Images)\";s:17:\"created_timestamp\";s:10:\"1584432170\";s:9:\"copyright\";s:12:\"Gallo Images\";s:12:\"focal_length\";s:3:\"560\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:61:\"Momentum One Day Cup: Hollywoodbets Dolphins v Imperial Lions\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:9:{i:0;s:6:\"@87920\";i:1;s:6:\"@87920\";i:2;s:6:\"@87920\";i:3;s:6:\"@87920\";i:4;s:6:\"@87920\";i:5;s:6:\"@87920\";i:6;s:6:\"@87920\";i:7;s:6:\"@87920\";i:8;s:6:\"@87920\";}}}'),
(2583, 1936, '_wp_attached_file', '2020/03/linear-gradient.png'),
(2584, 1936, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:660;s:6:\"height\";i:335;s:4:\"file\";s:27:\"2020/03/linear-gradient.png\";s:5:\"sizes\";a:44:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"linear-gradient-300x152.png\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"linear-gradient-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:27:\"linear-gradient-330x230.png\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:27:\"linear-gradient-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:27:\"linear-gradient-300x152.png\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:26:\"linear-gradient-128x65.png\";s:5:\"width\";i:128;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:25:\"linear-gradient-32x16.png\";s:5:\"width\";i:32;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:27:\"linear-gradient-570x335.png\";s:5:\"width\";i:570;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:27:\"linear-gradient-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:27:\"linear-gradient-270x335.png\";s:5:\"width\";i:270;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:27:\"linear-gradient-540x335.png\";s:5:\"width\";i:540;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:27:\"linear-gradient-270x335.png\";s:5:\"width\";i:270;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:27:\"linear-gradient-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:26:\"linear-gradient-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:27:\"linear-gradient-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:27:\"linear-gradient-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:27:\"linear-gradient-360x335.png\";s:5:\"width\";i:360;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:27:\"linear-gradient-445x335.png\";s:5:\"width\";i:445;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:27:\"linear-gradient-660x240.png\";s:5:\"width\";i:660;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:27:\"linear-gradient-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:27:\"linear-gradient-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:27:\"linear-gradient-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:27:\"linear-gradient-390x335.png\";s:5:\"width\";i:390;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"linear-gradient-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:27:\"linear-gradient-560x335.png\";s:5:\"width\";i:560;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:27:\"linear-gradient-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:25:\"linear-gradient-98x50.png\";s:5:\"width\";i:98;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:27:\"linear-gradient-550x335.png\";s:5:\"width\";i:550;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:27:\"linear-gradient-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:27:\"linear-gradient-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:27:\"linear-gradient-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:26:\"linear-gradient-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:27:\"linear-gradient-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:27:\"linear-gradient-457x335.png\";s:5:\"width\";i:457;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:27:\"linear-gradient-370x335.png\";s:5:\"width\";i:370;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:27:\"linear-gradient-445x335.png\";s:5:\"width\";i:445;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:27:\"linear-gradient-555x335.png\";s:5:\"width\";i:555;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:27:\"linear-gradient-350x335.png\";s:5:\"width\";i:350;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"linear-gradient-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"linear-gradient-600x305.png\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"linear-gradient-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"linear-gradient-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"linear-gradient-600x305.png\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"linear-gradient-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2635, 1891, 'page_title', 'on'),
(2636, 1891, 'page_breadcrumbs', 'on'),
(2637, 1891, 'page_footer_hide', 'on'),
(2638, 1891, 'no_page_padding', 'on'),
(2639, 1957, 'gm_custom_preset_id', ''),
(2640, 1957, 'gm_custom_menu_id', ''),
(2641, 1956, 'gm_custom_preset_id', ''),
(2642, 1956, 'gm_custom_menu_id', ''),
(2643, 1958, 'gm_custom_preset_id', ''),
(2644, 1958, 'gm_custom_menu_id', ''),
(2654, 1963, '_wp_attached_file', '2020/03/image-full-coaches-umpires-scaled.jpg'),
(2655, 1963, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1097;s:4:\"file\";s:45:\"2020/03/image-full-coaches-umpires-scaled.jpg\";s:5:\"sizes\";a:53:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"image-full-coaches-umpires-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-150x150.jpg\";s:5:\"width\";i: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:\"image-full-coaches-umpires-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-330x230.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"image-full-coaches-umpires-1536x658.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:39:\"image-full-coaches-umpires-2048x878.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:37:\"image-full-coaches-umpires-128x55.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:36:\"image-full-coaches-umpires-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:39:\"image-full-coaches-umpires-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:39:\"image-full-coaches-umpires-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:37:\"image-full-coaches-umpires-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"image-full-coaches-umpires-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:36:\"image-full-coaches-umpires-98x42.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:37:\"image-full-coaches-umpires-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"image-full-coaches-umpires-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-600x257.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-600x257.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"image-full-coaches-umpires-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:30:\"image-full-coaches-umpires.jpg\";}'),
(2653, 1956, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835135209{margin-bottom: -70px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(2649, 1961, '_wp_attached_file', '2020/03/players-left.png'),
(2650, 1961, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:370;s:6:\"height\";i:460;s:4:\"file\";s:24:\"2020/03/players-left.png\";s:5:\"sizes\";a:40:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"players-left-241x300.png\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"players-left-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:24:\"players-left-330x230.png\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:24:\"players-left-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:24:\"players-left-241x300.png\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"players-left-103x128.png\";s:5:\"width\";i:103;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:22:\"players-left-26x32.png\";s:5:\"width\";i:26;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:24:\"players-left-370x350.png\";s:5:\"width\";i:370;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:24:\"players-left-370x250.png\";s:5:\"width\";i:370;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:24:\"players-left-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:24:\"players-left-270x460.png\";s:5:\"width\";i:270;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:24:\"players-left-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:23:\"players-left-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:24:\"players-left-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:24:\"players-left-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:24:\"players-left-360x460.png\";s:5:\"width\";i:360;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:24:\"players-left-370x400.png\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:24:\"players-left-370x240.png\";s:5:\"width\";i:370;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:24:\"players-left-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:24:\"players-left-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:24:\"players-left-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:24:\"players-left-370x345.png\";s:5:\"width\";i:370;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"players-left-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:24:\"players-left-370x367.png\";s:5:\"width\";i:370;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:24:\"players-left-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:22:\"players-left-79x98.png\";s:5:\"width\";i:79;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:24:\"players-left-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:24:\"players-left-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:24:\"players-left-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:23:\"players-left-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:24:\"players-left-370x450.png\";s:5:\"width\";i:370;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:24:\"players-left-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:24:\"players-left-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:24:\"players-left-370x445.png\";s:5:\"width\";i:370;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:24:\"players-left-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:24:\"players-left-370x440.png\";s:5:\"width\";i:370;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"players-left-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"players-left-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"players-left-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"players-left-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2651, 1962, '_wp_attached_file', '2020/03/players-right.png'),
(2652, 1962, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:340;s:6:\"height\";i:625;s:4:\"file\";s:25:\"2020/03/players-right.png\";s:5:\"sizes\";a:44:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"players-right-163x300.png\";s:5:\"width\";i:163;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"players-right-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:25:\"players-right-330x230.png\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:25:\"players-right-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:25:\"players-right-163x300.png\";s:5:\"width\";i:163;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"players-right-70x128.png\";s:5:\"width\";i:70;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:23:\"players-right-17x32.png\";s:5:\"width\";i:17;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:25:\"players-right-340x350.png\";s:5:\"width\";i:340;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:25:\"players-right-340x250.png\";s:5:\"width\";i:340;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:25:\"players-right-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:25:\"players-right-340x500.png\";s:5:\"width\";i:340;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:25:\"players-right-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:25:\"players-right-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:24:\"players-right-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:25:\"players-right-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:25:\"players-right-340x240.png\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:25:\"players-right-340x495.png\";s:5:\"width\";i:340;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:25:\"players-right-340x400.png\";s:5:\"width\";i:340;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:25:\"players-right-340x240.png\";s:5:\"width\";i:340;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:25:\"players-right-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:25:\"players-right-340x250.png\";s:5:\"width\";i:340;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:25:\"players-right-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:25:\"players-right-340x345.png\";s:5:\"width\";i:340;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"players-right-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:25:\"players-right-340x367.png\";s:5:\"width\";i:340;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:25:\"players-right-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:23:\"players-right-53x98.png\";s:5:\"width\";i:53;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:25:\"players-right-340x580.png\";s:5:\"width\";i:340;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:25:\"players-right-340x220.png\";s:5:\"width\";i:340;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:25:\"players-right-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:25:\"players-right-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:24:\"players-right-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:25:\"players-right-340x450.png\";s:5:\"width\";i:340;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:25:\"players-right-340x210.png\";s:5:\"width\";i:340;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:25:\"players-right-340x470.png\";s:5:\"width\";i:340;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:25:\"players-right-340x420.png\";s:5:\"width\";i:340;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:25:\"players-right-340x445.png\";s:5:\"width\";i:340;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:25:\"players-right-340x460.png\";s:5:\"width\";i:340;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:25:\"players-right-340x450.png\";s:5:\"width\";i:340;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:25:\"players-right-340x440.png\";s:5:\"width\";i:340;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"players-right-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"players-right-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"players-right-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"players-right-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2656, 1964, 'gm_custom_preset_id', ''),
(2657, 1964, 'gm_custom_menu_id', ''),
(2658, 1964, '_wpb_shortcodes_custom_css', '.vc_custom_1584395360285{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584395208154{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}'),
(2659, 1891, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(2660, 1965, 'gm_custom_preset_id', ''),
(2661, 1965, 'gm_custom_menu_id', ''),
(2662, 1965, '_wpb_shortcodes_custom_css', '.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}'),
(2663, 1966, '_wp_attached_file', '2020/03/image-full-clubs-scaled.jpg');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2664, 1966, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1097;s:4:\"file\";s:35:\"2020/03/image-full-clubs-scaled.jpg\";s:5:\"sizes\";a:53:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"image-full-clubs-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-150x150.jpg\";s:5:\"width\";i: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:\"image-full-clubs-768x329.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-330x230.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"image-full-clubs-1536x658.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:29:\"image-full-clubs-2048x878.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:27:\"image-full-clubs-128x55.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:26:\"image-full-clubs-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:29:\"image-full-clubs-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:29:\"image-full-clubs-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:27:\"image-full-clubs-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"image-full-clubs-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:26:\"image-full-clubs-98x42.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:27:\"image-full-clubs-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"image-full-clubs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-600x257.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-600x257.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"image-full-clubs-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"image-full-clubs.jpg\";}'),
(2665, 1967, 'gm_custom_preset_id', ''),
(2666, 1967, 'gm_custom_menu_id', ''),
(2667, 1967, '_wpb_shortcodes_custom_css', '.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(2669, 1969, '_wp_attached_file', '2020/03/cropped-cropped-header-1.jpg'),
(2670, 1969, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2020/03/cropped-cropped-header-1.jpg\";s:5:\"sizes\";a:51:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"cropped-cropped-header-1-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-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:\"cropped-cropped-header-1-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-thumb\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-330x230.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:35:\"cropped-cropped-header-1-128x43.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:34:\"cropped-cropped-header-1-32x11.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:37:\"cropped-cropped-header-1-1140x400.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:37:\"cropped-cropped-header-1-1170x400.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-540x400.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-270x400.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:35:\"cropped-cropped-header-1-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-360x400.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-cropped-header-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-740x400.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:34:\"cropped-cropped-header-1-98x33.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:35:\"cropped-cropped-header-1-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-770x400.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-457x400.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-555x400.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-350x400.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-cropped-header-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-cropped-header-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2673, 1970, 'gm_custom_preset_id', ''),
(2674, 1970, 'gm_custom_menu_id', ''),
(2675, 1970, '_wpb_shortcodes_custom_css', '.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(2686, 1972, '_menu_item_type', 'custom'),
(2687, 1972, '_menu_item_menu_item_parent', '0'),
(2688, 1972, '_menu_item_object_id', '1972'),
(2689, 1972, '_menu_item_object', 'custom'),
(2690, 1972, '_menu_item_target', ''),
(2691, 1972, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2692, 1972, '_menu_item_xfn', ''),
(2693, 1972, '_menu_item_url', '#'),
(2695, 1972, 'groovy_menu_nav_menu_meta', '{\"groovy_menu_is_megamenu\":\"\",\"groovy_menu_megamenu_cols\":\"5\",\"groovy_menu_do_not_show_title\":\"\",\"groovy_menu_icon_class\":\"\",\"groovy_menu_is_show_featured_image\":\"\",\"groovy_menu_megamenu_background\":\"\",\"groovy_menu_megamenu_background_position\":\"top left\",\"groovy_menu_megamenu_background_repeat\":\"no-repeat\",\"groovy_menu_megamenu_background_size\":\"full\",\"groovy_menu_block_url\":\"\",\"groovy_menu_megamenu_post_not_mobile\":\"\",\"groovy_menu_thumb_enable\":\"\",\"groovy_menu_thumb_position\":\"above\",\"groovy_menu_thumb_max_height\":\"128\",\"groovy_menu_thumb_with_url\":\"\",\"groovy_menu_thumb_image\":\"\",\"groovy_menu_badge_enable\":\"\",\"groovy_menu_badge_type\":\"icon\",\"groovy_menu_badge_placement\":\"left\",\"groovy_menu_badge_general_position\":\"relative\",\"groovy_menu_badge_y_position\":\"\",\"groovy_menu_badge_x_position\":\"\",\"groovy_menu_badge_image\":\"\",\"groovy_menu_badge_image_width\":\"\",\"groovy_menu_badge_image_height\":\"\",\"groovy_menu_badge_icon\":\"\",\"groovy_menu_badge_icon_size\":\"\",\"groovy_menu_badge_icon_color\":\"\",\"groovy_menu_badge_text\":\"\",\"groovy_menu_badge_text_font_family\":\"\",\"groovy_menu_badge_text_font_variant\":\"\",\"groovy_menu_badge_text_font_size\":\"\",\"groovy_menu_badge_text_font_color\":\"\",\"groovy_menu_badge_container_padding\":\"\",\"groovy_menu_badge_container_radius\":\"\",\"groovy_menu_badge_container_bg\":\"\"}'),
(2696, 1973, '_menu_item_type', 'post_type'),
(2697, 1973, '_menu_item_menu_item_parent', '0'),
(2698, 1973, '_menu_item_object_id', '1891'),
(2699, 1973, '_menu_item_object', 'page'),
(2700, 1973, '_menu_item_target', ''),
(2701, 1973, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2702, 1973, '_menu_item_xfn', ''),
(2703, 1973, '_menu_item_url', ''),
(2705, 1973, 'groovy_menu_nav_menu_meta', '{\"groovy_menu_is_megamenu\":\"\",\"groovy_menu_megamenu_cols\":\"5\",\"groovy_menu_do_not_show_title\":\"\",\"groovy_menu_icon_class\":\"\",\"groovy_menu_is_show_featured_image\":\"\",\"groovy_menu_megamenu_background\":\"\",\"groovy_menu_megamenu_background_position\":\"top left\",\"groovy_menu_megamenu_background_repeat\":\"no-repeat\",\"groovy_menu_megamenu_background_size\":\"full\",\"groovy_menu_block_url\":\"\",\"groovy_menu_megamenu_post_not_mobile\":\"\",\"groovy_menu_thumb_enable\":\"\",\"groovy_menu_thumb_position\":\"above\",\"groovy_menu_thumb_max_height\":\"128\",\"groovy_menu_thumb_with_url\":\"\",\"groovy_menu_thumb_image\":\"\",\"groovy_menu_badge_enable\":\"enabled\",\"groovy_menu_badge_type\":\"icon\",\"groovy_menu_badge_placement\":\"left\",\"groovy_menu_badge_general_position\":\"relative\",\"groovy_menu_badge_y_position\":\"\",\"groovy_menu_badge_x_position\":\"\",\"groovy_menu_badge_image\":\"\",\"groovy_menu_badge_image_width\":\"\",\"groovy_menu_badge_image_height\":\"\",\"groovy_menu_badge_icon\":\"\",\"groovy_menu_badge_icon_size\":\"\",\"groovy_menu_badge_icon_color\":\"\",\"groovy_menu_badge_text\":\"\",\"groovy_menu_badge_text_font_family\":\"\",\"groovy_menu_badge_text_font_variant\":\"\",\"groovy_menu_badge_text_font_size\":\"\",\"groovy_menu_badge_text_font_color\":\"\",\"groovy_menu_badge_container_padding\":\"\",\"groovy_menu_badge_container_radius\":\"\",\"groovy_menu_badge_container_bg\":\"\"}'),
(2707, 1973, '_menu_item_stm_mega', 'disabled'),
(2708, 1973, '_menu_item_stm_mega_cols', 'default'),
(2709, 1973, '_menu_item_stm_mega_col_width', 'default'),
(2710, 1973, '_menu_item_stm_mega_cols_inside', 'default'),
(2711, 1973, '_menu_item_stm_mega_second_col_width', 'default'),
(2712, 1973, '_menu_item_stm_menu_icon', ''),
(2713, 1973, '_menu_item_stm_menu_image', ''),
(2714, 1973, '_menu_item_stm_mega_textarea', ''),
(2715, 1973, '_menu_item_stm_menu_bg', ''),
(2725, 1972, '_menu_item_stm_mega', 'disabled'),
(2726, 1972, '_menu_item_stm_mega_cols', 'default'),
(2727, 1972, '_menu_item_stm_mega_col_width', 'default'),
(2728, 1972, '_menu_item_stm_mega_cols_inside', 'default'),
(2729, 1972, '_menu_item_stm_mega_second_col_width', 'default'),
(2730, 1972, '_menu_item_stm_menu_icon', ''),
(2731, 1972, '_menu_item_stm_menu_image', ''),
(2732, 1972, '_menu_item_stm_mega_textarea', ''),
(2733, 1972, '_menu_item_stm_menu_bg', ''),
(2739, 1976, '_edit_lock', '1584444035:1'),
(2740, 1976, '_edit_last', '1'),
(2751, 1976, '_wpb_shortcodes_custom_css', ''),
(2742, 1976, 'slide_template', ''),
(2743, 1976, 'rs_page_bg_color', ''),
(2744, 1976, '_bb_header_max_width', ''),
(2745, 1976, '_wpb_vc_js_status', 'true'),
(2769, 1982, '_wpb_shortcodes_custom_css', ''),
(2763, 1982, '_edit_lock', '1584444023:1'),
(2764, 1982, '_edit_last', '1'),
(2765, 1982, '_bb_megamenu_max_width', ''),
(2766, 1982, 'slide_template', ''),
(2767, 1982, 'rs_page_bg_color', ''),
(2768, 1982, '_wpb_vc_js_status', 'true'),
(2772, 1976, '_bbhd_singular', ''),
(2773, 1976, '_bbhd_pages', ''),
(2774, 1976, '_bbhd_posts', ''),
(2775, 1976, '_bbhd_taxs', ''),
(2776, 1976, '_bbhd_others', ''),
(2777, 1976, '_bbhd_custom_conditions', ''),
(2778, 1976, '_bbrp_shortcodes_custom_css', ''),
(2779, 1982, '_bbrp_shortcodes_custom_css', ''),
(2787, 1973, '_megamenu', 'a:2:{s:4:\"type\";s:6:\"flyout\";s:12:\"replacements\";a:4:{s:4:\"type\";s:4:\"logo\";s:4:\"logo\";a:3:{s:2:\"id\";s:4:\"1917\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"60\";}s:6:\"search\";a:13:{s:4:\"type\";s:14:\"expand_to_left\";s:6:\"height\";s:4:\"30px\";s:5:\"width\";s:5:\"200px\";s:10:\"text_color\";s:4:\"#333\";s:17:\"icon_color_closed\";s:4:\"#fff\";s:15:\"icon_color_open\";s:4:\"#333\";s:16:\"search_icon_type\";s:16:\"dashicons-search\";s:23:\"background_color_closed\";s:13:\"rgba(0,0,0,0)\";s:21:\"background_color_open\";s:4:\"#fff\";s:13:\"border_radius\";s:3:\"2px\";s:16:\"placeholder_text\";s:9:\"Search...\";s:15:\"vertical_offset\";s:3:\"0px\";s:11:\"woocommerce\";s:5:\"false\";}s:4:\"html\";a:2:{s:4:\"mode\";s:5:\"inner\";s:4:\"code\";s:0:\"\";}}}'),
(2788, 1917, '_wp_attachment_backup_sizes', 'a:53:{s:14:\"resized-100x60\";a:5:{s:4:\"path\";s:92:\"/home/southafricacrick/public_html/wp-content/uploads/2020/03/Mzansi-Cricket-logo-100x60.png\";s:4:\"file\";s:30:\"Mzansi-Cricket-logo-100x60.png\";s:5:\"width\";i:100;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"resized-200x120\";a:5:{s:4:\"path\";s:93:\"/home/southafricacrick/public_html/wp-content/uploads/2020/03/Mzansi-Cricket-logo-200x120.png\";s:4:\"file\";s:31:\"Mzansi-Cricket-logo-200x120.png\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"full-orig\";a:3:{s:5:\"width\";i:1024;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"Mzansi-Cricket-logo.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-284x300.png\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-768x810.png\";s:5:\"width\";i:768;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"Mzansi-Cricket-logo-971x1024.png\";s:5:\"width\";i:971;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"sportspress-crop-medium-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"sportspress-fit-medium-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-284x300.png\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sportspress-fit-icon-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-121x128.png\";s:5:\"width\";i:121;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sportspress-fit-mini-orig\";a:4:{s:4:\"file\";s:29:\"Mzansi-Cricket-logo-30x32.png\";s:5:\"width\";i:30;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"stm-1140-666-orig\";a:4:{s:4:\"file\";s:32:\"Mzansi-Cricket-logo-1024x666.png\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"stm-1170-650-orig\";a:4:{s:4:\"file\";s:32:\"Mzansi-Cricket-logo-1024x650.png\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-570-350-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-570-250-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-270-370-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-540-500-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-270-530-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-200-200-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"stm-85-105-orig\";a:4:{s:4:\"file\";s:30:\"Mzansi-Cricket-logo-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-255-255-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-360-240-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-360-495-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-445-400-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-735-240-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-255-183-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-350-250-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog_list-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"blog_list_medium-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Mzansi-Cricket-logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"gallery_image_mini-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"player_photo-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"team_logo-orig\";a:4:{s:4:\"file\";s:29:\"Mzansi-Cricket-logo-93x98.png\";s:5:\"width\";i:93;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"player_stat_ava-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"post-350-220-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"post-275-142-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"post-160-120-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"post-110-70-orig\";a:4:{s:4:\"file\";s:30:\"Mzansi-Cricket-logo-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"post-770-450-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"post-370-210-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"post-457-470-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"post-370-420-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-445-445-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-555-460-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-350-450-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"stm-720-440-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-600x633.png\";s:5:\"width\";i:600;s:6:\"height\";i:633;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"shop_catalog-orig\";a:5:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-600x633.png\";s:5:\"width\";i:600;s:6:\"height\";i:633;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"Mzansi-Cricket-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(2792, 1989, '_wpb_shortcodes_custom_css', '.vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(2796, 1991, '_wpb_shortcodes_custom_css', '.vc_custom_1584390962043{background-color: #d8d8d8 !important;}'),
(2812, 1999, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2020/03/a2.png\";s:5:\"sizes\";a:41:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"a2-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:14:\"a2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:14:\"a2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:14:\"a2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:14:\"a2-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:12:\"a2-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:14:\"a2-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:14:\"a2-500x250.png\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:14:\"a2-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:14:\"a2-270x500.png\";s:5:\"width\";i:270;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:14:\"a2-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:13:\"a2-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:14:\"a2-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:14:\"a2-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:14:\"a2-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:14:\"a2-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:14:\"a2-500x240.png\";s:5:\"width\";i:500;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:14:\"a2-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:14:\"a2-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:14:\"a2-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:14:\"a2-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"a2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:14:\"a2-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:14:\"a2-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:12:\"a2-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:14:\"a2-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:14:\"a2-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:14:\"a2-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:13:\"a2-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:14:\"a2-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:14:\"a2-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:14:\"a2-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:14:\"a2-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:14:\"a2-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:14:\"a2-500x460.png\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:14:\"a2-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:14:\"a2-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"a2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"a2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"a2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"a2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2811, 1999, '_wp_attached_file', '2020/03/a2.png'),
(2809, 1998, '_wp_attached_file', '2020/03/a1.png');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2810, 1998, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2020/03/a1.png\";s:5:\"sizes\";a:41:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"a1-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:14:\"a1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:14:\"a1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:14:\"a1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:14:\"a1-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:12:\"a1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:14:\"a1-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:14:\"a1-500x250.png\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:14:\"a1-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:14:\"a1-270x500.png\";s:5:\"width\";i:270;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:14:\"a1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:13:\"a1-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:14:\"a1-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:14:\"a1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:14:\"a1-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:14:\"a1-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:14:\"a1-500x240.png\";s:5:\"width\";i:500;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:14:\"a1-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:14:\"a1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:14:\"a1-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:14:\"a1-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"a1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:14:\"a1-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:14:\"a1-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:12:\"a1-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:14:\"a1-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:14:\"a1-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:14:\"a1-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:13:\"a1-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:14:\"a1-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:14:\"a1-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:14:\"a1-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:14:\"a1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:14:\"a1-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:14:\"a1-500x460.png\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:14:\"a1-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:14:\"a1-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"a1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"a1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"a1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"a1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2813, 2000, '_wp_attached_file', '2020/03/a3.png'),
(2814, 2000, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2020/03/a3.png\";s:5:\"sizes\";a:41:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"a3-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:14:\"a3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:14:\"a3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:14:\"a3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:14:\"a3-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:12:\"a3-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:14:\"a3-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:14:\"a3-500x250.png\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:14:\"a3-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:14:\"a3-270x500.png\";s:5:\"width\";i:270;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:14:\"a3-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:13:\"a3-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:14:\"a3-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:14:\"a3-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:14:\"a3-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:14:\"a3-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:14:\"a3-500x240.png\";s:5:\"width\";i:500;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:14:\"a3-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:14:\"a3-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:14:\"a3-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:14:\"a3-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"a3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:14:\"a3-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:14:\"a3-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:12:\"a3-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:14:\"a3-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:14:\"a3-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:14:\"a3-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:13:\"a3-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:14:\"a3-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:14:\"a3-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:14:\"a3-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:14:\"a3-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:14:\"a3-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:14:\"a3-500x460.png\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:14:\"a3-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:14:\"a3-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"a3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"a3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"a3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"a3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2815, 2001, '_wp_attached_file', '2020/03/a4.png'),
(2816, 2001, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2020/03/a4.png\";s:5:\"sizes\";a:41:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"a4-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:14:\"a4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:14:\"a4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:14:\"a4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:14:\"a4-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:12:\"a4-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:14:\"a4-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:14:\"a4-500x250.png\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:14:\"a4-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:14:\"a4-270x500.png\";s:5:\"width\";i:270;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:14:\"a4-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:13:\"a4-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:14:\"a4-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:14:\"a4-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:14:\"a4-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:14:\"a4-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:14:\"a4-500x240.png\";s:5:\"width\";i:500;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:14:\"a4-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:14:\"a4-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:14:\"a4-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:14:\"a4-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"a4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:14:\"a4-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:14:\"a4-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:12:\"a4-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:14:\"a4-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:14:\"a4-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:14:\"a4-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:13:\"a4-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:14:\"a4-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:14:\"a4-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:14:\"a4-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:14:\"a4-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:14:\"a4-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:14:\"a4-500x460.png\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:14:\"a4-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:14:\"a4-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"a4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"a4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"a4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"a4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2817, 2002, '_wp_attached_file', '2020/03/a5.png'),
(2818, 2002, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2020/03/a5.png\";s:5:\"sizes\";a:41:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"a5-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:14:\"a5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:14:\"a5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:14:\"a5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:14:\"a5-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:12:\"a5-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:14:\"a5-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:14:\"a5-500x250.png\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:14:\"a5-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:14:\"a5-270x500.png\";s:5:\"width\";i:270;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:14:\"a5-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:13:\"a5-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:14:\"a5-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:14:\"a5-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:14:\"a5-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:14:\"a5-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:14:\"a5-500x240.png\";s:5:\"width\";i:500;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:14:\"a5-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:14:\"a5-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:14:\"a5-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:14:\"a5-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"a5-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:14:\"a5-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:14:\"a5-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:12:\"a5-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:14:\"a5-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:14:\"a5-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:14:\"a5-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:13:\"a5-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:14:\"a5-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:14:\"a5-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:14:\"a5-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:14:\"a5-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:14:\"a5-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:14:\"a5-500x460.png\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:14:\"a5-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:14:\"a5-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"a5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"a5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"a5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"a5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2819, 2003, '_wp_attached_file', '2020/03/a6.png'),
(2820, 2003, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2020/03/a6.png\";s:5:\"sizes\";a:41:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"a6-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:14:\"a6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:14:\"a6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:14:\"a6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:14:\"a6-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:12:\"a6-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:14:\"a6-500x350.png\";s:5:\"width\";i:500;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:14:\"a6-500x250.png\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:14:\"a6-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:14:\"a6-270x500.png\";s:5:\"width\";i:270;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:14:\"a6-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:13:\"a6-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:14:\"a6-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:14:\"a6-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:14:\"a6-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:14:\"a6-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:14:\"a6-500x240.png\";s:5:\"width\";i:500;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:14:\"a6-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:14:\"a6-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:14:\"a6-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:14:\"a6-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"a6-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:14:\"a6-500x367.png\";s:5:\"width\";i:500;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:14:\"a6-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:12:\"a6-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:14:\"a6-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:14:\"a6-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:14:\"a6-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:13:\"a6-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:14:\"a6-500x450.png\";s:5:\"width\";i:500;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:14:\"a6-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:14:\"a6-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:14:\"a6-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:14:\"a6-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:14:\"a6-500x460.png\";s:5:\"width\";i:500;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:14:\"a6-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:14:\"a6-500x440.png\";s:5:\"width\";i:500;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"a6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"a6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"a6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"a6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3923, 1880, 'page_footer_hide', 'on'),
(2821, 2004, '_wpb_shortcodes_custom_css', '.vc_custom_1584455405250{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(2832, 1891, 'theplus_transient_widgets', 'a:0:{}'),
(2833, 2010, '_edit_lock', '1584541131:1'),
(2834, 2010, '_edit_last', '1'),
(2835, 2010, '_wp_page_template', 'default'),
(2836, 2010, 'slide_template', ''),
(2837, 2010, 'rs_page_bg_color', ''),
(2838, 2010, '_wpb_vc_js_status', 'true'),
(3611, 2174, '_menu_item_target', ''),
(3609, 2174, '_menu_item_object_id', '2174'),
(3608, 2174, '_menu_item_menu_item_parent', '0'),
(3607, 2174, '_menu_item_type', 'custom'),
(2848, 1973, 'menu-item-tp-megamenu-type', 'default'),
(3610, 2174, '_menu_item_object', 'custom'),
(3907, 91, 'theplus_transient_widgets', 'a:0:{}'),
(2851, 1972, 'menu-item-tp-megamenu-type', 'default'),
(2852, 2016, '_menu_item_type', 'custom'),
(2853, 2016, '_menu_item_menu_item_parent', '0'),
(2854, 2016, '_menu_item_object_id', '2016'),
(2855, 2016, '_menu_item_object', 'custom'),
(2856, 2016, '_menu_item_target', ''),
(2857, 2016, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2858, 2016, '_menu_item_xfn', ''),
(2859, 2016, '_menu_item_url', '#'),
(2879, 2016, 'menu-item-tp-megamenu-type', 'full-width'),
(2861, 2017, '_menu_item_type', 'custom'),
(2862, 2017, '_menu_item_menu_item_parent', '0'),
(2863, 2017, '_menu_item_object_id', '2017'),
(2864, 2017, '_menu_item_object', 'custom'),
(2865, 2017, '_menu_item_target', ''),
(2866, 2017, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2867, 2017, '_menu_item_xfn', ''),
(2868, 2017, '_menu_item_url', '#'),
(2881, 2017, 'menu-item-tp-megamenu-type', 'default'),
(3091, 2063, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3090, 2063, '_menu_item_target', ''),
(3089, 2063, '_menu_item_object', 'custom'),
(3088, 2063, '_menu_item_object_id', '2063'),
(3087, 2063, '_menu_item_menu_item_parent', '0'),
(3086, 2063, '_menu_item_type', 'custom'),
(2883, 1889, 'theplus_transient_widgets', 'a:0:{}'),
(3316, 2108, '_wpb_shortcodes_custom_css', '.vc_custom_1584530871889{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/986e4f807b13a475260314764215f9aa.jpg?id=2107) !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(3317, 2109, '_wp_attached_file', '2020/03/header-bg-sa.jpg'),
(3318, 2109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:472;s:4:\"file\";s:24:\"2020/03/header-bg-sa.jpg\";s:5:\"sizes\";a:54:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"header-bg-sa-1024x403.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-150x150.jpg\";s:5:\"width\";i: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:\"header-bg-sa-768x302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-700x472.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:23:\"header-bg-sa-128x50.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:22:\"header-bg-sa-32x13.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:25:\"header-bg-sa-1140x472.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:25:\"header-bg-sa-1170x472.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-540x472.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-270x472.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:23:\"header-bg-sa-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-360x472.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"header-bg-sa-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-740x472.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:22:\"header-bg-sa-98x39.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:23:\"header-bg-sa-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:21:\"header-bg-sa-24x9.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"header-bg-sa-36x14.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"header-bg-sa-48x19.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"header-bg-sa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-600x236.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-600x236.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"header-bg-sa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3319, 2110, '_wp_attached_file', '2020/03/cricketrs-bg-sa.jpg');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3320, 2110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1002;s:4:\"file\";s:27:\"2020/03/cricketrs-bg-sa.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-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:28:\"cricketrs-bg-sa-1024x570.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-150x150.jpg\";s:5:\"width\";i: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:\"cricketrs-bg-sa-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:28:\"cricketrs-bg-sa-1536x855.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:26:\"cricketrs-bg-sa-128x71.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:25:\"cricketrs-bg-sa-32x18.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:28:\"cricketrs-bg-sa-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:28:\"cricketrs-bg-sa-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:26:\"cricketrs-bg-sa-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"cricketrs-bg-sa-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:25:\"cricketrs-bg-sa-98x55.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:26:\"cricketrs-bg-sa-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:25:\"cricketrs-bg-sa-24x13.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:25:\"cricketrs-bg-sa-36x20.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:25:\"cricketrs-bg-sa-48x27.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"cricketrs-bg-sa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-600x334.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-600x334.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"cricketrs-bg-sa-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3321, 2111, '_wp_attached_file', '2020/03/sa-cricket-team.jpg'),
(3322, 2111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1125;s:4:\"file\";s:27:\"2020/03/sa-cricket-team.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-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:28:\"sa-cricket-team-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:27:\"sa-cricket-team-150x150.jpg\";s:5:\"width\";i: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:\"sa-cricket-team-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:28:\"sa-cricket-team-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:26:\"sa-cricket-team-128x72.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:25:\"sa-cricket-team-32x18.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:28:\"sa-cricket-team-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:28:\"sa-cricket-team-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:26:\"sa-cricket-team-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"sa-cricket-team-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:25:\"sa-cricket-team-98x55.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:26:\"sa-cricket-team-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:25:\"sa-cricket-team-24x14.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:25:\"sa-cricket-team-36x20.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:25:\"sa-cricket-team-48x27.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"sa-cricket-team-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"sa-cricket-team-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3323, 2112, '_wp_attached_file', '2020/03/sa-team-blur.jpg'),
(3324, 2112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:994;s:4:\"file\";s:24:\"2020/03/sa-team-blur.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"sa-team-blur-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-150x150.jpg\";s:5:\"width\";i: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:\"sa-team-blur-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"sa-team-blur-1536x763.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:23:\"sa-team-blur-128x64.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:22:\"sa-team-blur-32x16.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:25:\"sa-team-blur-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:25:\"sa-team-blur-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:23:\"sa-team-blur-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"sa-team-blur-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:22:\"sa-team-blur-98x49.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:23:\"sa-team-blur-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:22:\"sa-team-blur-24x12.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"sa-team-blur-36x18.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"sa-team-blur-48x24.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"sa-team-blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-600x298.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-600x298.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"sa-team-blur-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3325, 2113, '_wpb_shortcodes_custom_css', '.vc_custom_1584531342873{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/header-bg-sa.jpg?id=2109) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(3326, 2114, '_wp_attached_file', '2020/03/sa-school-cricket.jpg'),
(3327, 2114, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:546;s:4:\"file\";s:29:\"2020/03/sa-school-cricket.jpg\";s:5:\"sizes\";a:54:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"sa-school-cricket-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-150x150.jpg\";s:5:\"width\";i: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:\"sa-school-cricket-768x328.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-700x546.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:28:\"sa-school-cricket-128x55.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:27:\"sa-school-cricket-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:30:\"sa-school-cricket-1140x546.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:30:\"sa-school-cricket-1170x546.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:28:\"sa-school-cricket-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"sa-school-cricket-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-740x546.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:27:\"sa-school-cricket-98x42.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-550x546.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:546;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:28:\"sa-school-cricket-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:27:\"sa-school-cricket-24x10.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:27:\"sa-school-cricket-36x15.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:27:\"sa-school-cricket-48x20.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"sa-school-cricket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-600x256.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"sa-school-cricket-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3328, 2115, '_wpb_shortcodes_custom_css', '.vc_custom_1584531342873{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/header-bg-sa.jpg?id=2109) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(3387, 2131, '_wp_attached_file', '2020/03/img-header-with-logo.jpg');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3388, 2131, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:472;s:4:\"file\";s:32:\"2020/03/img-header-with-logo.jpg\";s:5:\"sizes\";a:54:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"img-header-with-logo-1024x403.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-768x302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-700x472.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:31:\"img-header-with-logo-128x50.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:30:\"img-header-with-logo-32x13.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:33:\"img-header-with-logo-1140x472.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:33:\"img-header-with-logo-1170x472.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-540x472.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-270x472.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:31:\"img-header-with-logo-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-360x472.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"img-header-with-logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-740x472.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:30:\"img-header-with-logo-98x39.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:31:\"img-header-with-logo-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:29:\"img-header-with-logo-24x9.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:30:\"img-header-with-logo-36x14.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:30:\"img-header-with-logo-48x19.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"img-header-with-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-600x236.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-600x236.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"img-header-with-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3729, 2198, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.624719002369676701391654205508530139923095703125;s:5:\"bytes\";i:231106;s:11:\"size_before\";i:1479105;s:10:\"size_after\";i:1247999;s:4:\"time\";d:8.17999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3705;s:11:\"size_before\";i:24792;s:10:\"size_after\";i:21087;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:12531;s:10:\"size_after\";i:11089;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:13881;s:11:\"size_before\";i:58217;s:10:\"size_after\";i:44336;s:4:\"time\";d:0.25;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5124;s:11:\"size_before\";i:30620;s:10:\"size_after\";i:25496;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21087;s:10:\"size_after\";i:21087;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1026;s:11:\"size_before\";i:7959;s:10:\"size_after\";i:6933;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:200;s:11:\"size_before\";i:1066;s:10:\"size_after\";i:866;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:8951;s:11:\"size_before\";i:54962;s:10:\"size_after\";i:46011;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:8310;s:11:\"size_before\";i:54153;s:10:\"size_after\";i:45843;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4168;s:11:\"size_before\";i:27641;s:10:\"size_after\";i:23473;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:10889;s:11:\"size_before\";i:47963;s:10:\"size_after\";i:37074;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5280;s:11:\"size_before\";i:23057;s:10:\"size_after\";i:17777;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2623;s:11:\"size_before\";i:18367;s:10:\"size_after\";i:15744;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:756;s:11:\"size_before\";i:6129;s:10:\"size_after\";i:5373;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4351;s:11:\"size_before\";i:25423;s:10:\"size_after\";i:21072;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4815;s:11:\"size_before\";i:31520;s:10:\"size_after\";i:26705;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6921;s:11:\"size_before\";i:30363;s:10:\"size_after\";i:23442;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:7904;s:11:\"size_before\";i:48882;s:10:\"size_after\";i:40978;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:12535;s:11:\"size_before\";i:56271;s:10:\"size_after\";i:43736;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2881;s:11:\"size_before\";i:21845;s:10:\"size_after\";i:18964;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:5355;s:11:\"size_before\";i:32689;s:10:\"size_after\";i:27334;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3828;s:11:\"size_before\";i:25498;s:10:\"size_after\";i:21670;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:6724;s:11:\"size_before\";i:41363;s:10:\"size_after\";i:34639;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:599;s:11:\"size_before\";i:5359;s:10:\"size_after\";i:4760;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:8908;s:11:\"size_before\";i:53949;s:10:\"size_after\";i:45041;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:10804;s:10:\"size_after\";i:9622;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:700;s:11:\"size_before\";i:5456;s:10:\"size_after\";i:4756;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:11326;s:11:\"size_before\";i:49184;s:10:\"size_after\";i:37858;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4709;s:11:\"size_before\";i:30228;s:10:\"size_after\";i:25519;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3123;s:11:\"size_before\";i:22056;s:10:\"size_after\";i:18933;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1252;s:11:\"size_before\";i:11800;s:10:\"size_after\";i:10548;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:843;s:11:\"size_before\";i:6480;s:10:\"size_after\";i:5637;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:13777;s:11:\"size_before\";i:58314;s:10:\"size_after\";i:44537;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:5407;s:11:\"size_before\";i:32299;s:10:\"size_after\";i:26892;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:7659;s:11:\"size_before\";i:51503;s:10:\"size_after\";i:43844;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6170;s:11:\"size_before\";i:39648;s:10:\"size_after\";i:33478;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7716;s:11:\"size_before\";i:49848;s:10:\"size_after\";i:42132;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:9268;s:11:\"size_before\";i:62687;s:10:\"size_after\";i:53419;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5120;s:11:\"size_before\";i:36893;s:10:\"size_after\";i:31773;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:10556;s:11:\"size_before\";i:73102;s:10:\"size_after\";i:62546;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:206;s:11:\"size_before\";i:1282;s:10:\"size_after\";i:1076;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:220;s:11:\"size_before\";i:1273;s:10:\"size_after\";i:1053;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:264;s:11:\"size_before\";i:1928;s:10:\"size_after\";i:1664;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25496;s:10:\"size_after\";i:25496;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:9569;s:11:\"size_before\";i:58784;s:10:\"size_after\";i:49215;s:4:\"time\";d:1.25;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:863;s:11:\"size_before\";i:7243;s:10:\"size_after\";i:6380;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25496;s:10:\"size_after\";i:25496;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49215;s:10:\"size_after\";i:49215;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6380;s:10:\"size_after\";i:6380;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3389, 2132, '_wpb_shortcodes_custom_css', '.vc_custom_1584534539918{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/img-header-with-logo.jpg?id=2131) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(3732, 2200, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(3390, 1884, 'theplus_transient_widgets', 'a:0:{}'),
(3392, 2135, '_wp_attached_file', '2020/03/download.png'),
(3393, 2135, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2020/03/download.png\";s:5:\"sizes\";a:54:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"download-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"download-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-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:20:\"download-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:20:\"download-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"download-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"download-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:20:\"download-128x128.png\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"download-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:21:\"download-1080x666.png\";s:5:\"width\";i:1080;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:21:\"download-1080x650.png\";s:5:\"width\";i:1080;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:20:\"download-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:20:\"download-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:20:\"download-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:20:\"download-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:20:\"download-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:20:\"download-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:19:\"download-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:20:\"download-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:20:\"download-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:20:\"download-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:20:\"download-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:20:\"download-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:20:\"download-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:20:\"download-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:20:\"download-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:20:\"download-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"download-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:20:\"download-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:20:\"download-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:20:\"download-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:18:\"download-98x98.png\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:20:\"download-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:20:\"download-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:20:\"download-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:20:\"download-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:19:\"download-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:20:\"download-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:20:\"download-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:20:\"download-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:20:\"download-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:20:\"download-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:20:\"download-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:20:\"download-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:20:\"download-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:18:\"download-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:18:\"download-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:18:\"download-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"download-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"download-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"download-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"download-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"download-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"download-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3951, 2236, '_menu_item_object', 'page'),
(3950, 2236, '_menu_item_object_id', '1884'),
(3949, 2236, '_menu_item_menu_item_parent', '0'),
(3948, 2236, '_menu_item_type', 'post_type'),
(3947, 2235, '_menu_item_url', ''),
(3946, 2235, '_menu_item_xfn', ''),
(3945, 2235, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3944, 2235, '_menu_item_target', ''),
(3937, 2234, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3936, 2234, '_menu_item_target', ''),
(3935, 2234, '_menu_item_object', 'page'),
(3934, 2234, '_menu_item_object_id', '1882'),
(3933, 2234, '_menu_item_menu_item_parent', '0'),
(3932, 2234, '_menu_item_type', 'post_type'),
(3470, 1878, 'theplus_transient_widgets', 'a:0:{}'),
(3471, 2151, '_wpb_shortcodes_custom_css', '.vc_custom_1584390962043{background-color: #d8d8d8 !important;}'),
(3472, 2152, '_edit_lock', '1584537747:1'),
(3473, 2152, '_edit_last', '1'),
(3474, 2153, '_edit_lock', '1584537922:1'),
(3475, 2153, '_edit_last', '1'),
(3487, 2160, '_wp_attached_file', '2020/03/65.jpg'),
(3488, 2160, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:14:\"2020/03/65.jpg\";s:5:\"sizes\";a:53:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"65-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"65-150x150.jpg\";s:5:\"width\";i: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:\"65-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:14:\"65-700x682.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:14:\"65-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:14:\"65-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:13:\"65-128x85.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:12:\"65-32x21.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:15:\"65-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:15:\"65-1024x650.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:14:\"65-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:14:\"65-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:14:\"65-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:14:\"65-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:14:\"65-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:14:\"65-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:13:\"65-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:14:\"65-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:14:\"65-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:14:\"65-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:14:\"65-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:14:\"65-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:14:\"65-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:14:\"65-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:14:\"65-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:14:\"65-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:12:\"65-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:14:\"65-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:14:\"65-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:14:\"65-740x682.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:12:\"65-98x65.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:14:\"65-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:14:\"65-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:14:\"65-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:14:\"65-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:13:\"65-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:14:\"65-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:14:\"65-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:14:\"65-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:14:\"65-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:14:\"65-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:14:\"65-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:14:\"65-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:14:\"65-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:12:\"65-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:12:\"65-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:12:\"65-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"65-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"65-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"65-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"65-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"65-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"65-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:3:\"AFP\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:274:\"South Africa\'s Lungi Ngidi (L) celebrates taking the wicket of Sri Lanka\'s Lahiru Thirimanne during the 2019 Cricket World Cup warm up match between Sri Lanka and South Africa at Sophia Gardens stadium in Cardiff, south Wales, on May 24, 2019. (Photo by GEOFF CADDICK / AFP)\";s:17:\"created_timestamp\";s:10:\"1558709950\";s:9:\"copyright\";s:3:\"AFP\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"CRICKET-WC-2019-SRI-RSA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:7:\"cricket\";i:1;s:10:\"Horizontal\";}}}'),
(3489, 2161, '_amp_validated_environment', 'a:2:{s:5:\"theme\";s:12:\"splash-child\";s:7:\"plugins\";a:25:{i:0;s:25:\"add-to-any/add-to-any.php\";i:1;s:11:\"amp/amp.php\";i:2;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:37:\"clever-mega-menu/clever-mega-menu.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:33:\"duplicate-post/duplicate-post.php\";i:7;s:31:\"elementor-pro/elementor-pro.php\";i:8;s:23:\"elementor/elementor.php\";i:9;s:29:\"health-check/health-check.php\";i:10;s:35:\"insert-headers-and-footers/ihaf.php\";i:11;s:33:\"instagram-feed/instagram-feed.php\";i:12;s:27:\"js_composer/js_composer.php\";i:13;s:38:\"latest-tweets-widget/latest-tweets.php\";i:14;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:15;s:25:\"menu-image/menu-image.php\";i:16;s:23:\"revslider/revslider.php\";i:17;s:51:\"sportspress-for-cricket/sportspress-for-cricket.php\";i:18;s:27:\"sportspress/sportspress.php\";i:19;s:41:\"stm-configurations/stm-configurations.php\";i:20;s:29:\"stm_importer/stm-importer.php\";i:21;s:51:\"theplus_elementor_addon/theplus_elementor_addon.php\";i:22;s:27:\"updraftplus/updraftplus.php\";i:23;s:27:\"woocommerce/woocommerce.php\";i:24;s:50:\"wp-hide-backed-notices/wp-hide-backed-notices .php\";}}'),
(3490, 2161, '_edit_lock', '1584540899:1'),
(3505, 2166, '_menu_item_menu_item_parent', '2174'),
(3506, 2166, '_menu_item_object_id', '1878'),
(3507, 2166, '_menu_item_object', 'page'),
(3508, 2166, '_menu_item_target', ''),
(3509, 2166, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3510, 2166, '_menu_item_xfn', ''),
(3511, 2166, '_menu_item_url', ''),
(3580, 2166, '_menu_item_image_size', 'menu-36x36'),
(3513, 2167, '_menu_item_type', 'post_type'),
(3514, 2167, '_menu_item_menu_item_parent', '2174'),
(3515, 2167, '_menu_item_object_id', '1880'),
(3516, 2167, '_menu_item_object', 'page'),
(3517, 2167, '_menu_item_target', ''),
(3518, 2167, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3519, 2167, '_menu_item_xfn', ''),
(3520, 2167, '_menu_item_url', ''),
(3583, 2167, '_menu_item_image_size', 'menu-36x36'),
(3522, 2168, '_menu_item_type', 'custom'),
(3523, 2168, '_menu_item_menu_item_parent', '2174'),
(3524, 2168, '_menu_item_object_id', '2168'),
(3525, 2168, '_menu_item_object', 'custom'),
(3526, 2168, '_menu_item_target', ''),
(3527, 2168, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3528, 2168, '_menu_item_xfn', ''),
(3529, 2168, '_menu_item_url', '#'),
(3586, 2168, '_menu_item_image_size', 'menu-36x36'),
(3531, 2169, '_menu_item_type', 'post_type'),
(3532, 2169, '_menu_item_menu_item_parent', '2174'),
(3533, 2169, '_menu_item_object_id', '1887'),
(3534, 2169, '_menu_item_object', 'page'),
(3535, 2169, '_menu_item_target', ''),
(3536, 2169, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3537, 2169, '_menu_item_xfn', ''),
(3538, 2169, '_menu_item_url', ''),
(3592, 2169, '_menu_item_image_size', 'menu-36x36'),
(3540, 2170, '_menu_item_type', 'post_type'),
(3541, 2170, '_menu_item_menu_item_parent', '2174'),
(3542, 2170, '_menu_item_object_id', '1884'),
(3543, 2170, '_menu_item_object', 'page'),
(3544, 2170, '_menu_item_target', ''),
(3545, 2170, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3546, 2170, '_menu_item_xfn', ''),
(3547, 2170, '_menu_item_url', ''),
(3595, 2170, '_menu_item_image_size', 'menu-36x36'),
(3549, 2171, '_menu_item_type', 'custom'),
(3550, 2171, '_menu_item_menu_item_parent', '2174'),
(3551, 2171, '_menu_item_object_id', '2171'),
(3552, 2171, '_menu_item_object', 'custom'),
(3553, 2171, '_menu_item_target', ''),
(3554, 2171, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3555, 2171, '_menu_item_xfn', ''),
(3556, 2171, '_menu_item_url', '#'),
(3598, 2171, '_menu_item_image_size', 'menu-36x36'),
(3558, 2172, '_menu_item_type', 'post_type'),
(3559, 2172, '_menu_item_menu_item_parent', '2171'),
(3560, 2172, '_menu_item_object_id', '1889'),
(3561, 2172, '_menu_item_object', 'page'),
(3562, 2172, '_menu_item_target', ''),
(3563, 2172, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3564, 2172, '_menu_item_xfn', ''),
(3565, 2172, '_menu_item_url', ''),
(3601, 2172, '_menu_item_image_size', 'menu-36x36'),
(3567, 2173, '_menu_item_type', 'post_type'),
(3568, 2173, '_menu_item_menu_item_parent', '2168'),
(3569, 2173, '_menu_item_object_id', '1882'),
(3570, 2173, '_menu_item_object', 'page'),
(3571, 2173, '_menu_item_target', ''),
(3572, 2173, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3573, 2173, '_menu_item_xfn', ''),
(3574, 2173, '_menu_item_url', ''),
(3589, 2173, '_menu_item_image_size', 'menu-36x36'),
(3576, 1973, '_menu_item_image_size', 'menu-36x36'),
(3577, 1973, '_menu_item_image_title_position', 'after');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3620, 2175, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:506;s:4:\"file\";s:20:\"2020/03/234885.3.jpg\";s:5:\"sizes\";a:51:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"234885.3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"234885.3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"234885.3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:20:\"234885.3-700x506.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:20:\"234885.3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:20:\"234885.3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:19:\"234885.3-128x72.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:18:\"234885.3-32x18.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:20:\"234885.3-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:20:\"234885.3-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:20:\"234885.3-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:20:\"234885.3-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:20:\"234885.3-270x506.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:20:\"234885.3-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:19:\"234885.3-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:20:\"234885.3-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:20:\"234885.3-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:20:\"234885.3-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:20:\"234885.3-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:20:\"234885.3-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:20:\"234885.3-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:20:\"234885.3-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:20:\"234885.3-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:20:\"234885.3-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"234885.3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:20:\"234885.3-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:20:\"234885.3-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:20:\"234885.3-740x506.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:18:\"234885.3-98x55.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:20:\"234885.3-550x506.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:20:\"234885.3-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:20:\"234885.3-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:20:\"234885.3-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:19:\"234885.3-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:20:\"234885.3-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:20:\"234885.3-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:20:\"234885.3-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:20:\"234885.3-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:20:\"234885.3-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:20:\"234885.3-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:20:\"234885.3-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:20:\"234885.3-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:18:\"234885.3-24x13.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:13;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:18:\"234885.3-36x20.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:18:\"234885.3-48x27.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"234885.3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"234885.3-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"234885.3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"234885.3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"234885.3-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"234885.3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3619, 2175, '_wp_attached_file', '2020/03/234885.3.jpg'),
(3581, 2166, '_menu_item_image_title_position', 'after'),
(3582, 2166, 'menu-item-tp-megamenu-type', 'default'),
(3584, 2167, '_menu_item_image_title_position', 'after'),
(3585, 2167, 'menu-item-tp-megamenu-type', 'default'),
(3587, 2168, '_menu_item_image_title_position', 'after'),
(3588, 2168, 'menu-item-tp-megamenu-type', 'default'),
(3590, 2173, '_menu_item_image_title_position', 'after'),
(3591, 2173, 'menu-item-tp-megamenu-type', 'default'),
(3593, 2169, '_menu_item_image_title_position', 'after'),
(3594, 2169, 'menu-item-tp-megamenu-type', 'default'),
(3596, 2170, '_menu_item_image_title_position', 'after'),
(3597, 2170, 'menu-item-tp-megamenu-type', 'default'),
(3599, 2171, '_menu_item_image_title_position', 'after'),
(3600, 2171, 'menu-item-tp-megamenu-type', 'default'),
(3602, 2172, '_menu_item_image_title_position', 'after'),
(3603, 2172, 'menu-item-tp-megamenu-type', 'default'),
(3604, 1972, '_menu_item_image_size', 'menu-36x36'),
(3605, 1972, '_menu_item_image_title_position', 'after'),
(3612, 2174, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3613, 2174, '_menu_item_xfn', ''),
(3614, 2174, '_menu_item_url', '#'),
(3616, 2174, '_menu_item_image_size', 'menu-36x36'),
(3617, 2174, '_menu_item_image_title_position', 'after'),
(3618, 2174, 'menu-item-tp-megamenu-type', 'default'),
(3624, 1887, 'theplus_transient_widgets', 'a:0:{}'),
(3625, 2177, '_wp_attached_file', '2020/03/mzansisl151001.jpg'),
(3626, 2177, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:525;s:4:\"file\";s:26:\"2020/03/mzansisl151001.jpg\";s:5:\"sizes\";a:50:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-700x525.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:25:\"mzansisl151001-128x90.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:24:\"mzansisl151001-32x22.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-270x525.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:25:\"mzansisl151001-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"mzansisl151001-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-740x525.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:24:\"mzansisl151001-98x69.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-550x525.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:25:\"mzansisl151001-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:24:\"mzansisl151001-24x17.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:24:\"mzansisl151001-36x25.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:24:\"mzansisl151001-48x34.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"mzansisl151001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-600x420.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"mzansisl151001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3906, 2219, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(3627, 2178, '_wp_attached_file', '2020/03/500bd0c421592b022c0cd9f82d8c72bb.png'),
(3628, 2178, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:133;s:4:\"file\";s:44:\"2020/03/500bd0c421592b022c0cd9f82d8c72bb.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"500bd0c421592b022c0cd9f82d8c72bb-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:43:\"500bd0c421592b022c0cd9f82d8c72bb-128x85.png\";s:5:\"width\";i:128;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:42:\"500bd0c421592b022c0cd9f82d8c72bb-32x21.png\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:43:\"500bd0c421592b022c0cd9f82d8c72bb-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"500bd0c421592b022c0cd9f82d8c72bb-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:44:\"500bd0c421592b022c0cd9f82d8c72bb-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:42:\"500bd0c421592b022c0cd9f82d8c72bb-98x65.png\";s:5:\"width\";i:98;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:44:\"500bd0c421592b022c0cd9f82d8c72bb-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:43:\"500bd0c421592b022c0cd9f82d8c72bb-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:42:\"500bd0c421592b022c0cd9f82d8c72bb-24x16.png\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:42:\"500bd0c421592b022c0cd9f82d8c72bb-36x24.png\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:42:\"500bd0c421592b022c0cd9f82d8c72bb-48x32.png\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"500bd0c421592b022c0cd9f82d8c72bb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"500bd0c421592b022c0cd9f82d8c72bb-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3629, 2179, '_wp_attached_file', '2020/03/Bloem-City-Blazers.jpg'),
(3630, 2179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:455;s:4:\"file\";s:30:\"2020/03/Bloem-City-Blazers.jpg\";s:5:\"sizes\";a:48:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:29:\"Bloem-City-Blazers-128x91.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:28:\"Bloem-City-Blazers-32x23.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-540x455.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-270x455.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:29:\"Bloem-City-Blazers-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-360x455.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-640x240.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Bloem-City-Blazers-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:28:\"Bloem-City-Blazers-98x70.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-550x455.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:29:\"Bloem-City-Blazers-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-640x450.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-457x455.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-555x455.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-640x440.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:28:\"Bloem-City-Blazers-24x17.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:28:\"Bloem-City-Blazers-36x26.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:28:\"Bloem-City-Blazers-48x34.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Bloem-City-Blazers-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Bloem-City-Blazers-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3631, 2180, '_wp_attached_file', '2020/03/c04d12fe1bed85cfcc917e5cf4c07e29.jpg'),
(3632, 2180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:44:\"2020/03/c04d12fe1bed85cfcc917e5cf4c07e29.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"c04d12fe1bed85cfcc917e5cf4c07e29-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"c04d12fe1bed85cfcc917e5cf4c07e29-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-128x128.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:42:\"c04d12fe1bed85cfcc917e5cf4c07e29-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:45:\"c04d12fe1bed85cfcc917e5cf4c07e29-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:45:\"c04d12fe1bed85cfcc917e5cf4c07e29-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:43:\"c04d12fe1bed85cfcc917e5cf4c07e29-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"c04d12fe1bed85cfcc917e5cf4c07e29-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:42:\"c04d12fe1bed85cfcc917e5cf4c07e29-98x98.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:43:\"c04d12fe1bed85cfcc917e5cf4c07e29-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:42:\"c04d12fe1bed85cfcc917e5cf4c07e29-24x24.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:42:\"c04d12fe1bed85cfcc917e5cf4c07e29-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:42:\"c04d12fe1bed85cfcc917e5cf4c07e29-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"c04d12fe1bed85cfcc917e5cf4c07e29-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3633, 2181, '_wp_attached_file', '2020/03/Multan-Sultans-Logo.jpg'),
(3634, 2181, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:421;s:4:\"file\";s:31:\"2020/03/Multan-Sultans-Logo.jpg\";s:5:\"sizes\";a:46:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:30:\"Multan-Sultans-Logo-128x84.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:29:\"Multan-Sultans-Logo-32x21.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-540x421.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-270x421.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:30:\"Multan-Sultans-Logo-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-360x421.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-640x240.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Multan-Sultans-Logo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:29:\"Multan-Sultans-Logo-98x64.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-550x421.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:30:\"Multan-Sultans-Logo-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-457x421.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-445x421.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-555x421.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-350x421.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:29:\"Multan-Sultans-Logo-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:29:\"Multan-Sultans-Logo-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:29:\"Multan-Sultans-Logo-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-600x395.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-600x395.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Multan-Sultans-Logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3635, 2182, '_wp_attached_file', '2020/03/sa-cricket-logo-EB32961D28-seeklogo.com_.png');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3636, 2182, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:292;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2020/03/sa-cricket-logo-EB32961D28-seeklogo.com_.png\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-125x128.png\";s:5:\"width\";i:125;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:50:\"sa-cricket-logo-EB32961D28-seeklogo.com_-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-292x250.png\";s:5:\"width\";i:292;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:51:\"sa-cricket-logo-EB32961D28-seeklogo.com_-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-292x240.png\";s:5:\"width\";i:292;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-292x240.png\";s:5:\"width\";i:292;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-292x250.png\";s:5:\"width\";i:292;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"sa-cricket-logo-EB32961D28-seeklogo.com_-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:50:\"sa-cricket-logo-EB32961D28-seeklogo.com_-95x98.png\";s:5:\"width\";i:95;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-292x220.png\";s:5:\"width\";i:292;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:51:\"sa-cricket-logo-EB32961D28-seeklogo.com_-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-292x210.png\";s:5:\"width\";i:292;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:50:\"sa-cricket-logo-EB32961D28-seeklogo.com_-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:50:\"sa-cricket-logo-EB32961D28-seeklogo.com_-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:50:\"sa-cricket-logo-EB32961D28-seeklogo.com_-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"sa-cricket-logo-EB32961D28-seeklogo.com_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3637, 2183, '_wpb_shortcodes_custom_css', '.vc_custom_1584543437316{margin-top: 50px !important;}.vc_custom_1584543861607{margin-top: 70px !important;}.vc_custom_1584543815981{margin-top: 70px !important;}.vc_custom_1584605065424{margin-top: 100px !important;}'),
(3638, 1884, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(3639, 1884, 'mobmenu_74f9d745a2846b17', ''),
(3640, 2184, '_edit_last', '1'),
(3641, 2184, '_edit_lock', '1584727984:1'),
(3652, 93, 'theplus_transient_widgets', 'a:0:{}'),
(3662, 1889, 'mobmenu_74f9d745a2846b17', ''),
(3654, 1889, '_elementor_template_type', 'wp-page'),
(3655, 1889, '_elementor_version', '2.9.6'),
(3656, 1889, '_elementor_pro_version', '2.9.1'),
(3657, 2191, '_wp_page_template', 'default'),
(3658, 2191, '_elementor_edit_mode', 'builder'),
(3659, 2191, '_elementor_template_type', 'wp-page'),
(3660, 2191, '_elementor_version', '2.9.6'),
(3661, 2191, '_elementor_pro_version', '2.9.1'),
(3663, 2182, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.82893661534438223270626622252166271209716796875;s:5:\"bytes\";i:78490;s:11:\"size_before\";i:611820;s:10:\"size_after\";i:533330;s:4:\"time\";d:1.8900000000000005684341886080801486968994140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:27:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3344;s:11:\"size_before\";i:20279;s:10:\"size_after\";i:16935;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2719;s:11:\"size_before\";i:15878;s:10:\"size_after\";i:13159;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:454;s:11:\"size_before\";i:2554;s:10:\"size_after\";i:2100;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8149;s:11:\"size_before\";i:41756;s:10:\"size_after\";i:33607;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9506;s:11:\"size_before\";i:47886;s:10:\"size_after\";i:38380;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38380;s:10:\"size_after\";i:38380;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4219;s:11:\"size_before\";i:30609;s:10:\"size_after\";i:26390;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:1893;s:11:\"size_before\";i:11432;s:10:\"size_after\";i:9539;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4733;s:11:\"size_before\";i:43542;s:10:\"size_after\";i:38809;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7438;s:11:\"size_before\";i:39250;s:10:\"size_after\";i:31812;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31812;s:10:\"size_after\";i:31812;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3297;s:11:\"size_before\";i:30757;s:10:\"size_after\";i:27460;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33607;s:10:\"size_after\";i:33607;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3546;s:11:\"size_before\";i:38568;s:10:\"size_after\";i:35022;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1382;s:11:\"size_before\";i:8480;s:10:\"size_after\";i:7098;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2511;s:11:\"size_before\";i:15333;s:10:\"size_after\";i:12822;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1923;s:11:\"size_before\";i:11022;s:10:\"size_after\";i:9099;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6743;s:11:\"size_before\";i:35204;s:10:\"size_after\";i:28461;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:26316;s:10:\"size_after\";i:23871;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2673;s:11:\"size_before\";i:16400;s:10:\"size_after\";i:13727;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1492;s:11:\"size_before\";i:8836;s:10:\"size_after\";i:7344;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6498;s:11:\"size_before\";i:33722;s:10:\"size_after\";i:27224;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:348;s:11:\"size_before\";i:1758;s:10:\"size_after\";i:1410;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:508;s:11:\"size_before\";i:2999;s:10:\"size_after\";i:2491;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:654;s:11:\"size_before\";i:4333;s:10:\"size_after\";i:3679;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2015;s:11:\"size_before\";i:11561;s:10:\"size_after\";i:9546;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9546;s:10:\"size_after\";i:9546;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3664, 2181, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.740354237370787426897322802687995135784149169921875;s:5:\"bytes\";i:26412;s:11:\"size_before\";i:963817;s:10:\"size_after\";i:937405;s:4:\"time\";d:0.8900000000000005684341886080801486968994140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:46:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:639;s:11:\"size_before\";i:15901;s:10:\"size_after\";i:15262;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:231;s:11:\"size_before\";i:9072;s:10:\"size_after\";i:8841;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:726;s:11:\"size_before\";i:24141;s:10:\"size_after\";i:23415;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15262;s:10:\"size_after\";i:15262;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4334;s:10:\"size_after\";i:4334;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:711;s:10:\"size_after\";i:711;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1295;s:11:\"size_before\";i:36120;s:10:\"size_after\";i:34825;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:765;s:11:\"size_before\";i:25273;s:10:\"size_after\";i:24508;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:688;s:11:\"size_before\";i:26761;s:10:\"size_after\";i:26073;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:44133;s:10:\"size_after\";i:42650;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:728;s:11:\"size_before\";i:30111;s:10:\"size_after\";i:29383;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:486;s:11:\"size_before\";i:13809;s:10:\"size_after\";i:13323;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4691;s:10:\"size_after\";i:4691;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:637;s:11:\"size_before\";i:19335;s:10:\"size_after\";i:18698;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:797;s:11:\"size_before\";i:20851;s:10:\"size_after\";i:20054;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:36875;s:10:\"size_after\";i:35755;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:36759;s:10:\"size_after\";i:35648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:721;s:11:\"size_before\";i:25313;s:10:\"size_after\";i:24592;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:509;s:11:\"size_before\";i:14009;s:10:\"size_after\";i:13500;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:841;s:11:\"size_before\";i:21974;s:10:\"size_after\";i:21133;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:642;s:11:\"size_before\";i:17684;s:10:\"size_after\";i:17042;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:912;s:11:\"size_before\";i:30725;s:10:\"size_after\";i:29813;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3304;s:10:\"size_after\";i:3304;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:36656;s:10:\"size_after\";i:35429;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:145;s:11:\"size_before\";i:6825;s:10:\"size_after\";i:6680;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2787;s:10:\"size_after\";i:2787;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:45072;s:10:\"size_after\";i:43468;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:695;s:11:\"size_before\";i:19088;s:10:\"size_after\";i:18393;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:375;s:11:\"size_before\";i:11521;s:10:\"size_after\";i:11146;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:192;s:11:\"size_before\";i:7315;s:10:\"size_after\";i:7123;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3356;s:10:\"size_after\";i:3356;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:705;s:11:\"size_before\";i:19623;s:10:\"size_after\";i:18918;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:41057;s:10:\"size_after\";i:39782;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:913;s:11:\"size_before\";i:35126;s:10:\"size_after\";i:34213;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1082;s:11:\"size_before\";i:39703;s:10:\"size_after\";i:38621;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:44954;s:10:\"size_after\";i:43400;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:856;s:11:\"size_before\";i:35520;s:10:\"size_after\";i:34664;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:507;s:10:\"size_after\";i:507;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:763;s:10:\"size_after\";i:763;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1026;s:10:\"size_after\";i:1026;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23415;s:10:\"size_after\";i:23415;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1456;s:11:\"size_before\";i:40290;s:10:\"size_after\";i:38834;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.040000000000000000832667268468867405317723751068115234375;s:5:\"bytes\";i:2;s:11:\"size_before\";i:4909;s:10:\"size_after\";i:4907;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23415;s:10:\"size_after\";i:23415;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38834;s:10:\"size_after\";i:38834;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4907;s:10:\"size_after\";i:4907;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3665, 2179, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.91261304781180996315015363506972789764404296875;s:5:\"bytes\";i:23816;s:11:\"size_before\";i:817685;s:10:\"size_after\";i:793869;s:4:\"time\";d:0.85000000000000042188474935755948536098003387451171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:48:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:324;s:11:\"size_before\";i:11971;s:10:\"size_after\";i:11647;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:39;s:11:\"size_before\";i:7341;s:10:\"size_after\";i:7302;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:408;s:11:\"size_before\";i:18675;s:10:\"size_after\";i:18267;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11647;s:10:\"size_after\";i:11647;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3524;s:10:\"size_after\";i:3524;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:646;s:10:\"size_after\";i:646;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:26604;s:10:\"size_after\";i:25545;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:738;s:11:\"size_before\";i:21192;s:10:\"size_after\";i:20454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:587;s:11:\"size_before\";i:21759;s:10:\"size_after\";i:21172;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:33598;s:10:\"size_after\";i:32318;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:703;s:11:\"size_before\";i:24190;s:10:\"size_after\";i:23487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:173;s:11:\"size_before\";i:10819;s:10:\"size_after\";i:10646;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4169;s:10:\"size_after\";i:4169;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:364;s:11:\"size_before\";i:15200;s:10:\"size_after\";i:14836;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:446;s:11:\"size_before\";i:15292;s:10:\"size_after\";i:14846;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:31813;s:10:\"size_after\";i:30766;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:876;s:11:\"size_before\";i:27331;s:10:\"size_after\";i:26455;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:823;s:11:\"size_before\";i:21907;s:10:\"size_after\";i:21084;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:244;s:11:\"size_before\";i:9901;s:10:\"size_after\";i:9657;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:480;s:11:\"size_before\";i:14989;s:10:\"size_after\";i:14509;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:279;s:11:\"size_before\";i:12694;s:10:\"size_after\";i:12415;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:755;s:11:\"size_before\";i:22653;s:10:\"size_after\";i:21898;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2888;s:10:\"size_after\";i:2888;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:27006;s:10:\"size_after\";i:25970;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5087;s:10:\"size_after\";i:5087;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2427;s:10:\"size_after\";i:2427;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:34123;s:10:\"size_after\";i:32698;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:439;s:11:\"size_before\";i:14371;s:10:\"size_after\";i:13932;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:115;s:11:\"size_before\";i:9055;s:10:\"size_after\";i:8940;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5402;s:10:\"size_after\";i:5402;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2795;s:10:\"size_after\";i:2795;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1503;s:11:\"size_before\";i:34367;s:10:\"size_after\";i:32864;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:454;s:11:\"size_before\";i:14600;s:10:\"size_after\";i:14146;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:33815;s:10:\"size_after\";i:32597;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:841;s:11:\"size_before\";i:28590;s:10:\"size_after\";i:27749;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:31282;s:10:\"size_after\";i:30238;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1348;s:11:\"size_before\";i:33893;s:10:\"size_after\";i:32545;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:860;s:11:\"size_before\";i:29539;s:10:\"size_after\";i:28679;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1586;s:11:\"size_before\";i:34153;s:10:\"size_after\";i:32567;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:539;s:10:\"size_after\";i:539;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:768;s:10:\"size_after\";i:768;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:968;s:10:\"size_after\";i:968;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18267;s:10:\"size_after\";i:18267;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:30293;s:10:\"size_after\";i:28971;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4152;s:10:\"size_after\";i:4152;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18267;s:10:\"size_after\";i:18267;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28971;s:10:\"size_after\";i:28971;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4152;s:10:\"size_after\";i:4152;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3666, 2178, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9652883591809473529110618983395397663116455078125;s:5:\"bytes\";i:6674;s:11:\"size_before\";i:95818;s:10:\"size_after\";i:89144;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;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:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:12952;s:10:\"size_after\";i:11175;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:466;s:11:\"size_before\";i:7404;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:219;s:11:\"size_before\";i:1389;s:10:\"size_after\";i:1170;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:655;s:11:\"size_before\";i:9955;s:10:\"size_after\";i:9300;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:460;s:11:\"size_before\";i:6663;s:10:\"size_after\";i:6203;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:473;s:11:\"size_before\";i:11771;s:10:\"size_after\";i:11298;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:369;s:11:\"size_before\";i:4935;s:10:\"size_after\";i:4566;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:602;s:11:\"size_before\";i:12500;s:10:\"size_after\";i:11898;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:403;s:11:\"size_before\";i:5728;s:10:\"size_after\";i:5325;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:211;s:11:\"size_before\";i:1023;s:10:\"size_after\";i:812;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:226;s:11:\"size_before\";i:1578;s:10:\"size_after\";i:1352;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:215;s:11:\"size_before\";i:1852;s:10:\"size_after\";i:1637;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:598;s:11:\"size_before\";i:9333;s:10:\"size_after\";i:8735;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8735;s:10:\"size_after\";i:8735;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3667, 2177, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2325018668005416344612967805005609989166259765625;s:5:\"bytes\";i:209283;s:11:\"size_before\";i:1581583;s:10:\"size_after\";i:1372300;s:4:\"time\";d:1.09000000000000074606987254810519516468048095703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:4141;s:11:\"size_before\";i:20880;s:10:\"size_after\";i:16739;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:12315;s:10:\"size_after\";i:8460;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:6496;s:11:\"size_before\";i:80858;s:10:\"size_after\";i:74362;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4544;s:11:\"size_before\";i:29441;s:10:\"size_after\";i:24897;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16739;s:10:\"size_after\";i:16739;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:3585;s:11:\"size_before\";i:8126;s:10:\"size_after\";i:4541;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:3429;s:11:\"size_before\";i:4363;s:10:\"size_after\";i:934;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5345;s:11:\"size_before\";i:47682;s:10:\"size_after\";i:42337;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5049;s:11:\"size_before\";i:38968;s:10:\"size_after\";i:33919;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4497;s:11:\"size_before\";i:29990;s:10:\"size_after\";i:25493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5790;s:11:\"size_before\";i:62829;s:10:\"size_after\";i:57039;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4614;s:11:\"size_before\";i:36375;s:10:\"size_after\";i:31761;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4042;s:11:\"size_before\";i:17006;s:10:\"size_after\";i:12964;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:3592;s:11:\"size_before\";i:7735;s:10:\"size_after\";i:4143;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4308;s:11:\"size_before\";i:23175;s:10:\"size_after\";i:18867;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4419;s:11:\"size_before\";i:25932;s:10:\"size_after\";i:21513;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5036;s:11:\"size_before\";i:44001;s:10:\"size_after\";i:38965;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5143;s:11:\"size_before\";i:46146;s:10:\"size_after\";i:41003;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5316;s:11:\"size_before\";i:44616;s:10:\"size_after\";i:39300;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.25;s:5:\"bytes\";i:3999;s:11:\"size_before\";i:17203;s:10:\"size_after\";i:13204;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4362;s:11:\"size_before\";i:26243;s:10:\"size_after\";i:21881;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4173;s:11:\"size_before\";i:21376;s:10:\"size_after\";i:17203;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4902;s:11:\"size_before\";i:38413;s:10:\"size_after\";i:33511;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.2999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3541;s:11:\"size_before\";i:6644;s:10:\"size_after\";i:3103;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5294;s:11:\"size_before\";i:47806;s:10:\"size_after\";i:42512;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:3725;s:11:\"size_before\";i:10134;s:10:\"size_after\";i:6409;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:6911;s:11:\"size_before\";i:83586;s:10:\"size_after\";i:76675;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:3534;s:11:\"size_before\";i:6702;s:10:\"size_after\";i:3168;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6566;s:11:\"size_before\";i:72647;s:10:\"size_after\";i:66081;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4383;s:11:\"size_before\";i:24270;s:10:\"size_after\";i:19887;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:4048;s:11:\"size_before\";i:16013;s:10:\"size_after\";i:11965;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:3721;s:11:\"size_before\";i:10447;s:10:\"size_after\";i:6726;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:3537;s:11:\"size_before\";i:6958;s:10:\"size_after\";i:3421;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6801;s:11:\"size_before\";i:76369;s:10:\"size_after\";i:69568;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:4385;s:11:\"size_before\";i:24877;s:10:\"size_after\";i:20492;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5518;s:11:\"size_before\";i:53725;s:10:\"size_after\";i:48207;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5090;s:11:\"size_before\";i:42273;s:10:\"size_after\";i:37183;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5400;s:11:\"size_before\";i:50437;s:10:\"size_after\";i:45037;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5604;s:11:\"size_before\";i:59362;s:10:\"size_after\";i:53758;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4978;s:11:\"size_before\";i:41716;s:10:\"size_after\";i:36738;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6099;s:11:\"size_before\";i:66066;s:10:\"size_after\";i:59967;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:80.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3407;s:11:\"size_before\";i:4225;s:10:\"size_after\";i:818;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.75;s:5:\"bytes\";i:3412;s:11:\"size_before\";i:4504;s:10:\"size_after\";i:1092;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:3444;s:11:\"size_before\";i:4806;s:10:\"size_after\";i:1362;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24897;s:10:\"size_after\";i:24897;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5606;s:11:\"size_before\";i:55248;s:10:\"size_after\";i:49642;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:3642;s:11:\"size_before\";i:8281;s:10:\"size_after\";i:4639;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24897;s:10:\"size_after\";i:24897;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49642;s:10:\"size_after\";i:49642;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4639;s:10:\"size_after\";i:4639;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3668, 2180, '_edit_lock', '1584728662:1'),
(3669, 2175, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.959632963908887859361129812896251678466796875;s:5:\"bytes\";i:69147;s:11:\"size_before\";i:2336337;s:10:\"size_after\";i:2267190;s:4:\"time\";d:1.3500000000000007549516567451064474880695343017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:51:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:872;s:11:\"size_before\";i:24243;s:10:\"size_after\";i:23371;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:285;s:11:\"size_before\";i:11471;s:10:\"size_after\";i:11186;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3259;s:11:\"size_before\";i:111511;s:10:\"size_after\";i:108252;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:4346;s:11:\"size_before\";i:131103;s:10:\"size_after\";i:126757;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1314;s:11:\"size_before\";i:36718;s:10:\"size_after\";i:35404;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23371;s:10:\"size_after\";i:23371;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:29;s:11:\"size_before\";i:5653;s:10:\"size_after\";i:5624;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:801;s:10:\"size_after\";i:801;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2473;s:11:\"size_before\";i:73688;s:10:\"size_after\";i:71215;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:60227;s:10:\"size_after\";i:58290;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:38634;s:10:\"size_after\";i:37407;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2690;s:11:\"size_before\";i:91064;s:10:\"size_after\";i:88374;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1723;s:11:\"size_before\";i:53031;s:10:\"size_after\";i:51308;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:585;s:11:\"size_before\";i:18239;s:10:\"size_after\";i:17654;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5363;s:10:\"size_after\";i:5363;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:985;s:11:\"size_before\";i:27892;s:10:\"size_after\";i:26907;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1422;s:11:\"size_before\";i:36566;s:10:\"size_after\";i:35144;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:61516;s:10:\"size_after\";i:59659;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2149;s:11:\"size_before\";i:64867;s:10:\"size_after\";i:62718;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2269;s:11:\"size_before\";i:71451;s:10:\"size_after\";i:69182;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:782;s:11:\"size_before\";i:21716;s:10:\"size_after\";i:20934;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1332;s:11:\"size_before\";i:37115;s:10:\"size_after\";i:35783;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:962;s:11:\"size_before\";i:26617;s:10:\"size_after\";i:25655;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1718;s:11:\"size_before\";i:51896;s:10:\"size_after\";i:50178;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4044;s:10:\"size_after\";i:4044;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2592;s:11:\"size_before\";i:75261;s:10:\"size_after\";i:72669;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:206;s:11:\"size_before\";i:9306;s:10:\"size_after\";i:9100;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:5134;s:11:\"size_before\";i:146958;s:10:\"size_after\";i:141824;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3832;s:10:\"size_after\";i:3832;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3729;s:11:\"size_before\";i:106134;s:10:\"size_after\";i:102405;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:33657;s:10:\"size_after\";i:32434;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:679;s:11:\"size_before\";i:19751;s:10:\"size_after\";i:19072;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:253;s:11:\"size_before\";i:10286;s:10:\"size_after\";i:10033;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4978;s:10:\"size_after\";i:4978;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3343;s:11:\"size_before\";i:116478;s:10:\"size_after\";i:113135;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:34313;s:10:\"size_after\";i:33097;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2272;s:11:\"size_before\";i:74280;s:10:\"size_after\";i:72008;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:57137;s:10:\"size_after\";i:55281;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2227;s:11:\"size_before\";i:69867;s:10:\"size_after\";i:67640;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2808;s:11:\"size_before\";i:89168;s:10:\"size_after\";i:86360;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1766;s:11:\"size_before\";i:56163;s:10:\"size_after\";i:54397;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:3105;s:11:\"size_before\";i:106922;s:10:\"size_after\";i:103817;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:10:\"menu-24x24\";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.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:925;s:10:\"size_after\";i:925;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1320;s:10:\"size_after\";i:1320;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35404;s:10:\"size_after\";i:35404;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2469;s:11:\"size_before\";i:74893;s:10:\"size_after\";i:72424;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.86999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:53;s:11:\"size_before\";i:6078;s:10:\"size_after\";i:6025;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35404;s:10:\"size_after\";i:35404;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72424;s:10:\"size_after\";i:72424;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6025;s:10:\"size_after\";i:6025;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3670, 2160, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.59209882618828668654487046296708285808563232421875;s:5:\"bytes\";i:78755;s:11:\"size_before\";i:1715011;s:10:\"size_after\";i:1636256;s:4:\"time\";d:1.09000000000000074606987254810519516468048095703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:53:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:15141;s:10:\"size_after\";i:14085;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:892;s:11:\"size_before\";i:8352;s:10:\"size_after\";i:7460;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2425;s:11:\"size_before\";i:68819;s:10:\"size_after\";i:66394;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3516;s:11:\"size_before\";i:99675;s:10:\"size_after\";i:96159;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:24194;s:10:\"size_after\";i:22733;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14085;s:10:\"size_after\";i:14085;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:630;s:11:\"size_before\";i:4343;s:10:\"size_after\";i:3713;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:530;s:11:\"size_before\";i:1401;s:10:\"size_after\";i:871;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6390;s:11:\"size_before\";i:134942;s:10:\"size_after\";i:128552;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6408;s:11:\"size_before\";i:132787;s:10:\"size_after\";i:126379;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1794;s:11:\"size_before\";i:41168;s:10:\"size_after\";i:39374;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1398;s:11:\"size_before\";i:30872;s:10:\"size_after\";i:29474;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1353;s:11:\"size_before\";i:24722;s:10:\"size_after\";i:23369;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2264;s:11:\"size_before\";i:57148;s:10:\"size_after\";i:54884;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1367;s:11:\"size_before\";i:31015;s:10:\"size_after\";i:29648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:12729;s:10:\"size_after\";i:11615;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:644;s:11:\"size_before\";i:4261;s:10:\"size_after\";i:3617;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:18403;s:10:\"size_after\";i:17112;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1241;s:11:\"size_before\";i:20318;s:10:\"size_after\";i:19077;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1667;s:11:\"size_before\";i:38550;s:10:\"size_after\";i:36883;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:40622;s:10:\"size_after\";i:38685;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:34701;s:10:\"size_after\";i:33320;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:12878;s:10:\"size_after\";i:11856;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:21409;s:10:\"size_after\";i:20081;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:16602;s:10:\"size_after\";i:15442;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1649;s:11:\"size_before\";i:32676;s:10:\"size_after\";i:31027;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.75;s:5:\"bytes\";i:643;s:11:\"size_before\";i:3430;s:10:\"size_after\";i:2787;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:41121;s:10:\"size_after\";i:39348;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:757;s:11:\"size_before\";i:6244;s:10:\"size_after\";i:5487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3772;s:11:\"size_before\";i:104248;s:10:\"size_after\";i:100476;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:577;s:11:\"size_before\";i:3166;s:10:\"size_after\";i:2589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:2367;s:11:\"size_before\";i:64909;s:10:\"size_after\";i:62542;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1247;s:11:\"size_before\";i:19162;s:10:\"size_after\";i:17915;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:961;s:11:\"size_before\";i:11234;s:10:\"size_after\";i:10273;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:760;s:11:\"size_before\";i:6733;s:10:\"size_after\";i:5973;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:575;s:11:\"size_before\";i:3528;s:10:\"size_after\";i:2953;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2219;s:11:\"size_before\";i:63992;s:10:\"size_after\";i:61773;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:19610;s:10:\"size_after\";i:18392;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2003;s:11:\"size_before\";i:47555;s:10:\"size_after\";i:45552;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:36595;s:10:\"size_after\";i:34803;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:2012;s:11:\"size_before\";i:44698;s:10:\"size_after\";i:42686;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2144;s:11:\"size_before\";i:53032;s:10:\"size_after\";i:50888;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1580;s:11:\"size_before\";i:35593;s:10:\"size_after\";i:34013;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:2208;s:11:\"size_before\";i:58835;s:10:\"size_after\";i:56627;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:522;s:11:\"size_before\";i:1222;s:10:\"size_after\";i:700;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.24000000000000198951966012828052043914794921875;s:5:\"bytes\";i:520;s:11:\"size_before\";i:1435;s:10:\"size_after\";i:915;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:524;s:11:\"size_before\";i:1639;s:10:\"size_after\";i:1115;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22733;s:10:\"size_after\";i:22733;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1973;s:11:\"size_before\";i:46457;s:10:\"size_after\";i:44484;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:690;s:11:\"size_before\";i:4750;s:10:\"size_after\";i:4060;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22733;s:10:\"size_after\";i:22733;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44484;s:10:\"size_after\";i:44484;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4060;s:10:\"size_after\";i:4060;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3671, 2135, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4487116683398379990421744878403842449188232421875;s:5:\"bytes\";i:141761;s:11:\"size_before\";i:3186563;s:10:\"size_after\";i:3044802;s:4:\"time\";d:8.86999999999999744204615126363933086395263671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:54:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1478;s:11:\"size_before\";i:36077;s:10:\"size_after\";i:34599;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4122;s:11:\"size_before\";i:224682;s:10:\"size_after\";i:220560;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:693;s:11:\"size_before\";i:13111;s:10:\"size_after\";i:12418;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:5522;s:11:\"size_before\";i:146334;s:10:\"size_after\";i:140812;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:6698;s:11:\"size_before\";i:127639;s:10:\"size_after\";i:120941;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34599;s:10:\"size_after\";i:34599;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34599;s:10:\"size_after\";i:34599;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:637;s:11:\"size_before\";i:10513;s:10:\"size_after\";i:9876;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.5;s:5:\"bytes\";i:385;s:11:\"size_before\";i:1878;s:10:\"size_after\";i:1493;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:15024;s:11:\"size_before\";i:195483;s:10:\"size_after\";i:180459;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:14906;s:11:\"size_before\";i:194860;s:10:\"size_after\";i:179954;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2081;s:11:\"size_before\";i:79037;s:10:\"size_after\";i:76956;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2264;s:11:\"size_before\";i:73957;s:10:\"size_after\";i:71693;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2709;s:11:\"size_before\";i:47664;s:10:\"size_after\";i:44955;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:5430;s:11:\"size_before\";i:86030;s:10:\"size_after\";i:80600;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6589;s:11:\"size_before\";i:73273;s:10:\"size_after\";i:66684;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:892;s:11:\"size_before\";i:19960;s:10:\"size_after\";i:19068;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:601;s:11:\"size_before\";i:7637;s:10:\"size_after\";i:7036;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:28527;s:10:\"size_after\";i:27421;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1798;s:11:\"size_before\";i:42660;s:10:\"size_after\";i:40862;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4967;s:11:\"size_before\";i:72589;s:10:\"size_after\";i:67622;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3528;s:11:\"size_before\";i:63347;s:10:\"size_after\";i:59819;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:1;s:5:\"bytes\";i:855;s:11:\"size_before\";i:85384;s:10:\"size_after\";i:84529;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:878;s:11:\"size_before\";i:26940;s:10:\"size_after\";i:26062;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1776;s:11:\"size_before\";i:42841;s:10:\"size_after\";i:41065;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:985;s:11:\"size_before\";i:30105;s:10:\"size_after\";i:29120;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:52072;s:10:\"size_after\";i:49634;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.75;s:5:\"bytes\";i:598;s:11:\"size_before\";i:5564;s:10:\"size_after\";i:4966;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3430;s:11:\"size_before\";i:82171;s:10:\"size_after\";i:78741;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:671;s:11:\"size_before\";i:11787;s:10:\"size_after\";i:11116;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6542;s:11:\"size_before\";i:137986;s:10:\"size_after\";i:131444;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:588;s:11:\"size_before\";i:7200;s:10:\"size_after\";i:6612;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5289;s:11:\"size_before\";i:94916;s:10:\"size_after\";i:89627;s:4:\"time\";d:0.25;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:946;s:11:\"size_before\";i:38796;s:10:\"size_after\";i:37850;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.83999999999999996891375531049561686813831329345703125;s:5:\"bytes\";i:217;s:11:\"size_before\";i:25797;s:10:\"size_after\";i:25580;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:638;s:11:\"size_before\";i:13564;s:10:\"size_after\";i:12926;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:427;s:11:\"size_before\";i:7251;s:10:\"size_after\";i:6824;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:1976;s:11:\"size_before\";i:125484;s:10:\"size_after\";i:123508;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:685;s:11:\"size_before\";i:41014;s:10:\"size_after\";i:40329;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4595;s:11:\"size_before\";i:69802;s:10:\"size_after\";i:65207;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3268;s:11:\"size_before\";i:58110;s:10:\"size_after\";i:54842;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:3905;s:11:\"size_before\";i:64765;s:10:\"size_after\";i:60860;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:4927;s:11:\"size_before\";i:87343;s:10:\"size_after\";i:82416;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4292;s:11:\"size_before\";i:63638;s:10:\"size_after\";i:59346;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2739;s:11:\"size_before\";i:113810;s:10:\"size_after\";i:111071;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:219;s:11:\"size_before\";i:1392;s:10:\"size_after\";i:1173;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:364;s:11:\"size_before\";i:2034;s:10:\"size_after\";i:1670;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:16;s:5:\"bytes\";i:465;s:11:\"size_before\";i:2907;s:10:\"size_after\";i:2442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34599;s:10:\"size_after\";i:34599;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6015;s:11:\"size_before\";i:100940;s:10:\"size_after\";i:94925;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:603;s:11:\"size_before\";i:7487;s:10:\"size_after\";i:6884;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34599;s:10:\"size_after\";i:34599;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94925;s:10:\"size_after\";i:94925;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6884;s:10:\"size_after\";i:6884;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3672, 2131, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.8622522139516786143786930551868863403797149658203125;s:5:\"bytes\";i:9573;s:11:\"size_before\";i:1110232;s:10:\"size_after\";i:1100659;s:4:\"time\";d:1.1900000000000006128431095930864103138446807861328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:54:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7910;s:10:\"size_after\";i:7910;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1025;s:11:\"size_before\";i:63244;s:10:\"size_after\";i:62219;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4454;s:10:\"size_after\";i:4454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:364;s:11:\"size_before\";i:38139;s:10:\"size_after\";i:37775;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:622;s:11:\"size_before\";i:47583;s:10:\"size_after\";i:46961;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13546;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7910;s:10:\"size_after\";i:7910;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2059;s:10:\"size_after\";i:2059;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:456;s:10:\"size_after\";i:456;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:85085;s:10:\"size_after\";i:83349;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:1705;s:11:\"size_before\";i:87658;s:10:\"size_after\";i:85953;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:112;s:11:\"size_before\";i:28783;s:10:\"size_after\";i:28671;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:120;s:11:\"size_before\";i:24834;s:10:\"size_after\";i:24714;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14303;s:10:\"size_after\";i:14303;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:391;s:11:\"size_before\";i:36295;s:10:\"size_after\";i:35904;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:57;s:11:\"size_before\";i:18530;s:10:\"size_after\";i:18473;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6777;s:10:\"size_after\";i:6777;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2233;s:10:\"size_after\";i:2233;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10219;s:10:\"size_after\";i:10219;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13986;s:10:\"size_after\";i:13986;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:25140;s:10:\"size_after\";i:24812;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:96;s:11:\"size_before\";i:24142;s:10:\"size_after\";i:24046;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:170;s:11:\"size_before\";i:29169;s:10:\"size_after\";i:28999;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8320;s:10:\"size_after\";i:8320;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14344;s:10:\"size_after\";i:14344;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9872;s:10:\"size_after\";i:9872;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19360;s:10:\"size_after\";i:19360;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1646;s:10:\"size_after\";i:1646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.429999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:124;s:11:\"size_before\";i:29038;s:10:\"size_after\";i:28914;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3535;s:10:\"size_after\";i:3535;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:705;s:11:\"size_before\";i:50417;s:10:\"size_after\";i:49712;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1437;s:10:\"size_after\";i:1437;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:453;s:11:\"size_before\";i:37117;s:10:\"size_after\";i:36664;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12983;s:10:\"size_after\";i:12983;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7800;s:10:\"size_after\";i:7800;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4012;s:10:\"size_after\";i:4012;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2121;s:10:\"size_after\";i:2121;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:500;s:11:\"size_before\";i:46711;s:10:\"size_after\";i:46211;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13646;s:10:\"size_after\";i:13646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.65000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:182;s:11:\"size_before\";i:27930;s:10:\"size_after\";i:27748;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:55;s:11:\"size_before\";i:21467;s:10:\"size_after\";i:21412;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:81;s:11:\"size_before\";i:26189;s:10:\"size_after\";i:26108;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:269;s:11:\"size_before\";i:33639;s:10:\"size_after\";i:33370;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:30;s:11:\"size_before\";i:21080;s:10:\"size_after\";i:21050;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:405;s:11:\"size_before\";i:42076;s:10:\"size_after\";i:41671;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:403;s:10:\"size_after\";i:403;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:493;s:10:\"size_after\";i:493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:636;s:10:\"size_after\";i:636;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13546;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:43;s:11:\"size_before\";i:24717;s:10:\"size_after\";i:24674;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2511;s:10:\"size_after\";i:2511;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13546;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24674;s:10:\"size_after\";i:24674;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2511;s:10:\"size_after\";i:2511;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3673, 2114, '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:712145;s:10:\"size_after\";i:712145;s:4:\"time\";d:1.000000000000000444089209850062616169452667236328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:54:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6729;s:10:\"size_after\";i:6729;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35377;s:10:\"size_after\";i:35377;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4252;s:10:\"size_after\";i:4252;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24405;s:10:\"size_after\";i:24405;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27900;s:10:\"size_after\";i:27900;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10187;s:10:\"size_after\";i:10187;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6729;s:10:\"size_after\";i:6729;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2042;s:10:\"size_after\";i:2042;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:470;s:10:\"size_after\";i:470;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45156;s:10:\"size_after\";i:45156;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47893;s:10:\"size_after\";i:47893;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19324;s:10:\"size_after\";i:19324;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16863;s:10:\"size_after\";i:16863;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9539;s:10:\"size_after\";i:9539;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20851;s:10:\"size_after\";i:20851;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10160;s:10:\"size_after\";i:10160;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6003;s:10:\"size_after\";i:6003;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2302;s:10:\"size_after\";i:2302;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8068;s:10:\"size_after\";i:8068;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10720;s:10:\"size_after\";i:10720;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13694;s:10:\"size_after\";i:13694;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15679;s:10:\"size_after\";i:15679;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17751;s:10:\"size_after\";i:17751;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7004;s:10:\"size_after\";i:7004;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10600;s:10:\"size_after\";i:10600;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8055;s:10:\"size_after\";i:8055;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13424;s:10:\"size_after\";i:13424;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1811;s:10:\"size_after\";i:1811;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19045;s:10:\"size_after\";i:19045;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3453;s:10:\"size_after\";i:3453;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29446;s:10:\"size_after\";i:29446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1494;s:10:\"size_after\";i:1494;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22690;s:10:\"size_after\";i:22690;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10407;s:10:\"size_after\";i:10407;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6979;s:10:\"size_after\";i:6979;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3790;s:10:\"size_after\";i:3790;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2152;s:10:\"size_after\";i:2152;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28698;s:10:\"size_after\";i:28698;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11053;s:10:\"size_after\";i:11053;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17731;s:10:\"size_after\";i:17731;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14060;s:10:\"size_after\";i:14060;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16704;s:10:\"size_after\";i:16704;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20261;s:10:\"size_after\";i:20261;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13159;s:10:\"size_after\";i:13159;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26193;s:10:\"size_after\";i:26193;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:423;s:10:\"size_after\";i:423;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:514;s:10:\"size_after\";i:514;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:667;s:10:\"size_after\";i:667;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10187;s:10:\"size_after\";i:10187;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17321;s:10:\"size_after\";i:17321;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2611;s:10:\"size_after\";i:2611;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10187;s:10:\"size_after\";i:10187;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17321;s:10:\"size_after\";i:17321;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2611;s:10:\"size_after\";i:2611;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3674, 2112, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.09798201480487196690649653874061186797916889190673828125;s:5:\"bytes\";i:838;s:11:\"size_before\";i:855259;s:10:\"size_after\";i:854421;s:4:\"time\";d:1.0300000000000004707345624410663731396198272705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:62;s:11:\"size_before\";i:7897;s:10:\"size_after\";i:7835;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41033;s:10:\"size_after\";i:41033;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:4235;s:10:\"size_after\";i:4235;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27410;s:10:\"size_after\";i:27410;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72897;s:10:\"size_after\";i:72897;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33439;s:10:\"size_after\";i:33439;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10424;s:10:\"size_after\";i:10424;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7835;s:10:\"size_after\";i:7835;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2533;s:10:\"size_after\";i:2533;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:528;s:10:\"size_after\";i:528;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52871;s:10:\"size_after\";i:52871;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53259;s:10:\"size_after\";i:53259;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20437;s:10:\"size_after\";i:20437;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:97;s:11:\"size_before\";i:16742;s:10:\"size_after\";i:16645;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10470;s:10:\"size_after\";i:10470;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22815;s:10:\"size_after\";i:22815;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12095;s:10:\"size_after\";i:12095;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6043;s:10:\"size_after\";i:6043;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2354;s:10:\"size_after\";i:2354;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8228;s:10:\"size_after\";i:8228;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.86999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:98;s:11:\"size_before\";i:11298;s:10:\"size_after\";i:11200;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15416;s:10:\"size_after\";i:15416;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16852;s:10:\"size_after\";i:16852;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17246;s:10:\"size_after\";i:17246;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:72;s:11:\"size_before\";i:7347;s:10:\"size_after\";i:7275;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.56999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:65;s:11:\"size_before\";i:11335;s:10:\"size_after\";i:11270;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:47;s:11:\"size_before\";i:8403;s:10:\"size_after\";i:8356;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14327;s:10:\"size_after\";i:14327;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1887;s:10:\"size_after\";i:1887;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20291;s:10:\"size_after\";i:20291;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3686;s:10:\"size_after\";i:3686;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36449;s:10:\"size_after\";i:36449;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2081;s:10:\"size_after\";i:2081;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24590;s:10:\"size_after\";i:24590;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:114;s:11:\"size_before\";i:10712;s:10:\"size_after\";i:10598;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.440000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:31;s:11:\"size_before\";i:7098;s:10:\"size_after\";i:7067;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4033;s:10:\"size_after\";i:4033;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2468;s:10:\"size_after\";i:2468;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30682;s:10:\"size_after\";i:30682;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:111;s:11:\"size_before\";i:11256;s:10:\"size_after\";i:11145;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18772;s:10:\"size_after\";i:18772;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14886;s:10:\"size_after\";i:14886;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17729;s:10:\"size_after\";i:17729;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22509;s:10:\"size_after\";i:22509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14489;s:10:\"size_after\";i:14489;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28126;s:10:\"size_after\";i:28126;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:484;s:10:\"size_after\";i:484;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:694;s:10:\"size_after\";i:694;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:827;s:10:\"size_after\";i:827;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10424;s:10:\"size_after\";i:10424;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:141;s:11:\"size_before\";i:19898;s:10:\"size_after\";i:19757;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2619;s:10:\"size_after\";i:2619;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10424;s:10:\"size_after\";i:10424;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19757;s:10:\"size_after\";i:19757;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2619;s:10:\"size_after\";i:2619;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3675, 2111, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.860808862014668552120610911515541374683380126953125;s:5:\"bytes\";i:64770;s:11:\"size_before\";i:2264045;s:10:\"size_after\";i:2199275;s:4:\"time\";d:1.3300000000000007371880883511039428412914276123046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:646;s:11:\"size_before\";i:16572;s:10:\"size_after\";i:15926;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:3286;s:11:\"size_before\";i:116544;s:10:\"size_after\";i:113258;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:238;s:11:\"size_before\";i:8682;s:10:\"size_after\";i:8444;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2507;s:11:\"size_before\";i:73903;s:10:\"size_after\";i:71396;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:4274;s:11:\"size_before\";i:216653;s:10:\"size_after\";i:212379;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2675;s:11:\"size_before\";i:102624;s:10:\"size_after\";i:99949;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1032;s:11:\"size_before\";i:26955;s:10:\"size_after\";i:25923;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15926;s:10:\"size_after\";i:15926;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4081;s:10:\"size_after\";i:4081;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";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.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:143503;s:10:\"size_after\";i:139959;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:3486;s:11:\"size_before\";i:142656;s:10:\"size_after\";i:139170;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1818;s:11:\"size_before\";i:50457;s:10:\"size_after\";i:48639;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:37477;s:10:\"size_after\";i:36128;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:940;s:11:\"size_before\";i:27881;s:10:\"size_after\";i:26941;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:2132;s:11:\"size_before\";i:65655;s:10:\"size_after\";i:63523;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:35619;s:10:\"size_after\";i:34600;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:523;s:11:\"size_before\";i:13719;s:10:\"size_after\";i:13196;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4063;s:10:\"size_after\";i:4063;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:800;s:11:\"size_before\";i:20307;s:10:\"size_after\";i:19507;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1074;s:11:\"size_before\";i:25841;s:10:\"size_after\";i:24767;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:43683;s:10:\"size_after\";i:42311;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:46785;s:10:\"size_after\";i:45172;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1361;s:11:\"size_before\";i:43075;s:10:\"size_after\";i:41714;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:662;s:11:\"size_before\";i:15873;s:10:\"size_after\";i:15211;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:26315;s:10:\"size_after\";i:25271;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:780;s:11:\"size_before\";i:19455;s:10:\"size_after\";i:18675;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1407;s:11:\"size_before\";i:37663;s:10:\"size_after\";i:36256;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2973;s:10:\"size_after\";i:2973;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1995;s:11:\"size_before\";i:52261;s:10:\"size_after\";i:50266;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:176;s:11:\"size_before\";i:6879;s:10:\"size_after\";i:6703;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2770;s:11:\"size_before\";i:111749;s:10:\"size_after\";i:108979;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2829;s:10:\"size_after\";i:2829;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2169;s:11:\"size_before\";i:72458;s:10:\"size_after\";i:70289;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:940;s:11:\"size_before\";i:23438;s:10:\"size_after\";i:22498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:462;s:11:\"size_before\";i:13220;s:10:\"size_after\";i:12758;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:192;s:11:\"size_before\";i:7552;s:10:\"size_after\";i:7360;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3698;s:10:\"size_after\";i:3698;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2673;s:11:\"size_before\";i:78136;s:10:\"size_after\";i:75463;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:969;s:11:\"size_before\";i:23562;s:10:\"size_after\";i:22593;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1769;s:11:\"size_before\";i:53542;s:10:\"size_after\";i:51773;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1379;s:11:\"size_before\";i:40376;s:10:\"size_after\";i:38997;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1798;s:11:\"size_before\";i:50374;s:10:\"size_after\";i:48576;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2130;s:11:\"size_before\";i:63521;s:10:\"size_after\";i:61391;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:39947;s:10:\"size_after\";i:38688;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:2636;s:11:\"size_before\";i:72611;s:10:\"size_after\";i:69975;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:487;s:10:\"size_after\";i:487;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:735;s:10:\"size_after\";i:735;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:986;s:10:\"size_after\";i:986;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25923;s:10:\"size_after\";i:25923;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:50469;s:10:\"size_after\";i:48613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:15;s:11:\"size_before\";i:4597;s:10:\"size_after\";i:4582;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25923;s:10:\"size_after\";i:25923;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48613;s:10:\"size_after\";i:48613;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4582;s:10:\"size_after\";i:4582;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3676, 2110, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.26934629269236598503312052343972027301788330078125;s:5:\"bytes\";i:36825;s:11:\"size_before\";i:1622714;s:10:\"size_after\";i:1585889;s:4:\"time\";d:1.10000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.90000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:100;s:11:\"size_before\";i:11128;s:10:\"size_after\";i:11028;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2115;s:11:\"size_before\";i:85437;s:10:\"size_after\";i:83322;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:5879;s:10:\"size_after\";i:5879;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1221;s:11:\"size_before\";i:53205;s:10:\"size_after\";i:51984;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:4437;s:11:\"size_before\";i:164889;s:10:\"size_after\";i:160452;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:2277;s:11:\"size_before\";i:74137;s:10:\"size_after\";i:71860;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8600000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:343;s:11:\"size_before\";i:18461;s:10:\"size_after\";i:18118;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11028;s:10:\"size_after\";i:11028;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2643;s:10:\"size_after\";i:2643;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:525;s:10:\"size_after\";i:525;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2865;s:11:\"size_before\";i:106449;s:10:\"size_after\";i:103584;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2860;s:11:\"size_before\";i:106473;s:10:\"size_after\";i:103613;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:742;s:11:\"size_before\";i:35308;s:10:\"size_after\";i:34566;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:457;s:11:\"size_before\";i:26133;s:10:\"size_after\";i:25676;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:422;s:11:\"size_before\";i:20279;s:10:\"size_after\";i:19857;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:45876;s:10:\"size_after\";i:44632;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:639;s:11:\"size_before\";i:26295;s:10:\"size_after\";i:25656;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.429999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:40;s:11:\"size_before\";i:9328;s:10:\"size_after\";i:9288;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2821;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:238;s:11:\"size_before\";i:13872;s:10:\"size_after\";i:13634;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:17554;s:10:\"size_after\";i:17243;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:815;s:11:\"size_before\";i:31895;s:10:\"size_after\";i:31080;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:785;s:11:\"size_before\";i:31919;s:10:\"size_after\";i:31134;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6100000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:456;s:11:\"size_before\";i:28351;s:10:\"size_after\";i:27895;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:104;s:11:\"size_before\";i:10663;s:10:\"size_after\";i:10559;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:323;s:11:\"size_before\";i:18122;s:10:\"size_after\";i:17799;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3600000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:179;s:11:\"size_before\";i:13138;s:10:\"size_after\";i:12959;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:581;s:11:\"size_before\";i:25784;s:10:\"size_after\";i:25203;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1993;s:10:\"size_after\";i:1993;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:815;s:11:\"size_before\";i:36011;s:10:\"size_after\";i:35196;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4587;s:10:\"size_after\";i:4587;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2476;s:11:\"size_before\";i:81515;s:10:\"size_after\";i:79039;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1846;s:10:\"size_after\";i:1846;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:52219;s:10:\"size_after\";i:50760;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:232;s:11:\"size_before\";i:16159;s:10:\"size_after\";i:15927;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:20;s:11:\"size_before\";i:9058;s:10:\"size_after\";i:9038;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4996;s:10:\"size_after\";i:4996;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2372;s:10:\"size_after\";i:2372;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1387;s:11:\"size_before\";i:56411;s:10:\"size_after\";i:55024;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:224;s:11:\"size_before\";i:16590;s:10:\"size_after\";i:16366;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:994;s:11:\"size_before\";i:37834;s:10:\"size_after\";i:36840;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:768;s:11:\"size_before\";i:29196;s:10:\"size_after\";i:28428;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:959;s:11:\"size_before\";i:35046;s:10:\"size_after\";i:34087;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1164;s:11:\"size_before\";i:43662;s:10:\"size_after\";i:42498;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:737;s:11:\"size_before\";i:29285;s:10:\"size_after\";i:28548;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:51462;s:10:\"size_after\";i:50234;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:437;s:10:\"size_after\";i:437;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:567;s:10:\"size_after\";i:567;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:710;s:10:\"size_after\";i:710;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18118;s:10:\"size_after\";i:18118;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:808;s:11:\"size_before\";i:35755;s:10:\"size_after\";i:34947;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3114;s:10:\"size_after\";i:3114;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18118;s:10:\"size_after\";i:18118;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34947;s:10:\"size_after\";i:34947;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3114;s:10:\"size_after\";i:3114;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3677, 2109, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.8476634451392837110716982351732440292835235595703125;s:5:\"bytes\";i:9319;s:11:\"size_before\";i:1099375;s:10:\"size_after\";i:1090056;s:4:\"time\";d:1.070000000000000728306304154102690517902374267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:54:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7639;s:10:\"size_after\";i:7639;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:964;s:11:\"size_before\";i:61674;s:10:\"size_after\";i:60710;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:4454;s:10:\"size_after\";i:4454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:359;s:11:\"size_before\";i:37150;s:10:\"size_after\";i:36791;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:622;s:11:\"size_before\";i:47583;s:10:\"size_after\";i:46961;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13546;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7639;s:10:\"size_after\";i:7639;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2004;s:10:\"size_after\";i:2004;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:459;s:10:\"size_after\";i:459;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1714;s:11:\"size_before\";i:82975;s:10:\"size_after\";i:81261;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:85180;s:10:\"size_after\";i:83549;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:112;s:11:\"size_before\";i:28783;s:10:\"size_after\";i:28671;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.289999999999999980015985556747182272374629974365234375;s:5:\"bytes\";i:69;s:11:\"size_before\";i:24194;s:10:\"size_after\";i:24125;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14303;s:10:\"size_after\";i:14303;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:391;s:11:\"size_before\";i:36295;s:10:\"size_after\";i:35904;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:57;s:11:\"size_before\";i:18530;s:10:\"size_after\";i:18473;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6777;s:10:\"size_after\";i:6777;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2233;s:10:\"size_after\";i:2233;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10219;s:10:\"size_after\";i:10219;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13986;s:10:\"size_after\";i:13986;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:328;s:11:\"size_before\";i:25140;s:10:\"size_after\";i:24812;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:96;s:11:\"size_before\";i:24142;s:10:\"size_after\";i:24046;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.60999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:172;s:11:\"size_before\";i:28251;s:10:\"size_after\";i:28079;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8320;s:10:\"size_after\";i:8320;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14344;s:10:\"size_after\";i:14344;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9872;s:10:\"size_after\";i:9872;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19360;s:10:\"size_after\";i:19360;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1646;s:10:\"size_after\";i:1646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.429999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:124;s:11:\"size_before\";i:29038;s:10:\"size_after\";i:28914;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3535;s:10:\"size_after\";i:3535;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:705;s:11:\"size_before\";i:50417;s:10:\"size_after\";i:49712;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1391;s:10:\"size_after\";i:1391;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:453;s:11:\"size_before\";i:37117;s:10:\"size_after\";i:36664;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12983;s:10:\"size_after\";i:12983;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7773;s:10:\"size_after\";i:7773;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4012;s:10:\"size_after\";i:4012;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2121;s:10:\"size_after\";i:2121;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:500;s:11:\"size_before\";i:46711;s:10:\"size_after\";i:46211;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13646;s:10:\"size_after\";i:13646;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.65000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:182;s:11:\"size_before\";i:27930;s:10:\"size_after\";i:27748;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:55;s:11:\"size_before\";i:21467;s:10:\"size_after\";i:21412;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:81;s:11:\"size_before\";i:26189;s:10:\"size_after\";i:26108;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:269;s:11:\"size_before\";i:33639;s:10:\"size_after\";i:33370;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:30;s:11:\"size_before\";i:21080;s:10:\"size_after\";i:21050;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:405;s:11:\"size_before\";i:42076;s:10:\"size_after\";i:41671;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:400;s:10:\"size_after\";i:400;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:488;s:10:\"size_after\";i:488;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:630;s:10:\"size_after\";i:630;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13546;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23960;s:10:\"size_after\";i:23960;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2511;s:10:\"size_after\";i:2511;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13546;s:10:\"size_after\";i:13546;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23960;s:10:\"size_after\";i:23960;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2511;s:10:\"size_after\";i:2511;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3678, 2107, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.43127173950031139071370489546097815036773681640625;s:5:\"bytes\";i:92768;s:11:\"size_before\";i:2703604;s:10:\"size_after\";i:2610836;s:4:\"time\";d:1.5400000000000007016609515630989335477352142333984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:421;s:11:\"size_before\";i:16886;s:10:\"size_after\";i:16465;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:6765;s:11:\"size_before\";i:170252;s:10:\"size_after\";i:163487;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:6;s:11:\"size_before\";i:7147;s:10:\"size_after\";i:7141;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.720000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:3544;s:11:\"size_before\";i:95238;s:10:\"size_after\";i:91694;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:13872;s:11:\"size_before\";i:365104;s:10:\"size_after\";i:351232;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:4876;s:11:\"size_before\";i:125310;s:10:\"size_after\";i:120434;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:741;s:11:\"size_before\";i:24666;s:10:\"size_after\";i:23925;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16465;s:10:\"size_after\";i:16465;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3656;s:10:\"size_after\";i:3656;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:604;s:10:\"size_after\";i:604;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8093;s:11:\"size_before\";i:201277;s:10:\"size_after\";i:193184;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:8006;s:11:\"size_before\";i:203144;s:10:\"size_after\";i:195138;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:53462;s:10:\"size_after\";i:51645;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1308;s:11:\"size_before\";i:41814;s:10:\"size_after\";i:40506;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:765;s:11:\"size_before\";i:25953;s:10:\"size_after\";i:25188;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:2572;s:11:\"size_before\";i:69718;s:10:\"size_after\";i:67146;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1209;s:11:\"size_before\";i:36094;s:10:\"size_after\";i:34885;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:198;s:11:\"size_before\";i:11501;s:10:\"size_after\";i:11303;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3277;s:10:\"size_after\";i:3277;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:440;s:11:\"size_before\";i:17759;s:10:\"size_after\";i:17319;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:684;s:11:\"size_before\";i:24003;s:10:\"size_after\";i:23319;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1576;s:11:\"size_before\";i:44759;s:10:\"size_after\";i:43183;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:45399;s:10:\"size_after\";i:43776;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1826;s:11:\"size_before\";i:53637;s:10:\"size_after\";i:51811;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:253;s:11:\"size_before\";i:13814;s:10:\"size_after\";i:13561;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:718;s:11:\"size_before\";i:24536;s:10:\"size_after\";i:23818;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:395;s:11:\"size_before\";i:17101;s:10:\"size_after\";i:16706;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1252;s:11:\"size_before\";i:35700;s:10:\"size_after\";i:34448;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2412;s:10:\"size_after\";i:2412;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1830;s:11:\"size_before\";i:53950;s:10:\"size_after\";i:52120;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5546;s:10:\"size_after\";i:5546;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5757;s:11:\"size_before\";i:140299;s:10:\"size_after\";i:134542;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2511;s:10:\"size_after\";i:2511;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:3148;s:11:\"size_before\";i:81740;s:10:\"size_after\";i:78592;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:606;s:11:\"size_before\";i:22168;s:10:\"size_after\";i:21562;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:203;s:11:\"size_before\";i:12556;s:10:\"size_after\";i:12353;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6254;s:10:\"size_after\";i:6254;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3053;s:10:\"size_after\";i:3053;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.779999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3503;s:11:\"size_before\";i:92776;s:10:\"size_after\";i:89273;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:624;s:11:\"size_before\";i:23019;s:10:\"size_after\";i:22395;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1976;s:11:\"size_before\";i:55014;s:10:\"size_after\";i:53038;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1389;s:11:\"size_before\";i:40223;s:10:\"size_after\";i:38834;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1763;s:11:\"size_before\";i:50930;s:10:\"size_after\";i:49167;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2458;s:11:\"size_before\";i:66448;s:10:\"size_after\";i:63990;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:40128;s:10:\"size_after\";i:38710;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:3012;s:11:\"size_before\";i:82601;s:10:\"size_after\";i:79589;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:471;s:10:\"size_after\";i:471;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:694;s:10:\"size_after\";i:694;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:870;s:10:\"size_after\";i:870;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23925;s:10:\"size_after\";i:23925;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2121;s:11:\"size_before\";i:59270;s:10:\"size_after\";i:57149;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3698;s:10:\"size_after\";i:3698;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23925;s:10:\"size_after\";i:23925;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57149;s:10:\"size_after\";i:57149;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3698;s:10:\"size_after\";i:3698;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3679, 2073, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.567121774129901723426883108913898468017578125;s:5:\"bytes\";i:4380;s:11:\"size_before\";i:12671;s:10:\"size_after\";i:8291;s:4:\"time\";d:0.84000000000000041300296516055823303759098052978515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.75999999999999801048033987171947956085205078125;s:5:\"bytes\";i:130;s:11:\"size_before\";i:327;s:10:\"size_after\";i:197;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:187;s:11:\"size_before\";i:319;s:10:\"size_after\";i:132;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197;s:10:\"size_after\";i:197;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197;s:10:\"size_after\";i:197;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:192;s:11:\"size_before\";i:318;s:10:\"size_after\";i:126;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:200;s:11:\"size_before\";i:305;s:10:\"size_after\";i:105;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:56;s:11:\"size_before\";i:337;s:10:\"size_after\";i:281;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:97;s:11:\"size_before\";i:329;s:10:\"size_after\";i:232;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:120;s:11:\"size_before\";i:328;s:10:\"size_after\";i:208;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:90;s:11:\"size_before\";i:332;s:10:\"size_after\";i:242;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:172;s:11:\"size_before\";i:321;s:10:\"size_after\";i:149;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:193;s:11:\"size_before\";i:311;s:10:\"size_after\";i:118;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:151;s:11:\"size_before\";i:324;s:10:\"size_after\";i:173;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:132;s:11:\"size_before\";i:326;s:10:\"size_after\";i:194;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:54;s:11:\"size_before\";i:338;s:10:\"size_after\";i:284;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:55;s:11:\"size_before\";i:338;s:10:\"size_after\";i:283;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:104;s:11:\"size_before\";i:331;s:10:\"size_after\";i:227;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:166;s:11:\"size_before\";i:322;s:10:\"size_after\";i:156;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:131;s:11:\"size_before\";i:327;s:10:\"size_after\";i:196;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:155;s:11:\"size_before\";i:323;s:10:\"size_after\";i:168;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:91;s:11:\"size_before\";i:332;s:10:\"size_after\";i:241;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.25999999999999801048033987171947956085205078125;s:5:\"bytes\";i:193;s:11:\"size_before\";i:310;s:10:\"size_after\";i:117;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:49;s:11:\"size_before\";i:338;s:10:\"size_after\";i:289;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:191;s:11:\"size_before\";i:318;s:10:\"size_after\";i:127;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:193;s:11:\"size_before\";i:313;s:10:\"size_after\";i:120;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:140;s:11:\"size_before\";i:325;s:10:\"size_after\";i:185;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.75;s:5:\"bytes\";i:172;s:11:\"size_before\";i:320;s:10:\"size_after\";i:148;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.75;s:5:\"bytes\";i:190;s:11:\"size_before\";i:318;s:10:\"size_after\";i:128;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:193;s:11:\"size_before\";i:311;s:10:\"size_after\";i:118;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:15;s:11:\"size_before\";i:344;s:10:\"size_after\";i:329;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:140;s:11:\"size_before\";i:325;s:10:\"size_after\";i:185;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:24;s:11:\"size_before\";i:343;s:10:\"size_after\";i:319;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:74;s:11:\"size_before\";i:335;s:10:\"size_after\";i:261;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:37;s:11:\"size_before\";i:340;s:10:\"size_after\";i:303;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:10;s:11:\"size_before\";i:344;s:10:\"size_after\";i:334;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:71;s:11:\"size_before\";i:335;s:10:\"size_after\";i:264;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:19;s:11:\"size_before\";i:343;s:10:\"size_after\";i:324;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197;s:10:\"size_after\";i:197;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:193;s:11:\"size_before\";i:313;s:10:\"size_after\";i:120;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197;s:10:\"size_after\";i:197;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:120;s:10:\"size_after\";i:120;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3680, 2003, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.32295445163747871220039087347686290740966796875;s:5:\"bytes\";i:117547;s:11:\"size_before\";i:1412323;s:10:\"size_after\";i:1294776;s:4:\"time\";d:9.0600000000000004973799150320701301097869873046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3379;s:11:\"size_before\";i:36427;s:10:\"size_after\";i:33048;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5;s:5:\"bytes\";i:1937;s:11:\"size_before\";i:15493;s:10:\"size_after\";i:13556;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33048;s:10:\"size_after\";i:33048;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33048;s:10:\"size_after\";i:33048;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1763;s:11:\"size_before\";i:12720;s:10:\"size_after\";i:10957;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:358;s:11:\"size_before\";i:1938;s:10:\"size_after\";i:1580;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6943;s:11:\"size_before\";i:52731;s:10:\"size_after\";i:45788;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:5762;s:11:\"size_before\";i:39364;s:10:\"size_after\";i:33602;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:39278;s:10:\"size_after\";i:37111;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3018;s:11:\"size_before\";i:34126;s:10:\"size_after\";i:31108;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:22299;s:10:\"size_after\";i:20093;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:8859;s:10:\"size_after\";i:7589;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2740;s:11:\"size_before\";i:30290;s:10:\"size_after\";i:27550;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3434;s:11:\"size_before\";i:41506;s:10:\"size_after\";i:38072;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:1727;s:11:\"size_before\";i:57502;s:10:\"size_after\";i:55775;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:61211;s:10:\"size_after\";i:57847;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5470;s:11:\"size_before\";i:37766;s:10:\"size_after\";i:32296;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2751;s:11:\"size_before\";i:28254;s:10:\"size_after\";i:25503;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3514;s:11:\"size_before\";i:42085;s:10:\"size_after\";i:38571;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2646;s:11:\"size_before\";i:32151;s:10:\"size_after\";i:29505;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3591;s:11:\"size_before\";i:51764;s:10:\"size_after\";i:48173;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1096;s:11:\"size_before\";i:6997;s:10:\"size_after\";i:5901;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6932;s:11:\"size_before\";i:55078;s:10:\"size_after\";i:48146;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:14658;s:10:\"size_after\";i:12810;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1389;s:11:\"size_before\";i:9065;s:10:\"size_after\";i:7676;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3448;s:11:\"size_before\";i:38217;s:10:\"size_after\";i:34769;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2633;s:11:\"size_before\";i:23658;s:10:\"size_after\";i:21025;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1989;s:11:\"size_before\";i:16198;s:10:\"size_after\";i:14209;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:8961;s:10:\"size_after\";i:7511;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5;s:5:\"bytes\";i:7146;s:11:\"size_before\";i:57159;s:10:\"size_after\";i:50013;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:37032;s:10:\"size_after\";i:33590;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3505;s:11:\"size_before\";i:65730;s:10:\"size_after\";i:62225;s:4:\"time\";d:1.45999999999999996447286321199499070644378662109375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3059;s:11:\"size_before\";i:54900;s:10:\"size_after\";i:51841;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3427;s:11:\"size_before\";i:61382;s:10:\"size_after\";i:57955;s:4:\"time\";d:0.25;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:7207;s:11:\"size_before\";i:57226;s:10:\"size_after\";i:50019;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:2361;s:11:\"size_before\";i:53974;s:10:\"size_after\";i:51613;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7105;s:11:\"size_before\";i:57090;s:10:\"size_after\";i:49985;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33048;s:10:\"size_after\";i:33048;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1470;s:11:\"size_before\";i:9256;s:10:\"size_after\";i:7786;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33048;s:10:\"size_after\";i:33048;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7786;s:10:\"size_after\";i:7786;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3681, 2002, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.01652908663130148170239408500492572784423828125;s:5:\"bytes\";i:165935;s:11:\"size_before\";i:872583;s:10:\"size_after\";i:706648;s:4:\"time\";d:4.17999999999999971578290569595992565155029296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4558;s:11:\"size_before\";i:22965;s:10:\"size_after\";i:18407;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2427;s:11:\"size_before\";i:10398;s:10:\"size_after\";i:7971;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18407;s:10:\"size_after\";i:18407;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18407;s:10:\"size_after\";i:18407;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2028;s:11:\"size_before\";i:8741;s:10:\"size_after\";i:6713;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:209;s:11:\"size_before\";i:1660;s:10:\"size_after\";i:1451;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:8086;s:11:\"size_before\";i:29879;s:10:\"size_after\";i:21793;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5854;s:11:\"size_before\";i:21739;s:10:\"size_after\";i:15885;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:5213;s:11:\"size_before\";i:28359;s:10:\"size_after\";i:23146;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6675;s:11:\"size_before\";i:23997;s:10:\"size_after\";i:17322;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:3068;s:11:\"size_before\";i:14728;s:10:\"size_after\";i:11660;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1610;s:11:\"size_before\";i:6777;s:10:\"size_after\";i:5167;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3866;s:11:\"size_before\";i:19481;s:10:\"size_after\";i:15615;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4378;s:11:\"size_before\";i:25322;s:10:\"size_after\";i:20944;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6766;s:11:\"size_before\";i:39849;s:10:\"size_after\";i:33083;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6265;s:11:\"size_before\";i:37812;s:10:\"size_after\";i:31547;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5686;s:11:\"size_before\";i:21094;s:10:\"size_after\";i:15408;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3605;s:11:\"size_before\";i:17985;s:10:\"size_after\";i:14380;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4592;s:11:\"size_before\";i:26131;s:10:\"size_after\";i:21539;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:4096;s:11:\"size_before\";i:20807;s:10:\"size_after\";i:16711;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5562;s:11:\"size_before\";i:32040;s:10:\"size_after\";i:26478;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1252;s:11:\"size_before\";i:4855;s:10:\"size_after\";i:3603;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:8521;s:11:\"size_before\";i:31126;s:10:\"size_after\";i:22605;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2200;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:7475;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1515;s:11:\"size_before\";i:6301;s:10:\"size_after\";i:4786;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:3995;s:11:\"size_before\";i:23197;s:10:\"size_after\";i:19202;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2578;s:11:\"size_before\";i:14376;s:10:\"size_after\";i:11798;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2414;s:11:\"size_before\";i:10877;s:10:\"size_after\";i:8463;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1490;s:11:\"size_before\";i:6070;s:10:\"size_after\";i:4580;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:8911;s:11:\"size_before\";i:33018;s:10:\"size_after\";i:24107;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3485;s:11:\"size_before\";i:21997;s:10:\"size_after\";i:18512;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6815;s:11:\"size_before\";i:40306;s:10:\"size_after\";i:33491;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:6022;s:11:\"size_before\";i:35154;s:10:\"size_after\";i:29132;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:6363;s:11:\"size_before\";i:38075;s:10:\"size_after\";i:31712;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:27;s:5:\"bytes\";i:8928;s:11:\"size_before\";i:33069;s:10:\"size_after\";i:24141;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6359;s:11:\"size_before\";i:37208;s:10:\"size_after\";i:30849;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:8885;s:11:\"size_before\";i:32979;s:10:\"size_after\";i:24094;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18407;s:10:\"size_after\";i:18407;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:6283;s:10:\"size_after\";i:4625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18407;s:10:\"size_after\";i:18407;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4625;s:10:\"size_after\";i:4625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3682, 2001, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.40095739505643290812031409586779773235321044921875;s:5:\"bytes\";i:25711;s:11:\"size_before\";i:347401;s:10:\"size_after\";i:321690;s:4:\"time\";d:4.41999999999999904076730672386474907398223876953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:950;s:11:\"size_before\";i:9205;s:10:\"size_after\";i:8255;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:722;s:11:\"size_before\";i:4439;s:10:\"size_after\";i:3717;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8255;s:10:\"size_after\";i:8255;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8255;s:10:\"size_after\";i:8255;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:613;s:11:\"size_before\";i:3775;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:222;s:11:\"size_before\";i:1181;s:10:\"size_after\";i:959;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:798;s:11:\"size_before\";i:11268;s:10:\"size_after\";i:10470;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:354;s:11:\"size_before\";i:8179;s:10:\"size_after\";i:7825;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:11696;s:10:\"size_after\";i:10658;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1854;s:11:\"size_before\";i:8790;s:10:\"size_after\";i:6936;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:834;s:11:\"size_before\";i:5977;s:10:\"size_after\";i:5143;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:571;s:11:\"size_before\";i:2871;s:10:\"size_after\";i:2300;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:811;s:11:\"size_before\";i:7730;s:10:\"size_after\";i:6919;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:441;s:11:\"size_before\";i:8670;s:10:\"size_after\";i:8229;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:815;s:11:\"size_before\";i:16824;s:10:\"size_after\";i:16009;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:679;s:11:\"size_before\";i:14774;s:10:\"size_after\";i:14095;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:377;s:11:\"size_before\";i:7941;s:10:\"size_after\";i:7564;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:612;s:11:\"size_before\";i:6187;s:10:\"size_after\";i:5575;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:587;s:11:\"size_before\";i:9077;s:10:\"size_after\";i:8490;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:755;s:11:\"size_before\";i:7768;s:10:\"size_after\";i:7013;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:784;s:11:\"size_before\";i:12713;s:10:\"size_after\";i:11929;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:443;s:11:\"size_before\";i:2274;s:10:\"size_after\";i:1831;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:876;s:11:\"size_before\";i:11772;s:10:\"size_after\";i:10896;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:542;s:11:\"size_before\";i:3690;s:10:\"size_after\";i:3148;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:526;s:11:\"size_before\";i:2782;s:10:\"size_after\";i:2256;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:429;s:11:\"size_before\";i:8032;s:10:\"size_after\";i:7603;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:383;s:11:\"size_before\";i:5142;s:10:\"size_after\";i:4759;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:523;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3307;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.75;s:5:\"bytes\";i:418;s:11:\"size_before\";i:2355;s:10:\"size_after\";i:1937;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:14357;s:10:\"size_after\";i:13044;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:178;s:11:\"size_before\";i:7620;s:10:\"size_after\";i:7442;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:578;s:11:\"size_before\";i:15910;s:10:\"size_after\";i:15332;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:815;s:11:\"size_before\";i:13948;s:10:\"size_after\";i:13133;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:683;s:11:\"size_before\";i:14968;s:10:\"size_after\";i:14285;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1314;s:11:\"size_before\";i:14386;s:10:\"size_after\";i:13072;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:984;s:11:\"size_before\";i:14810;s:10:\"size_after\";i:13826;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:14328;s:10:\"size_after\";i:13015;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8255;s:10:\"size_after\";i:8255;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.25;s:5:\"bytes\";i:576;s:11:\"size_before\";i:2844;s:10:\"size_after\";i:2268;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8255;s:10:\"size_after\";i:8255;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2268;s:10:\"size_after\";i:2268;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),
(3683, 2000, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.877070856405140375500195659697055816650390625;s:5:\"bytes\";i:160788;s:11:\"size_before\";i:1248638;s:10:\"size_after\";i:1087850;s:4:\"time\";d:5.48999999999999932498440102790482342243194580078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4565;s:11:\"size_before\";i:33296;s:10:\"size_after\";i:28731;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2269;s:11:\"size_before\";i:14550;s:10:\"size_after\";i:12281;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28731;s:10:\"size_after\";i:28731;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28731;s:10:\"size_after\";i:28731;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1961;s:11:\"size_before\";i:12010;s:10:\"size_after\";i:10049;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:305;s:11:\"size_before\";i:1850;s:10:\"size_after\";i:1545;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9372;s:11:\"size_before\";i:45922;s:10:\"size_after\";i:36550;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:6924;s:11:\"size_before\";i:33681;s:10:\"size_after\";i:26757;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3217;s:11:\"size_before\";i:33270;s:10:\"size_after\";i:30053;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4335;s:11:\"size_before\";i:23563;s:10:\"size_after\";i:19228;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3202;s:11:\"size_before\";i:20964;s:10:\"size_after\";i:17762;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1237;s:11:\"size_before\";i:7879;s:10:\"size_after\";i:6642;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3863;s:11:\"size_before\";i:27695;s:10:\"size_after\";i:23832;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4447;s:11:\"size_before\";i:40298;s:10:\"size_after\";i:35851;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4186;s:11:\"size_before\";i:46593;s:10:\"size_after\";i:42407;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5274;s:11:\"size_before\";i:54449;s:10:\"size_after\";i:49175;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6900;s:11:\"size_before\";i:32302;s:10:\"size_after\";i:25402;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3847;s:11:\"size_before\";i:27735;s:10:\"size_after\";i:23888;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4765;s:11:\"size_before\";i:40010;s:10:\"size_after\";i:35245;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4105;s:11:\"size_before\";i:29883;s:10:\"size_after\";i:25778;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4745;s:11:\"size_before\";i:46819;s:10:\"size_after\";i:42074;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:6427;s:10:\"size_after\";i:5393;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:9763;s:11:\"size_before\";i:46748;s:10:\"size_after\";i:36985;s:4:\"time\";d:0.25;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2207;s:11:\"size_before\";i:13993;s:10:\"size_after\";i:11786;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:8347;s:10:\"size_after\";i:6905;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4552;s:11:\"size_before\";i:37023;s:10:\"size_after\";i:32471;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2940;s:11:\"size_before\";i:22154;s:10:\"size_after\";i:19214;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2510;s:11:\"size_before\";i:15532;s:10:\"size_after\";i:13022;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1533;s:11:\"size_before\";i:8692;s:10:\"size_after\";i:7159;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9638;s:11:\"size_before\";i:47559;s:10:\"size_after\";i:37921;s:4:\"time\";d:0.25;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:4217;s:11:\"size_before\";i:35811;s:10:\"size_after\";i:31594;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5379;s:11:\"size_before\";i:58746;s:10:\"size_after\";i:53367;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5124;s:11:\"size_before\";i:48644;s:10:\"size_after\";i:43520;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5656;s:11:\"size_before\";i:54642;s:10:\"size_after\";i:48986;s:4:\"time\";d:0.25;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9802;s:11:\"size_before\";i:47614;s:10:\"size_after\";i:37812;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4403;s:11:\"size_before\";i:45811;s:10:\"size_after\";i:41408;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9549;s:11:\"size_before\";i:47500;s:10:\"size_after\";i:37951;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28731;s:10:\"size_after\";i:28731;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:8611;s:10:\"size_after\";i:7091;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28731;s:10:\"size_after\";i:28731;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7091;s:10:\"size_after\";i:7091;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(3684, 1999, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.6590690146815152417048011557199060916900634765625;s:5:\"bytes\";i:60159;s:11:\"size_before\";i:622824;s:10:\"size_after\";i:562665;s:4:\"time\";d:4.8499999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1568;s:11:\"size_before\";i:15735;s:10:\"size_after\";i:14167;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:716;s:11:\"size_before\";i:6063;s:10:\"size_after\";i:5347;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14167;s:10:\"size_after\";i:14167;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14167;s:10:\"size_after\";i:14167;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:698;s:11:\"size_before\";i:5151;s:10:\"size_after\";i:4453;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:220;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:1346;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3786;s:11:\"size_before\";i:20984;s:10:\"size_after\";i:17198;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3190;s:11:\"size_before\";i:18277;s:10:\"size_after\";i:15087;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1399;s:11:\"size_before\";i:20799;s:10:\"size_after\";i:19400;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:4272;s:11:\"size_before\";i:22799;s:10:\"size_after\";i:18527;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:940;s:11:\"size_before\";i:9238;s:10:\"size_after\";i:8298;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:592;s:11:\"size_before\";i:3979;s:10:\"size_after\";i:3387;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:12778;s:10:\"size_after\";i:11513;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1220;s:11:\"size_before\";i:17292;s:10:\"size_after\";i:16072;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1485;s:11:\"size_before\";i:29996;s:10:\"size_after\";i:28511;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1348;s:11:\"size_before\";i:26716;s:10:\"size_after\";i:25368;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3126;s:11:\"size_before\";i:18009;s:10:\"size_after\";i:14883;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1081;s:11:\"size_before\";i:11276;s:10:\"size_after\";i:10195;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1272;s:11:\"size_before\";i:16755;s:10:\"size_after\";i:15483;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1387;s:11:\"size_before\";i:12848;s:10:\"size_after\";i:11461;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1403;s:11:\"size_before\";i:22092;s:10:\"size_after\";i:20689;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:523;s:11:\"size_before\";i:3068;s:10:\"size_after\";i:2545;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3985;s:11:\"size_before\";i:21548;s:10:\"size_after\";i:17563;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:642;s:11:\"size_before\";i:5608;s:10:\"size_after\";i:4966;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:559;s:11:\"size_before\";i:3858;s:10:\"size_after\";i:3299;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1222;s:11:\"size_before\";i:16016;s:10:\"size_after\";i:14794;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:968;s:11:\"size_before\";i:10791;s:10:\"size_after\";i:9823;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:632;s:11:\"size_before\";i:6201;s:10:\"size_after\";i:5569;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:532;s:11:\"size_before\";i:3618;s:10:\"size_after\";i:3086;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4221;s:11:\"size_before\";i:23974;s:10:\"size_after\";i:19753;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:16747;s:10:\"size_after\";i:15600;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1235;s:11:\"size_before\";i:29120;s:10:\"size_after\";i:27885;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1619;s:11:\"size_before\";i:24405;s:10:\"size_after\";i:22786;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1347;s:11:\"size_before\";i:26921;s:10:\"size_after\";i:25574;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4326;s:11:\"size_before\";i:24012;s:10:\"size_after\";i:19686;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:26982;s:10:\"size_after\";i:25540;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4201;s:11:\"size_before\";i:23918;s:10:\"size_after\";i:19717;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14167;s:10:\"size_after\";i:14167;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:590;s:11:\"size_before\";i:3803;s:10:\"size_after\";i:3213;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14167;s:10:\"size_after\";i:14167;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3213;s:10:\"size_after\";i:3213;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3685, 1998, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.907057213739232537363932351581752300262451171875;s:5:\"bytes\";i:101871;s:11:\"size_before\";i:1028267;s:10:\"size_after\";i:926396;s:4:\"time\";d:6.160000000000000142108547152020037174224853515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:41:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3003;s:11:\"size_before\";i:27129;s:10:\"size_after\";i:24126;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1457;s:11:\"size_before\";i:11350;s:10:\"size_after\";i:9893;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24126;s:10:\"size_after\";i:24126;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24126;s:10:\"size_after\";i:24126;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:9426;s:10:\"size_after\";i:8165;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:297;s:11:\"size_before\";i:1620;s:10:\"size_after\";i:1323;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5252;s:11:\"size_before\";i:34714;s:10:\"size_after\";i:29462;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3430;s:11:\"size_before\";i:22959;s:10:\"size_after\";i:19529;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2763;s:11:\"size_before\";i:34171;s:10:\"size_after\";i:31408;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5461;s:11:\"size_before\";i:34454;s:10:\"size_after\";i:28993;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2041;s:11:\"size_before\";i:16454;s:10:\"size_after\";i:14413;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:7276;s:10:\"size_after\";i:6143;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2515;s:11:\"size_before\";i:22701;s:10:\"size_after\";i:20186;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2415;s:11:\"size_before\";i:27210;s:10:\"size_after\";i:24795;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3007;s:11:\"size_before\";i:48276;s:10:\"size_after\";i:45269;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:3399;s:11:\"size_before\";i:46074;s:10:\"size_after\";i:42675;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3333;s:11:\"size_before\";i:22007;s:10:\"size_after\";i:18674;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2139;s:11:\"size_before\";i:18929;s:10:\"size_after\";i:16790;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.75;s:5:\"bytes\";i:2457;s:11:\"size_before\";i:28091;s:10:\"size_after\";i:25634;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2495;s:11:\"size_before\";i:23016;s:10:\"size_after\";i:20521;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3194;s:11:\"size_before\";i:38372;s:10:\"size_after\";i:35178;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:871;s:11:\"size_before\";i:5302;s:10:\"size_after\";i:4431;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5718;s:11:\"size_before\";i:36292;s:10:\"size_after\";i:30574;s:4:\"time\";d:1.2399999999999999911182158029987476766109466552734375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1374;s:11:\"size_before\";i:10064;s:10:\"size_after\";i:8690;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:6790;s:10:\"size_after\";i:5676;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2143;s:11:\"size_before\";i:24819;s:10:\"size_after\";i:22676;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:14226;s:10:\"size_after\";i:12821;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:10694;s:10:\"size_after\";i:9226;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:844;s:11:\"size_before\";i:5652;s:10:\"size_after\";i:4808;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:6566;s:11:\"size_before\";i:42046;s:10:\"size_after\";i:35480;s:4:\"time\";d:0.25;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1948;s:11:\"size_before\";i:23450;s:10:\"size_after\";i:21502;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3226;s:11:\"size_before\";i:48827;s:10:\"size_after\";i:45601;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3174;s:11:\"size_before\";i:42250;s:10:\"size_after\";i:39076;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3436;s:11:\"size_before\";i:46252;s:10:\"size_after\";i:42816;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:6530;s:11:\"size_before\";i:42104;s:10:\"size_after\";i:35574;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:3411;s:11:\"size_before\";i:44359;s:10:\"size_after\";i:40948;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:6530;s:11:\"size_before\";i:41616;s:10:\"size_after\";i:35086;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24126;s:10:\"size_after\";i:24126;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:6926;s:10:\"size_after\";i:5865;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24126;s:10:\"size_after\";i:24126;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5865;s:10:\"size_after\";i:5865;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3686, 1969, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.1339035030884195009992509994845022447407245635986328125;s:5:\"bytes\";i:744;s:11:\"size_before\";i:555624;s:10:\"size_after\";i:554880;s:4:\"time\";d:0.96000000000000051958437552457326091825962066650390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:51:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5083;s:10:\"size_after\";i:5083;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:60;s:11:\"size_before\";i:30117;s:10:\"size_after\";i:30057;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2730;s:10:\"size_after\";i:2730;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19584;s:10:\"size_after\";i:19584;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8356;s:10:\"size_after\";i:8356;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6664;s:10:\"size_after\";i:6664;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5083;s:10:\"size_after\";i:5083;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1643;s:10:\"size_after\";i:1643;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:517;s:10:\"size_after\";i:517;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:270;s:11:\"size_before\";i:38086;s:10:\"size_after\";i:37816;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.65000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:251;s:11:\"size_before\";i:38705;s:10:\"size_after\";i:38454;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17573;s:10:\"size_after\";i:17573;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15622;s:10:\"size_after\";i:15622;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6573;s:10:\"size_after\";i:6573;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16673;s:10:\"size_after\";i:16673;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6710;s:10:\"size_after\";i:6710;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3842;s:10:\"size_after\";i:3842;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1541;s:10:\"size_after\";i:1541;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5280;s:10:\"size_after\";i:5280;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9024;s:10:\"size_after\";i:9024;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8957;s:10:\"size_after\";i:8957;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11547;s:10:\"size_after\";i:11547;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17896;s:10:\"size_after\";i:17896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5588;s:10:\"size_after\";i:5588;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8861;s:10:\"size_after\";i:8861;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5970;s:10:\"size_after\";i:5970;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9752;s:10:\"size_after\";i:9752;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1215;s:10:\"size_after\";i:1215;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17095;s:10:\"size_after\";i:17095;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2616;s:10:\"size_after\";i:2616;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.34999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:88;s:11:\"size_before\";i:25474;s:10:\"size_after\";i:25386;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1278;s:10:\"size_after\";i:1278;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17212;s:10:\"size_after\";i:17212;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8733;s:10:\"size_after\";i:8733;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5761;s:10:\"size_after\";i:5761;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2857;s:10:\"size_after\";i:2857;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1787;s:10:\"size_after\";i:1787;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:46;s:11:\"size_before\";i:26600;s:10:\"size_after\";i:26554;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9376;s:10:\"size_after\";i:9376;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12172;s:10:\"size_after\";i:12172;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9281;s:10:\"size_after\";i:9281;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11547;s:10:\"size_after\";i:11547;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17532;s:10:\"size_after\";i:17532;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8724;s:10:\"size_after\";i:8724;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:29;s:11:\"size_before\";i:24295;s:10:\"size_after\";i:24266;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6664;s:10:\"size_after\";i:6664;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13637;s:10:\"size_after\";i:13637;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1745;s:10:\"size_after\";i:1745;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6664;s:10:\"size_after\";i:6664;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13637;s:10:\"size_after\";i:13637;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1745;s:10:\"size_after\";i:1745;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3687, 1966, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.335723838505223692862955431337468326091766357421875;s:5:\"bytes\";i:43025;s:11:\"size_before\";i:1289825;s:10:\"size_after\";i:1246800;s:4:\"time\";d:1.60000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:53:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:883;s:11:\"size_before\";i:9389;s:10:\"size_after\";i:8506;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1208;s:11:\"size_before\";i:55076;s:10:\"size_after\";i:53868;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:780;s:11:\"size_before\";i:5615;s:10:\"size_after\";i:4835;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1135;s:11:\"size_before\";i:35800;s:10:\"size_after\";i:34665;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:971;s:11:\"size_before\";i:14177;s:10:\"size_after\";i:13206;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1134;s:11:\"size_before\";i:104739;s:10:\"size_after\";i:103605;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:164451;s:10:\"size_after\";i:163195;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:839;s:11:\"size_before\";i:13652;s:10:\"size_after\";i:12813;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8506;s:10:\"size_after\";i:8506;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:781;s:11:\"size_before\";i:3278;s:10:\"size_after\";i:2497;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:695;s:11:\"size_before\";i:1430;s:10:\"size_after\";i:735;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:79832;s:10:\"size_after\";i:78705;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3600000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:1104;s:11:\"size_before\";i:81120;s:10:\"size_after\";i:80016;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:28420;s:10:\"size_after\";i:27380;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:1062;s:11:\"size_before\";i:23574;s:10:\"size_after\";i:22512;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:768;s:11:\"size_before\";i:12505;s:10:\"size_after\";i:11737;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.819999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:859;s:11:\"size_before\";i:30419;s:10:\"size_after\";i:29560;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:702;s:11:\"size_before\";i:13984;s:10:\"size_after\";i:13282;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.25;s:5:\"bytes\";i:809;s:11:\"size_before\";i:7893;s:10:\"size_after\";i:7084;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:714;s:11:\"size_before\";i:3225;s:10:\"size_after\";i:2511;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:816;s:11:\"size_before\";i:10916;s:10:\"size_after\";i:10100;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:974;s:11:\"size_before\";i:15248;s:10:\"size_after\";i:14274;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:711;s:11:\"size_before\";i:17859;s:10:\"size_after\";i:17148;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:855;s:11:\"size_before\";i:22765;s:10:\"size_after\";i:21910;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:25455;s:10:\"size_after\";i:24427;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:901;s:11:\"size_before\";i:9881;s:10:\"size_after\";i:8980;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:949;s:11:\"size_before\";i:15310;s:10:\"size_after\";i:14361;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:883;s:11:\"size_before\";i:11346;s:10:\"size_after\";i:10463;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:931;s:11:\"size_before\";i:19203;s:10:\"size_after\";i:18272;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:735;s:11:\"size_before\";i:2805;s:10:\"size_after\";i:2070;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1005;s:11:\"size_before\";i:28447;s:10:\"size_after\";i:27442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:797;s:11:\"size_before\";i:5040;s:10:\"size_after\";i:4243;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:707;s:11:\"size_before\";i:48174;s:10:\"size_after\";i:47467;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:727;s:11:\"size_before\";i:2648;s:10:\"size_after\";i:1921;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:749;s:11:\"size_before\";i:31204;s:10:\"size_after\";i:30455;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:966;s:11:\"size_before\";i:14468;s:10:\"size_after\";i:13502;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:912;s:11:\"size_before\";i:9380;s:10:\"size_after\";i:8468;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:815;s:11:\"size_before\";i:5500;s:10:\"size_after\";i:4685;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:775;s:11:\"size_before\";i:3452;s:10:\"size_after\";i:2677;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:985;s:11:\"size_before\";i:43857;s:10:\"size_after\";i:42872;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:15138;s:10:\"size_after\";i:14108;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:743;s:11:\"size_before\";i:24154;s:10:\"size_after\";i:23411;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:771;s:11:\"size_before\";i:18378;s:10:\"size_after\";i:17607;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:805;s:11:\"size_before\";i:23171;s:10:\"size_after\";i:22366;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:904;s:11:\"size_before\";i:31036;s:10:\"size_after\";i:30132;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:751;s:11:\"size_before\";i:17071;s:10:\"size_after\";i:16320;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1049;s:11:\"size_before\";i:39866;s:10:\"size_after\";i:38817;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12813;s:10:\"size_after\";i:12813;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:24968;s:10:\"size_after\";i:23838;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:754;s:11:\"size_before\";i:3645;s:10:\"size_after\";i:2891;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12813;s:10:\"size_after\";i:12813;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23838;s:10:\"size_after\";i:23838;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2891;s:10:\"size_after\";i:2891;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3688, 1963, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.853910088129604449846965508186258375644683837890625;s:5:\"bytes\";i:79921;s:11:\"size_before\";i:2073764;s:10:\"size_after\";i:1993843;s:4:\"time\";d:1.68000000000000060396132539608515799045562744140625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:53:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:767;s:11:\"size_before\";i:5955;s:10:\"size_after\";i:5188;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2842;s:11:\"size_before\";i:84741;s:10:\"size_after\";i:81899;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:765;s:11:\"size_before\";i:4255;s:10:\"size_after\";i:3490;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:44010;s:10:\"size_after\";i:42299;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1036;s:11:\"size_before\";i:13194;s:10:\"size_after\";i:12158;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4800;s:11:\"size_before\";i:195540;s:10:\"size_after\";i:190740;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7992;s:11:\"size_before\";i:325014;s:10:\"size_after\";i:317022;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:17487;s:10:\"size_after\";i:16395;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5188;s:10:\"size_after\";i:5188;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:672;s:11:\"size_before\";i:2125;s:10:\"size_after\";i:1453;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:682;s:11:\"size_before\";i:1311;s:10:\"size_after\";i:629;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4403;s:11:\"size_before\";i:155049;s:10:\"size_after\";i:150646;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4104;s:11:\"size_before\";i:154019;s:10:\"size_after\";i:149915;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:38377;s:10:\"size_after\";i:36716;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1175;s:11:\"size_before\";i:22930;s:10:\"size_after\";i:21755;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1212;s:11:\"size_before\";i:20816;s:10:\"size_after\";i:19604;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2023;s:11:\"size_before\";i:57171;s:10:\"size_after\";i:55148;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1382;s:11:\"size_before\";i:31338;s:10:\"size_after\";i:29956;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:863;s:11:\"size_before\";i:7002;s:10:\"size_after\";i:6139;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:706;s:11:\"size_before\";i:2423;s:10:\"size_after\";i:1717;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:947;s:11:\"size_before\";i:11850;s:10:\"size_after\";i:10903;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:14793;s:10:\"size_after\";i:13709;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:37983;s:10:\"size_after\";i:36408;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1575;s:11:\"size_before\";i:35926;s:10:\"size_after\";i:34351;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:31843;s:10:\"size_after\";i:30404;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:883;s:11:\"size_before\";i:7734;s:10:\"size_after\";i:6851;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1074;s:11:\"size_before\";i:15572;s:10:\"size_after\";i:14498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:954;s:11:\"size_before\";i:10395;s:10:\"size_after\";i:9441;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:26657;s:10:\"size_after\";i:25308;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:688;s:11:\"size_before\";i:1981;s:10:\"size_after\";i:1293;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1676;s:11:\"size_before\";i:40030;s:10:\"size_after\";i:38354;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.5;s:5:\"bytes\";i:714;s:11:\"size_before\";i:3321;s:10:\"size_after\";i:2607;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:113336;s:10:\"size_after\";i:109972;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:669;s:11:\"size_before\";i:1844;s:10:\"size_after\";i:1175;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:2265;s:11:\"size_before\";i:67668;s:10:\"size_after\";i:65403;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1014;s:11:\"size_before\";i:13001;s:10:\"size_after\";i:11987;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:806;s:11:\"size_before\";i:6148;s:10:\"size_after\";i:5342;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:734;s:11:\"size_before\";i:3573;s:10:\"size_after\";i:2839;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:687;s:11:\"size_before\";i:2224;s:10:\"size_after\";i:1537;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:2557;s:11:\"size_before\";i:70324;s:10:\"size_after\";i:67767;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:979;s:11:\"size_before\";i:12833;s:10:\"size_after\";i:11854;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1805;s:11:\"size_before\";i:45593;s:10:\"size_after\";i:43788;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1523;s:11:\"size_before\";i:33048;s:10:\"size_after\";i:31525;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:41559;s:10:\"size_after\";i:39804;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1917;s:11:\"size_before\";i:53332;s:10:\"size_after\";i:51415;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:33520;s:10:\"size_after\";i:31973;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2406;s:11:\"size_before\";i:63950;s:10:\"size_after\";i:61544;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16395;s:10:\"size_after\";i:16395;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:24992;s:10:\"size_after\";i:23649;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:704;s:11:\"size_before\";i:2527;s:10:\"size_after\";i:1823;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16395;s:10:\"size_after\";i:16395;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23649;s:10:\"size_after\";i:23649;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1823;s:10:\"size_after\";i:1823;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3689, 1962, '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:3730400;s:10:\"size_after\";i:3730400;s:4:\"time\";d:4.95999999999999996447286321199499070644378662109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:44:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50177;s:10:\"size_after\";i:50177;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:28226;s:10:\"size_after\";i:28226;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90858;s:10:\"size_after\";i:90858;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94520;s:10:\"size_after\";i:94520;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50177;s:10:\"size_after\";i:50177;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11918;s:10:\"size_after\";i:11918;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1378;s:10:\"size_after\";i:1378;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123670;s:10:\"size_after\";i:123670;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102630;s:10:\"size_after\";i:102630;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:95165;s:10:\"size_after\";i:95165;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:151298;s:10:\"size_after\";i:151298;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:131403;s:10:\"size_after\";i:131403;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46565;s:10:\"size_after\";i:46565;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12380;s:10:\"size_after\";i:12380;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58535;s:10:\"size_after\";i:58535;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100030;s:10:\"size_after\";i:100030;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:153252;s:10:\"size_after\";i:153252;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:133573;s:10:\"size_after\";i:133573;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100030;s:10:\"size_after\";i:100030;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58922;s:10:\"size_after\";i:58922;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102630;s:10:\"size_after\";i:102630;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70427;s:10:\"size_after\";i:70427;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122740;s:10:\"size_after\";i:122740;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9726;s:10:\"size_after\";i:9726;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:127117;s:10:\"size_after\";i:127117;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22914;s:10:\"size_after\";i:22914;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7625;s:10:\"size_after\";i:7625;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:175525;s:10:\"size_after\";i:175525;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94527;s:10:\"size_after\";i:94527;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53338;s:10:\"size_after\";i:53338;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26612;s:10:\"size_after\";i:26612;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12537;s:10:\"size_after\";i:12537;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:143353;s:10:\"size_after\";i:143353;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91688;s:10:\"size_after\";i:91688;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:147589;s:10:\"size_after\";i:147589;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:137409;s:10:\"size_after\";i:137409;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:142381;s:10:\"size_after\";i:142381;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:145458;s:10:\"size_after\";i:145458;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:143353;s:10:\"size_after\";i:143353;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:141282;s:10:\"size_after\";i:141282;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94520;s:10:\"size_after\";i:94520;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14211;s:10:\"size_after\";i:14211;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94520;s:10:\"size_after\";i:94520;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14211;s:10:\"size_after\";i:14211;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3690, 1961, '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:3864688;s:10:\"size_after\";i:3864688;s:4:\"time\";d:3.329999999999999626965063725947402417659759521484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:40:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85996;s:10:\"size_after\";i:85996;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32936;s:10:\"size_after\";i:32936;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:101548;s:10:\"size_after\";i:101548;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109601;s:10:\"size_after\";i:109601;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85996;s:10:\"size_after\";i:85996;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19950;s:10:\"size_after\";i:19950;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2113;s:10:\"size_after\";i:2113;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:158684;s:10:\"size_after\";i:158684;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:125059;s:10:\"size_after\";i:125059;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122119;s:10:\"size_after\";i:122119;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:170766;s:10:\"size_after\";i:170766;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54163;s:10:\"size_after\";i:54163;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14366;s:10:\"size_after\";i:14366;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75143;s:10:\"size_after\";i:75143;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113945;s:10:\"size_after\";i:113945;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187703;s:10:\"size_after\";i:187703;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:173672;s:10:\"size_after\";i:173672;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:121091;s:10:\"size_after\";i:121091;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66271;s:10:\"size_after\";i:66271;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:114978;s:10:\"size_after\";i:114978;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80726;s:10:\"size_after\";i:80726;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:157123;s:10:\"size_after\";i:157123;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11276;s:10:\"size_after\";i:11276;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:163267;s:10:\"size_after\";i:163267;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26792;s:10:\"size_after\";i:26792;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12678;s:10:\"size_after\";i:12678;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103610;s:10:\"size_after\";i:103610;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58762;s:10:\"size_after\";i:58762;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30686;s:10:\"size_after\";i:30686;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14056;s:10:\"size_after\";i:14056;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:186393;s:10:\"size_after\";i:186393;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:108963;s:10:\"size_after\";i:108963;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:179068;s:10:\"size_after\";i:179068;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:185219;s:10:\"size_after\";i:185219;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:173594;s:10:\"size_after\";i:173594;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:184187;s:10:\"size_after\";i:184187;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109601;s:10:\"size_after\";i:109601;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16493;s:10:\"size_after\";i:16493;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:109601;s:10:\"size_after\";i:109601;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16493;s:10:\"size_after\";i:16493;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3691, 1935, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:43.88745935900407602048289845697581768035888671875;s:5:\"bytes\";i:1366860;s:11:\"size_before\";i:3114466;s:10:\"size_after\";i:1747606;s:4:\"time\";d:1.42000000000000081712414612411521375179290771484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:48:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:31676;s:11:\"size_before\";i:53186;s:10:\"size_after\";i:21510;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.340000000000003410605131648480892181396484375;s:5:\"bytes\";i:31371;s:11:\"size_before\";i:41637;s:10:\"size_after\";i:10266;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:32269;s:11:\"size_before\";i:120863;s:10:\"size_after\";i:88594;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:53.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:31903;s:11:\"size_before\";i:60103;s:10:\"size_after\";i:28200;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:31772;s:11:\"size_before\";i:61854;s:10:\"size_after\";i:30082;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21510;s:10:\"size_after\";i:21510;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:84.7600000000000051159076974727213382720947265625;s:5:\"bytes\";i:31222;s:11:\"size_before\";i:36834;s:10:\"size_after\";i:5612;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:96.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:30992;s:11:\"size_before\";i:32024;s:10:\"size_after\";i:1032;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:32090;s:11:\"size_before\";i:90610;s:10:\"size_after\";i:58520;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:32140;s:11:\"size_before\";i:78112;s:10:\"size_after\";i:45972;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:31600;s:11:\"size_before\";i:61255;s:10:\"size_after\";i:29655;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:32321;s:11:\"size_before\";i:103546;s:10:\"size_after\";i:71225;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:31538;s:11:\"size_before\";i:67136;s:10:\"size_after\";i:35598;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:31542;s:11:\"size_before\";i:47390;s:10:\"size_after\";i:15848;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:86.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:31165;s:11:\"size_before\";i:36194;s:10:\"size_after\";i:5029;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:31702;s:11:\"size_before\";i:54941;s:10:\"size_after\";i:23239;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:31928;s:11:\"size_before\";i:62691;s:10:\"size_after\";i:30763;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:40.38000000000000255795384873636066913604736328125;s:5:\"bytes\";i:31978;s:11:\"size_before\";i:79184;s:10:\"size_after\";i:47206;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.72999999999999687361196265555918216705322265625;s:5:\"bytes\";i:31964;s:11:\"size_before\";i:82521;s:10:\"size_after\";i:50557;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.36999999999999744204615126363933086395263671875;s:5:\"bytes\";i:32214;s:11:\"size_before\";i:83949;s:10:\"size_after\";i:51735;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:31686;s:11:\"size_before\";i:50417;s:10:\"size_after\";i:18731;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:50.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:31995;s:11:\"size_before\";i:63224;s:10:\"size_after\";i:31229;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:31739;s:11:\"size_before\";i:54448;s:10:\"size_after\";i:22709;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.25;s:5:\"bytes\";i:31883;s:11:\"size_before\";i:73718;s:10:\"size_after\";i:41835;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:89.2099999999999937472239253111183643341064453125;s:5:\"bytes\";i:31152;s:11:\"size_before\";i:34919;s:10:\"size_after\";i:3767;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:32305;s:11:\"size_before\";i:92707;s:10:\"size_after\";i:60402;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.93000000000000682121026329696178436279296875;s:5:\"bytes\";i:31363;s:11:\"size_before\";i:39734;s:10:\"size_after\";i:8371;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:32650;s:11:\"size_before\";i:128579;s:10:\"size_after\";i:95929;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:88.909999999999996589394868351519107818603515625;s:5:\"bytes\";i:31114;s:11:\"size_before\";i:34993;s:10:\"size_after\";i:3879;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:32410;s:11:\"size_before\";i:104965;s:10:\"size_after\";i:72555;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:31887;s:11:\"size_before\";i:60337;s:10:\"size_after\";i:28450;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:31582;s:11:\"size_before\";i:48485;s:10:\"size_after\";i:16903;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:31378;s:11:\"size_before\";i:40643;s:10:\"size_after\";i:9265;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:87.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:31197;s:11:\"size_before\";i:35833;s:10:\"size_after\";i:4636;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.75;s:5:\"bytes\";i:32210;s:11:\"size_before\";i:120412;s:10:\"size_after\";i:88202;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:31879;s:11:\"size_before\";i:60761;s:10:\"size_after\";i:28882;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:36;s:5:\"bytes\";i:31913;s:11:\"size_before\";i:88646;s:10:\"size_after\";i:56733;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:31759;s:11:\"size_before\";i:75407;s:10:\"size_after\";i:43648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:31912;s:11:\"size_before\";i:85777;s:10:\"size_after\";i:53865;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:32156;s:11:\"size_before\";i:100077;s:10:\"size_after\";i:67921;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:31726;s:11:\"size_before\";i:74141;s:10:\"size_after\";i:42415;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:32233;s:11:\"size_before\";i:114213;s:10:\"size_after\";i:81980;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30082;s:10:\"size_after\";i:30082;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:32154;s:11:\"size_before\";i:93014;s:10:\"size_after\";i:60860;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:84.7099999999999937472239253111183643341064453125;s:5:\"bytes\";i:31190;s:11:\"size_before\";i:36821;s:10:\"size_after\";i:5631;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30082;s:10:\"size_after\";i:30082;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60860;s:10:\"size_after\";i:60860;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5631;s:10:\"size_after\";i:5631;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3692, 1918, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.145953735102487824892847356750280596315860748291015625;s:5:\"bytes\";i:6769;s:11:\"size_before\";i:4637771;s:10:\"size_after\";i:4631002;s:4:\"time\";d:14.9999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:51:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55855;s:10:\"size_after\";i:55855;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8857;s:10:\"size_after\";i:8857;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96357;s:10:\"size_after\";i:96357;s:4:\"time\";d:2.20999999999999996447286321199499070644378662109375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29897;s:10:\"size_after\";i:29897;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:234059;s:10:\"size_after\";i:234059;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17664;s:10:\"size_after\";i:17664;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:146744;s:10:\"size_after\";i:146744;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:439114;s:10:\"size_after\";i:439114;s:4:\"time\";d:1.229999999999999982236431605997495353221893310546875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55855;s:10:\"size_after\";i:55855;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29897;s:10:\"size_after\";i:29897;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6801;s:10:\"size_after\";i:6801;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:859;s:10:\"size_after\";i:859;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:341423;s:10:\"size_after\";i:341423;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:345048;s:10:\"size_after\";i:345048;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:120343;s:10:\"size_after\";i:120343;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90300;s:10:\"size_after\";i:90300;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57832;s:10:\"size_after\";i:57832;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:136193;s:10:\"size_after\";i:136193;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74581;s:10:\"size_after\";i:74581;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28866;s:10:\"size_after\";i:28866;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7811;s:10:\"size_after\";i:7811;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43205;s:10:\"size_after\";i:43205;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60224;s:10:\"size_after\";i:60224;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91409;s:10:\"size_after\";i:91409;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:99028;s:10:\"size_after\";i:99028;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:6769;s:11:\"size_before\";i:72344;s:10:\"size_after\";i:65575;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35446;s:10:\"size_after\";i:35446;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59691;s:10:\"size_after\";i:59691;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41911;s:10:\"size_after\";i:41911;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79500;s:10:\"size_after\";i:79500;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6040;s:10:\"size_after\";i:6040;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122474;s:10:\"size_after\";i:122474;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14070;s:10:\"size_after\";i:14070;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:226698;s:10:\"size_after\";i:226698;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4354;s:10:\"size_after\";i:4354;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:149067;s:10:\"size_after\";i:149067;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55254;s:10:\"size_after\";i:55254;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30574;s:10:\"size_after\";i:30574;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16436;s:10:\"size_after\";i:16436;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7675;s:10:\"size_after\";i:7675;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187224;s:10:\"size_after\";i:187224;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55188;s:10:\"size_after\";i:55188;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111459;s:10:\"size_after\";i:111459;s:4:\"time\";d:1.62999999999999989341858963598497211933135986328125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85149;s:10:\"size_after\";i:85149;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:105188;s:10:\"size_after\";i:105188;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135228;s:10:\"size_after\";i:135228;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:83441;s:10:\"size_after\";i:83441;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:174069;s:10:\"size_after\";i:174069;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55855;s:10:\"size_after\";i:55855;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:96357;s:10:\"size_after\";i:96357;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8857;s:10:\"size_after\";i:8857;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3693, 1917, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.93267861493763604130435851402580738067626953125;s:5:\"bytes\";i:121539;s:11:\"size_before\";i:3090489;s:10:\"size_after\";i:2968950;s:4:\"time\";d:8.219999999999998863131622783839702606201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1260;s:11:\"size_before\";i:36583;s:10:\"size_after\";i:35323;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:378;s:11:\"size_before\";i:7144;s:10:\"size_after\";i:6766;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4776;s:11:\"size_before\";i:103860;s:10:\"size_after\";i:99084;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1005;s:11:\"size_before\";i:33696;s:10:\"size_after\";i:32691;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8200000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:3898;s:11:\"size_before\";i:214294;s:10:\"size_after\";i:210396;s:4:\"time\";d:0.84999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:369;s:11:\"size_before\";i:12838;s:10:\"size_after\";i:12469;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:4987;s:11:\"size_before\";i:150687;s:10:\"size_after\";i:145700;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35323;s:10:\"size_after\";i:35323;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32691;s:10:\"size_after\";i:32691;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.930000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:276;s:11:\"size_before\";i:9414;s:10:\"size_after\";i:9138;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:131;s:11:\"size_before\";i:1429;s:10:\"size_after\";i:1298;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:16531;s:11:\"size_before\";i:194930;s:10:\"size_after\";i:178399;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:16459;s:11:\"size_before\";i:194349;s:10:\"size_after\";i:177890;s:4:\"time\";d:0.5500000000000000444089209850062616169452667236328125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3136;s:11:\"size_before\";i:85483;s:10:\"size_after\";i:82347;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3201;s:11:\"size_before\";i:78256;s:10:\"size_after\";i:75055;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1973;s:11:\"size_before\";i:45778;s:10:\"size_after\";i:43805;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4066;s:11:\"size_before\";i:87372;s:10:\"size_after\";i:83306;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5164;s:11:\"size_before\";i:70211;s:10:\"size_after\";i:65047;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:556;s:11:\"size_before\";i:19787;s:10:\"size_after\";i:19231;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:265;s:11:\"size_before\";i:6980;s:10:\"size_after\";i:6715;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:603;s:11:\"size_before\";i:28394;s:10:\"size_after\";i:27791;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1179;s:11:\"size_before\";i:43715;s:10:\"size_after\";i:42536;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3989;s:11:\"size_before\";i:70210;s:10:\"size_after\";i:66221;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3508;s:11:\"size_before\";i:65775;s:10:\"size_after\";i:62267;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:611;s:11:\"size_before\";i:88653;s:10:\"size_after\";i:88042;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:638;s:11:\"size_before\";i:27194;s:10:\"size_after\";i:26556;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:43858;s:10:\"size_after\";i:42464;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:800;s:11:\"size_before\";i:30946;s:10:\"size_after\";i:30146;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:53951;s:10:\"size_after\";i:51646;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:233;s:11:\"size_before\";i:5071;s:10:\"size_after\";i:4838;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2910;s:11:\"size_before\";i:84221;s:10:\"size_after\";i:81311;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:285;s:11:\"size_before\";i:11835;s:10:\"size_after\";i:11550;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:4709;s:11:\"size_before\";i:142113;s:10:\"size_after\";i:137404;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:312;s:11:\"size_before\";i:6325;s:10:\"size_after\";i:6013;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4428;s:11:\"size_before\";i:91255;s:10:\"size_after\";i:86827;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:712;s:11:\"size_before\";i:41043;s:10:\"size_after\";i:40331;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.65000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:180;s:11:\"size_before\";i:27595;s:10:\"size_after\";i:27415;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:420;s:11:\"size_before\";i:13739;s:10:\"size_after\";i:13319;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:58;s:11:\"size_before\";i:7139;s:10:\"size_after\";i:7081;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8600000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:2528;s:11:\"size_before\";i:135667;s:10:\"size_after\";i:133139;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1070;s:11:\"size_before\";i:44091;s:10:\"size_after\";i:43021;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.36000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:3684;s:11:\"size_before\";i:68697;s:10:\"size_after\";i:65013;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:2618;s:11:\"size_before\";i:55831;s:10:\"size_after\";i:53213;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3416;s:11:\"size_before\";i:66049;s:10:\"size_after\";i:62633;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4283;s:11:\"size_before\";i:91180;s:10:\"size_after\";i:86897;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3199;s:11:\"size_before\";i:61346;s:10:\"size_after\";i:58147;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3036;s:11:\"size_before\";i:122318;s:10:\"size_after\";i:119282;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35323;s:10:\"size_after\";i:35323;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:99084;s:10:\"size_after\";i:99084;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6766;s:10:\"size_after\";i:6766;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3694, 1916, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.04682597952380973538311081938445568084716796875;s:5:\"bytes\";i:132972;s:11:\"size_before\";i:663307;s:10:\"size_after\";i:530335;s:4:\"time\";d:12.4800000000000022026824808563105762004852294921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2218;s:11:\"size_before\";i:10309;s:10:\"size_after\";i:8091;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:876;s:11:\"size_before\";i:3489;s:10:\"size_after\";i:2613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6366;s:11:\"size_before\";i:28705;s:10:\"size_after\";i:22339;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2932;s:11:\"size_before\";i:12290;s:10:\"size_after\";i:9358;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:1201;s:11:\"size_before\";i:5204;s:10:\"size_after\";i:4003;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8059;s:11:\"size_before\";i:40754;s:10:\"size_after\";i:32695;s:4:\"time\";d:0.67000000000000003996802888650563545525074005126953125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8091;s:10:\"size_after\";i:8091;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9358;s:10:\"size_after\";i:9358;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1114;s:11:\"size_before\";i:4687;s:10:\"size_after\";i:3573;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:199;s:11:\"size_before\";i:912;s:10:\"size_after\";i:713;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6387;s:10:\"size_after\";i:6387;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6278;s:10:\"size_after\";i:6278;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4581;s:11:\"size_before\";i:19822;s:10:\"size_after\";i:15241;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3299;s:11:\"size_before\";i:14727;s:10:\"size_after\";i:11428;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:2836;s:11:\"size_before\";i:12482;s:10:\"size_after\";i:9646;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4265;s:11:\"size_before\";i:20620;s:10:\"size_after\";i:16355;s:4:\"time\";d:1.3300000000000000710542735760100185871124267578125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:3661;s:11:\"size_before\";i:15956;s:10:\"size_after\";i:12295;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:8062;s:10:\"size_after\";i:6082;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:922;s:11:\"size_before\";i:3567;s:10:\"size_after\";i:2645;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2575;s:11:\"size_before\";i:10352;s:10:\"size_after\";i:7777;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.75;s:5:\"bytes\";i:2375;s:11:\"size_before\";i:10918;s:10:\"size_after\";i:8543;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:4472;s:11:\"size_before\";i:20175;s:10:\"size_after\";i:15703;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4037;s:11:\"size_before\";i:17979;s:10:\"size_after\";i:13942;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2883;s:11:\"size_before\";i:15132;s:10:\"size_after\";i:12249;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2156;s:11:\"size_before\";i:8279;s:10:\"size_after\";i:6123;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2670;s:11:\"size_before\";i:11463;s:10:\"size_after\";i:8793;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1650;s:11:\"size_before\";i:7986;s:10:\"size_after\";i:6336;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3389;s:11:\"size_before\";i:14811;s:10:\"size_after\";i:11422;s:4:\"time\";d:0.82999999999999996003197111349436454474925994873046875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:689;s:11:\"size_before\";i:2697;s:10:\"size_after\";i:2008;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4864;s:11:\"size_before\";i:21295;s:10:\"size_after\";i:16431;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1178;s:11:\"size_before\";i:4681;s:10:\"size_after\";i:3503;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:8150;s:11:\"size_before\";i:36476;s:10:\"size_after\";i:28326;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:900;s:11:\"size_before\";i:3678;s:10:\"size_after\";i:2778;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:6346;s:11:\"size_before\";i:28858;s:10:\"size_after\";i:22512;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2179;s:11:\"size_before\";i:10116;s:10:\"size_after\";i:7937;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1570;s:11:\"size_before\";i:6935;s:10:\"size_after\";i:5365;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.5;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:5401;s:10:\"size_after\";i:3970;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:795;s:11:\"size_before\";i:3054;s:10:\"size_after\";i:2259;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:5487;s:11:\"size_before\";i:28311;s:10:\"size_after\";i:22824;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2128;s:11:\"size_before\";i:9591;s:10:\"size_after\";i:7463;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.239999999999998436805981327779591083526611328125;s:5:\"bytes\";i:4718;s:11:\"size_before\";i:20300;s:10:\"size_after\";i:15582;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3975;s:11:\"size_before\";i:17500;s:10:\"size_after\";i:13525;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3490;s:11:\"size_before\";i:16353;s:10:\"size_after\";i:12863;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:5787;s:11:\"size_before\";i:25684;s:10:\"size_after\";i:19897;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2813;s:11:\"size_before\";i:13011;s:10:\"size_after\";i:10198;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5756;s:11:\"size_before\";i:27528;s:10:\"size_after\";i:21772;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8091;s:10:\"size_after\";i:8091;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22339;s:10:\"size_after\";i:22339;s:4:\"time\";d:0.9499999999999999555910790149937383830547332763671875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2613;s:10:\"size_after\";i:2613;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3695, 1915, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.521365189708464793483244648086838424205780029296875;s:5:\"bytes\";i:14457;s:11:\"size_before\";i:410551;s:10:\"size_after\";i:396094;s:4:\"time\";d:7.60000000000000053290705182007513940334320068359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:471;s:11:\"size_before\";i:6582;s:10:\"size_after\";i:6111;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:265;s:11:\"size_before\";i:2032;s:10:\"size_after\";i:1767;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:449;s:11:\"size_before\";i:14831;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:457;s:11:\"size_before\";i:6313;s:10:\"size_after\";i:5856;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25987;s:10:\"size_after\";i:25987;s:4:\"time\";d:2.649999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:359;s:11:\"size_before\";i:3040;s:10:\"size_after\";i:2681;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:19670;s:10:\"size_after\";i:19359;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6111;s:10:\"size_after\";i:6111;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5856;s:10:\"size_after\";i:5856;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:319;s:11:\"size_before\";i:2502;s:10:\"size_after\";i:2183;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:142;s:11:\"size_before\";i:679;s:10:\"size_after\";i:537;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:505;s:11:\"size_before\";i:15225;s:10:\"size_after\";i:14720;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:480;s:11:\"size_before\";i:14888;s:10:\"size_after\";i:14408;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10025;s:10:\"size_after\";i:10025;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7276;s:10:\"size_after\";i:7276;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:816;s:11:\"size_before\";i:7878;s:10:\"size_after\";i:7062;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:223;s:11:\"size_before\";i:12606;s:10:\"size_after\";i:12383;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:7377;s:10:\"size_after\";i:6329;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:360;s:11:\"size_before\";i:4167;s:10:\"size_after\";i:3807;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:295;s:11:\"size_before\";i:1974;s:10:\"size_after\";i:1679;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:404;s:11:\"size_before\";i:5315;s:10:\"size_after\";i:4911;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:277;s:11:\"size_before\";i:6340;s:10:\"size_after\";i:6063;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:701;s:11:\"size_before\";i:10892;s:10:\"size_after\";i:10191;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:416;s:11:\"size_before\";i:10198;s:10:\"size_after\";i:9782;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7392;s:10:\"size_after\";i:7392;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:4498;s:10:\"size_after\";i:4163;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:296;s:11:\"size_before\";i:6624;s:10:\"size_after\";i:6328;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:443;s:11:\"size_before\";i:5649;s:10:\"size_after\";i:5206;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:374;s:11:\"size_before\";i:8784;s:10:\"size_after\";i:8410;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:222;s:11:\"size_before\";i:1584;s:10:\"size_after\";i:1362;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5;s:5:\"bytes\";i:52;s:11:\"size_before\";i:10348;s:10:\"size_after\";i:10296;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:355;s:11:\"size_before\";i:2792;s:10:\"size_after\";i:2437;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:133;s:11:\"size_before\";i:18718;s:10:\"size_after\";i:18585;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:260;s:11:\"size_before\";i:1823;s:10:\"size_after\";i:1563;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:267;s:11:\"size_before\";i:13247;s:10:\"size_after\";i:12980;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:241;s:11:\"size_before\";i:5900;s:10:\"size_after\";i:5659;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:305;s:11:\"size_before\";i:3880;s:10:\"size_after\";i:3575;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:2849;s:10:\"size_after\";i:2529;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:177;s:11:\"size_before\";i:1697;s:10:\"size_after\";i:1520;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13481;s:10:\"size_after\";i:13481;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:104;s:11:\"size_before\";i:5660;s:10:\"size_after\";i:5556;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:412;s:11:\"size_before\";i:10535;s:10:\"size_after\";i:10123;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:452;s:11:\"size_before\";i:9155;s:10:\"size_after\";i:8703;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:419;s:11:\"size_before\";i:10246;s:10:\"size_after\";i:9827;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:367;s:11:\"size_before\";i:12879;s:10:\"size_after\";i:12512;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:625;s:11:\"size_before\";i:9754;s:10:\"size_after\";i:9129;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13032;s:10:\"size_after\";i:13032;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6111;s:10:\"size_after\";i:6111;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14382;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1767;s:10:\"size_after\";i:1767;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3696, 1914, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.62744288550387583569545313366688787937164306640625;s:5:\"bytes\";i:15244;s:11:\"size_before\";i:329426;s:10:\"size_after\";i:314182;s:4:\"time\";d:5.41999999999999904076730672386474907398223876953125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:45:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:391;s:11:\"size_before\";i:7894;s:10:\"size_after\";i:7503;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:351;s:11:\"size_before\";i:2500;s:10:\"size_after\";i:2149;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:419;s:11:\"size_before\";i:6787;s:10:\"size_after\";i:6368;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:403;s:11:\"size_before\";i:3850;s:10:\"size_after\";i:3447;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7503;s:10:\"size_after\";i:7503;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6368;s:10:\"size_after\";i:6368;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5;s:5:\"bytes\";i:356;s:11:\"size_before\";i:2848;s:10:\"size_after\";i:2492;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:10;s:11:\"size_before\";i:991;s:10:\"size_after\";i:981;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:287;s:11:\"size_before\";i:6159;s:10:\"size_after\";i:5872;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:278;s:11:\"size_before\";i:6140;s:10:\"size_after\";i:5862;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:559;s:11:\"size_before\";i:13134;s:10:\"size_after\";i:12575;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:673;s:11:\"size_before\";i:10951;s:10:\"size_after\";i:10278;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:485;s:11:\"size_before\";i:8308;s:10:\"size_after\";i:7823;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0900000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:158;s:11:\"size_before\";i:14534;s:10:\"size_after\";i:14376;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:880;s:11:\"size_before\";i:11938;s:10:\"size_after\";i:11058;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:424;s:11:\"size_before\";i:4905;s:10:\"size_after\";i:4481;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:330;s:11:\"size_before\";i:2319;s:10:\"size_after\";i:1989;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:451;s:11:\"size_before\";i:6509;s:10:\"size_after\";i:6058;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:525;s:11:\"size_before\";i:7873;s:10:\"size_after\";i:7348;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:11384;s:10:\"size_after\";i:11069;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:285;s:11:\"size_before\";i:11098;s:10:\"size_after\";i:10813;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:287;s:11:\"size_before\";i:3660;s:10:\"size_after\";i:3373;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:491;s:11:\"size_before\";i:5722;s:10:\"size_after\";i:5231;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:542;s:11:\"size_before\";i:8024;s:10:\"size_after\";i:7482;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.03000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:433;s:11:\"size_before\";i:6163;s:10:\"size_after\";i:5730;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:289;s:11:\"size_before\";i:9485;s:10:\"size_after\";i:9196;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:346;s:11:\"size_before\";i:2074;s:10:\"size_after\";i:1728;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:391;s:11:\"size_before\";i:13153;s:10:\"size_after\";i:12762;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:367;s:11:\"size_before\";i:3180;s:10:\"size_after\";i:2813;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:378;s:11:\"size_before\";i:2190;s:10:\"size_after\";i:1812;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15706;s:10:\"size_after\";i:15706;s:4:\"time\";d:0.25;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:576;s:11:\"size_before\";i:7760;s:10:\"size_after\";i:7184;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:504;s:11:\"size_before\";i:5430;s:10:\"size_after\";i:4926;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:399;s:11:\"size_before\";i:3539;s:10:\"size_after\";i:3140;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:371;s:11:\"size_before\";i:2337;s:10:\"size_after\";i:1966;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:246;s:11:\"size_before\";i:5286;s:10:\"size_after\";i:5040;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:583;s:11:\"size_before\";i:7854;s:10:\"size_after\";i:7271;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:302;s:11:\"size_before\";i:12639;s:10:\"size_after\";i:12337;s:4:\"time\";d:0.25;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:231;s:11:\"size_before\";i:10121;s:10:\"size_after\";i:9890;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:228;s:11:\"size_before\";i:11951;s:10:\"size_after\";i:11723;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.82999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:115;s:11:\"size_before\";i:13829;s:10:\"size_after\";i:13714;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:340;s:11:\"size_before\";i:10416;s:10:\"size_after\";i:10076;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:245;s:11:\"size_before\";i:5262;s:10:\"size_after\";i:5017;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7503;s:10:\"size_after\";i:7503;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2149;s:10:\"size_after\";i:2149;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3697, 1913, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.96137697652550713200980680994689464569091796875;s:5:\"bytes\";i:78452;s:11:\"size_before\";i:715713;s:10:\"size_after\";i:637261;s:4:\"time\";d:8.489999999999998436805981327779591083526611328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1795;s:11:\"size_before\";i:13285;s:10:\"size_after\";i:11490;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:683;s:11:\"size_before\";i:4215;s:10:\"size_after\";i:3532;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2959;s:11:\"size_before\";i:26422;s:10:\"size_after\";i:23463;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1684;s:11:\"size_before\";i:12214;s:10:\"size_after\";i:10530;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:6416;s:10:\"size_after\";i:5324;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:3227;s:11:\"size_before\";i:35120;s:10:\"size_after\";i:31893;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11490;s:10:\"size_after\";i:11490;s:4:\"time\";d:0.7199999999999999733546474089962430298328399658203125;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10530;s:10:\"size_after\";i:10530;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:880;s:11:\"size_before\";i:4952;s:10:\"size_after\";i:4072;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:137;s:11:\"size_before\";i:974;s:10:\"size_after\";i:837;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:952;s:11:\"size_before\";i:12112;s:10:\"size_after\";i:11160;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:879;s:11:\"size_before\";i:11853;s:10:\"size_after\";i:10974;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2213;s:11:\"size_before\";i:19723;s:10:\"size_after\";i:17510;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:13540;s:10:\"size_after\";i:11996;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2220;s:11:\"size_before\";i:15601;s:10:\"size_after\";i:13381;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:23825;s:10:\"size_after\";i:21221;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2217;s:11:\"size_before\";i:19016;s:10:\"size_after\";i:16799;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:1412;s:11:\"size_before\";i:8558;s:10:\"size_after\";i:7146;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:801;s:11:\"size_before\";i:4343;s:10:\"size_after\";i:3542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1777;s:11:\"size_before\";i:11199;s:10:\"size_after\";i:9422;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:12765;s:10:\"size_after\";i:10977;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2568;s:11:\"size_before\";i:21482;s:10:\"size_after\";i:18914;s:4:\"time\";d:0.25;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2400;s:11:\"size_before\";i:18708;s:10:\"size_after\";i:16308;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:13997;s:10:\"size_after\";i:12572;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:9408;s:10:\"size_after\";i:7826;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1963;s:11:\"size_before\";i:13193;s:10:\"size_after\";i:11230;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1679;s:11:\"size_before\";i:10775;s:10:\"size_after\";i:9096;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2185;s:11:\"size_before\";i:16160;s:10:\"size_after\";i:13975;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:588;s:11:\"size_before\";i:3256;s:10:\"size_after\";i:2668;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2366;s:11:\"size_before\";i:20548;s:10:\"size_after\";i:18182;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:928;s:11:\"size_before\";i:5529;s:10:\"size_after\";i:4601;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3079;s:11:\"size_before\";i:36902;s:10:\"size_after\";i:33823;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:653;s:11:\"size_before\";i:3795;s:10:\"size_after\";i:3142;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:10;s:5:\"bytes\";i:2773;s:11:\"size_before\";i:27743;s:10:\"size_after\";i:24970;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:11855;s:10:\"size_after\";i:10096;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:7519;s:10:\"size_after\";i:6362;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:5941;s:10:\"size_after\";i:4922;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:618;s:11:\"size_before\";i:3598;s:10:\"size_after\";i:2980;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:26470;s:10:\"size_after\";i:24196;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:11332;s:10:\"size_after\";i:9836;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2546;s:11:\"size_before\";i:21859;s:10:\"size_after\";i:19313;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2397;s:11:\"size_before\";i:18978;s:10:\"size_after\";i:16581;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2540;s:11:\"size_before\";i:20550;s:10:\"size_after\";i:18010;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2682;s:11:\"size_before\";i:23951;s:10:\"size_after\";i:21269;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:19769;s:10:\"size_after\";i:17165;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2307;s:11:\"size_before\";i:25757;s:10:\"size_after\";i:23450;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11490;s:10:\"size_after\";i:11490;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23463;s:10:\"size_after\";i:23463;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3532;s:10:\"size_after\";i:3532;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3698, 1912, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.2715878776933937643889294122345745563507080078125;s:5:\"bytes\";i:125033;s:11:\"size_before\";i:1018882;s:10:\"size_after\";i:893849;s:4:\"time\";d:8.969999999999998863131622783839702606201171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2775;s:11:\"size_before\";i:18672;s:10:\"size_after\";i:15897;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1006;s:11:\"size_before\";i:5485;s:10:\"size_after\";i:4479;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:4711;s:11:\"size_before\";i:36249;s:10:\"size_after\";i:31538;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2461;s:11:\"size_before\";i:16318;s:10:\"size_after\";i:13857;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1645;s:11:\"size_before\";i:8607;s:10:\"size_after\";i:6962;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5505;s:11:\"size_before\";i:48260;s:10:\"size_after\";i:42755;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15897;s:10:\"size_after\";i:15897;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13857;s:10:\"size_after\";i:13857;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:6351;s:10:\"size_after\";i:5151;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:131;s:11:\"size_before\";i:1095;s:10:\"size_after\";i:964;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:18397;s:10:\"size_after\";i:16967;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:1435;s:11:\"size_before\";i:18247;s:10:\"size_after\";i:16812;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4317;s:11:\"size_before\";i:31942;s:10:\"size_after\";i:27625;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3603;s:11:\"size_before\";i:24093;s:10:\"size_after\";i:20490;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2681;s:11:\"size_before\";i:19790;s:10:\"size_after\";i:17109;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4376;s:11:\"size_before\";i:33494;s:10:\"size_after\";i:29118;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1596;s:11:\"size_before\";i:20275;s:10:\"size_after\";i:18679;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2007;s:11:\"size_before\";i:11794;s:10:\"size_after\";i:9787;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:5445;s:10:\"size_after\";i:4436;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2463;s:11:\"size_before\";i:15529;s:10:\"size_after\";i:13066;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2803;s:11:\"size_before\";i:19586;s:10:\"size_after\";i:16783;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:3371;s:11:\"size_before\";i:27539;s:10:\"size_after\";i:24168;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3489;s:11:\"size_before\";i:26042;s:10:\"size_after\";i:22553;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2960;s:11:\"size_before\";i:23603;s:10:\"size_after\";i:20643;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:13317;s:10:\"size_after\";i:11101;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2752;s:11:\"size_before\";i:19205;s:10:\"size_after\";i:16453;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:2332;s:11:\"size_before\";i:14425;s:10:\"size_after\";i:12093;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:3194;s:11:\"size_before\";i:22009;s:10:\"size_after\";i:18815;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:800;s:11:\"size_before\";i:4253;s:10:\"size_after\";i:3453;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:4108;s:11:\"size_before\";i:31919;s:10:\"size_after\";i:27811;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1320;s:11:\"size_before\";i:7173;s:10:\"size_after\";i:5853;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5673;s:11:\"size_before\";i:52301;s:10:\"size_after\";i:46628;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.75;s:5:\"bytes\";i:836;s:11:\"size_before\";i:4709;s:10:\"size_after\";i:3873;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:4786;s:11:\"size_before\";i:39158;s:10:\"size_after\";i:34372;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2762;s:11:\"size_before\";i:18544;s:10:\"size_after\";i:15782;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2228;s:11:\"size_before\";i:12080;s:10:\"size_after\";i:9852;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:7999;s:10:\"size_after\";i:6516;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:998;s:11:\"size_before\";i:5194;s:10:\"size_after\";i:4196;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5371;s:11:\"size_before\";i:43434;s:10:\"size_after\";i:38063;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2978;s:11:\"size_before\";i:18383;s:10:\"size_after\";i:15405;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4151;s:11:\"size_before\";i:30663;s:10:\"size_after\";i:26512;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3716;s:11:\"size_before\";i:26623;s:10:\"size_after\";i:22907;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3906;s:11:\"size_before\";i:28813;s:10:\"size_after\";i:24907;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4064;s:11:\"size_before\";i:32709;s:10:\"size_after\";i:28645;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:3374;s:11:\"size_before\";i:25958;s:10:\"size_after\";i:22584;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5011;s:11:\"size_before\";i:41532;s:10:\"size_after\";i:36521;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15897;s:10:\"size_after\";i:15897;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31538;s:10:\"size_after\";i:31538;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4479;s:10:\"size_after\";i:4479;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3699, 1911, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.0568979693115192475261210347525775432586669921875;s:5:\"bytes\";i:133696;s:11:\"size_before\";i:951106;s:10:\"size_after\";i:817410;s:4:\"time\";d:9.3699999999999992184029906638897955417633056640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3020;s:11:\"size_before\";i:17344;s:10:\"size_after\";i:14324;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:994;s:11:\"size_before\";i:5132;s:10:\"size_after\";i:4138;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4794;s:11:\"size_before\";i:31009;s:10:\"size_after\";i:26215;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:2436;s:11:\"size_before\";i:14145;s:10:\"size_after\";i:11709;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6590;s:11:\"size_before\";i:57539;s:10:\"size_after\";i:50949;s:4:\"time\";d:0.75;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:1647;s:11:\"size_before\";i:8047;s:10:\"size_after\";i:6400;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5418;s:11:\"size_before\";i:41027;s:10:\"size_after\";i:35609;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14324;s:10:\"size_after\";i:14324;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11709;s:10:\"size_after\";i:11709;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:5555;s:10:\"size_after\";i:4435;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:148;s:11:\"size_before\";i:1021;s:10:\"size_after\";i:873;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1462;s:11:\"size_before\";i:17664;s:10:\"size_after\";i:16202;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1469;s:11:\"size_before\";i:17412;s:10:\"size_after\";i:15943;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4406;s:11:\"size_before\";i:27775;s:10:\"size_after\";i:23369;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3261;s:11:\"size_before\";i:20019;s:10:\"size_after\";i:16758;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2545;s:11:\"size_before\";i:15990;s:10:\"size_after\";i:13445;s:4:\"time\";d:0.75;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4780;s:11:\"size_before\";i:31824;s:10:\"size_after\";i:27044;s:4:\"time\";d:0.25;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1220;s:11:\"size_before\";i:14142;s:10:\"size_after\";i:12922;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2160;s:11:\"size_before\";i:10909;s:10:\"size_after\";i:8749;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:892;s:11:\"size_before\";i:4476;s:10:\"size_after\";i:3584;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2531;s:11:\"size_before\";i:14330;s:10:\"size_after\";i:11799;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:3021;s:11:\"size_before\";i:17134;s:10:\"size_after\";i:14113;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3294;s:11:\"size_before\";i:21746;s:10:\"size_after\";i:18452;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4030;s:11:\"size_before\";i:24975;s:10:\"size_after\";i:20945;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:15778;s:10:\"size_after\";i:14121;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2230;s:11:\"size_before\";i:11748;s:10:\"size_after\";i:9518;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2916;s:11:\"size_before\";i:16773;s:10:\"size_after\";i:13857;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2297;s:11:\"size_before\";i:13054;s:10:\"size_after\";i:10757;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3598;s:11:\"size_before\";i:21405;s:10:\"size_after\";i:17807;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:789;s:11:\"size_before\";i:3979;s:10:\"size_after\";i:3190;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4413;s:11:\"size_before\";i:27818;s:10:\"size_after\";i:23405;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:6439;s:10:\"size_after\";i:5160;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6429;s:11:\"size_before\";i:47951;s:10:\"size_after\";i:41522;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:716;s:11:\"size_before\";i:4069;s:10:\"size_after\";i:3353;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:5307;s:11:\"size_before\";i:35130;s:10:\"size_after\";i:29823;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:2988;s:11:\"size_before\";i:16346;s:10:\"size_after\";i:13358;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1947;s:11:\"size_before\";i:10584;s:10:\"size_after\";i:8637;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:1404;s:11:\"size_before\";i:7086;s:10:\"size_after\";i:5682;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:909;s:11:\"size_before\";i:4524;s:10:\"size_after\";i:3615;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5159;s:11:\"size_before\";i:37865;s:10:\"size_after\";i:32706;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:2909;s:11:\"size_before\";i:16334;s:10:\"size_after\";i:13425;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:16;s:5:\"bytes\";i:4498;s:11:\"size_before\";i:28113;s:10:\"size_after\";i:23615;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3721;s:11:\"size_before\";i:22580;s:10:\"size_after\";i:18859;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4301;s:11:\"size_before\";i:26698;s:10:\"size_after\";i:22397;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4456;s:11:\"size_before\";i:29794;s:10:\"size_after\";i:25338;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:3324;s:11:\"size_before\";i:21111;s:10:\"size_after\";i:17787;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5211;s:11:\"size_before\";i:36002;s:10:\"size_after\";i:30791;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14324;s:10:\"size_after\";i:14324;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26215;s:10:\"size_after\";i:26215;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4138;s:10:\"size_after\";i:4138;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3700, 1048, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.03653227525039830225761505744230817072093486785888671875;s:5:\"bytes\";i:36;s:11:\"size_before\";i:98543;s:10:\"size_after\";i:98507;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:8;s:11:\"size_before\";i:5783;s:10:\"size_after\";i:5775;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22773;s:10:\"size_after\";i:22773;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.13000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:8;s:11:\"size_before\";i:5967;s:10:\"size_after\";i:5959;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:15;s:11:\"size_before\";i:54483;s:10:\"size_after\";i:54468;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:5;s:11:\"size_before\";i:9537;s:10:\"size_after\";i:9532;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3701, 1797, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.905076969588024748958332565962336957454681396484375;s:5:\"bytes\";i:17723;s:11:\"size_before\";i:1958176;s:10:\"size_after\";i:1940453;s:4:\"time\";d:1.300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:51:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:123;s:11:\"size_before\";i:24186;s:10:\"size_after\";i:24063;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3997;s:10:\"size_after\";i:3997;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:252;s:11:\"size_before\";i:35818;s:10:\"size_after\";i:35566;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:13;s:11:\"size_before\";i:11567;s:10:\"size_after\";i:11554;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:907;s:11:\"size_before\";i:87945;s:10:\"size_after\";i:87038;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7534;s:10:\"size_after\";i:7534;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.86999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:473;s:11:\"size_before\";i:54344;s:10:\"size_after\";i:53871;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:2152;s:11:\"size_before\";i:172692;s:10:\"size_after\";i:170540;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24063;s:10:\"size_after\";i:24063;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11554;s:10:\"size_after\";i:11554;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3129;s:10:\"size_after\";i:3129;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:594;s:10:\"size_after\";i:594;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1599999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:1736;s:11:\"size_before\";i:149880;s:10:\"size_after\";i:148144;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1816;s:11:\"size_before\";i:149750;s:10:\"size_after\";i:147934;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:515;s:11:\"size_before\";i:48266;s:10:\"size_after\";i:47751;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.59999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:210;s:11:\"size_before\";i:34946;s:10:\"size_after\";i:34736;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:89;s:11:\"size_before\";i:24251;s:10:\"size_after\";i:24162;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:648;s:11:\"size_before\";i:62889;s:10:\"size_after\";i:62241;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:72;s:11:\"size_before\";i:29445;s:10:\"size_after\";i:29373;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11846;s:10:\"size_after\";i:11846;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3494;s:10:\"size_after\";i:3494;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"bytes\";i:18;s:11:\"size_before\";i:17877;s:10:\"size_after\";i:17859;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:243;s:11:\"size_before\";i:23617;s:10:\"size_after\";i:23374;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:303;s:11:\"size_before\";i:39146;s:10:\"size_after\";i:38843;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:498;s:11:\"size_before\";i:44078;s:10:\"size_after\";i:43580;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:186;s:11:\"size_before\";i:39831;s:10:\"size_after\";i:39645;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:43;s:11:\"size_before\";i:14293;s:10:\"size_after\";i:14250;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.83999999999999996891375531049561686813831329345703125;s:5:\"bytes\";i:206;s:11:\"size_before\";i:24603;s:10:\"size_after\";i:24397;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:103;s:11:\"size_before\";i:17615;s:10:\"size_after\";i:17512;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.88000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:305;s:11:\"size_before\";i:34814;s:10:\"size_after\";i:34509;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2706;s:10:\"size_after\";i:2706;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:498;s:11:\"size_before\";i:49313;s:10:\"size_after\";i:48815;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6113;s:10:\"size_after\";i:6113;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:1435;s:11:\"size_before\";i:110578;s:10:\"size_after\";i:109143;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2225;s:10:\"size_after\";i:2225;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:851;s:11:\"size_before\";i:69671;s:10:\"size_after\";i:68820;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.89000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:196;s:11:\"size_before\";i:21905;s:10:\"size_after\";i:21709;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12174;s:10:\"size_after\";i:12174;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6699;s:10:\"size_after\";i:6699;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3415;s:10:\"size_after\";i:3415;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:802;s:11:\"size_before\";i:77999;s:10:\"size_after\";i:77197;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:129;s:11:\"size_before\";i:22074;s:10:\"size_after\";i:21945;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:550;s:11:\"size_before\";i:50131;s:10:\"size_after\";i:49581;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.64000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:236;s:11:\"size_before\";i:36811;s:10:\"size_after\";i:36575;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:1;s:5:\"bytes\";i:468;s:11:\"size_before\";i:46939;s:10:\"size_after\";i:46471;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:694;s:11:\"size_before\";i:60761;s:10:\"size_after\";i:60067;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.409999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:147;s:11:\"size_before\";i:35703;s:10:\"size_after\";i:35556;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:806;s:11:\"size_before\";i:71269;s:10:\"size_after\";i:70463;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24063;s:10:\"size_after\";i:24063;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35566;s:10:\"size_after\";i:35566;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3997;s:10:\"size_after\";i:3997;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3702, 9, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.71141240940118333213604273623786866664886474609375;s:5:\"bytes\";i:65255;s:11:\"size_before\";i:1142537;s:10:\"size_after\";i:1077282;s:4:\"time\";d:6.60999999999999854338739169179461896419525146484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:43:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:328;s:11:\"size_before\";i:11776;s:10:\"size_after\";i:11448;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:96;s:11:\"size_before\";i:2273;s:10:\"size_after\";i:2177;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2346;s:11:\"size_before\";i:36138;s:10:\"size_after\";i:33792;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11448;s:10:\"size_after\";i:11448;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4648;s:11:\"size_before\";i:92539;s:10:\"size_after\";i:87891;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:232;s:11:\"size_before\";i:4209;s:10:\"size_after\";i:3977;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3969;s:11:\"size_before\";i:56337;s:10:\"size_after\";i:52368;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:6847;s:11:\"size_before\";i:110081;s:10:\"size_after\";i:103234;s:4:\"time\";d:0.5;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:7157;s:11:\"size_before\";i:114803;s:10:\"size_after\";i:107646;s:4:\"time\";d:0.7399999999999999911182158029987476766109466552734375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1646;s:11:\"size_before\";i:31948;s:10:\"size_after\";i:30302;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1320;s:11:\"size_before\";i:31150;s:10:\"size_after\";i:29830;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1037;s:11:\"size_before\";i:15756;s:10:\"size_after\";i:14719;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1936;s:11:\"size_before\";i:30394;s:10:\"size_after\";i:28458;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2338;s:11:\"size_before\";i:27275;s:10:\"size_after\";i:24937;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:166;s:11:\"size_before\";i:6239;s:10:\"size_after\";i:6073;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:164;s:11:\"size_before\";i:2354;s:10:\"size_after\";i:2190;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:341;s:11:\"size_before\";i:9004;s:10:\"size_after\";i:8663;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:605;s:11:\"size_before\";i:15077;s:10:\"size_after\";i:14472;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1619;s:11:\"size_before\";i:25233;s:10:\"size_after\";i:23614;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1347;s:11:\"size_before\";i:21736;s:10:\"size_after\";i:20389;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2341;s:11:\"size_before\";i:42553;s:10:\"size_after\";i:40212;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:297;s:11:\"size_before\";i:8817;s:10:\"size_after\";i:8520;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:601;s:11:\"size_before\";i:14553;s:10:\"size_after\";i:13952;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:289;s:11:\"size_before\";i:9739;s:10:\"size_after\";i:9450;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:945;s:11:\"size_before\";i:17668;s:10:\"size_after\";i:16723;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:132;s:11:\"size_before\";i:1690;s:10:\"size_after\";i:1558;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1632;s:11:\"size_before\";i:31394;s:10:\"size_after\";i:29762;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:190;s:11:\"size_before\";i:3737;s:10:\"size_after\";i:3547;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3505;s:11:\"size_before\";i:52477;s:10:\"size_after\";i:48972;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:58;s:11:\"size_before\";i:2235;s:10:\"size_after\";i:2177;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2085;s:11:\"size_before\";i:34460;s:10:\"size_after\";i:32375;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:556;s:11:\"size_before\";i:14347;s:10:\"size_after\";i:13791;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:242;s:11:\"size_before\";i:9695;s:10:\"size_after\";i:9453;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:223;s:11:\"size_before\";i:4417;s:10:\"size_after\";i:4194;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:110;s:11:\"size_before\";i:2462;s:10:\"size_after\";i:2352;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.05999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:3282;s:11:\"size_before\";i:54129;s:10:\"size_after\";i:50847;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:567;s:11:\"size_before\";i:15571;s:10:\"size_after\";i:15004;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1634;s:11:\"size_before\";i:23945;s:10:\"size_after\";i:22311;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:19770;s:10:\"size_after\";i:18678;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1225;s:11:\"size_before\";i:21906;s:10:\"size_after\";i:20681;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1708;s:11:\"size_before\";i:31443;s:10:\"size_after\";i:29735;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:21747;s:10:\"size_after\";i:20317;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2969;s:11:\"size_before\";i:48012;s:10:\"size_after\";i:45043;s:4:\"time\";d:0.25;}}}'),
(3703, 1875, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.10277054226852921914314720197580754756927490234375;s:5:\"bytes\";i:15540;s:11:\"size_before\";i:739025;s:10:\"size_after\";i:723485;s:4:\"time\";d:1.240000000000000657252030578092671930789947509765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:52:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:661;s:11:\"size_before\";i:6982;s:10:\"size_after\";i:6321;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33413;s:10:\"size_after\";i:33413;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:651;s:11:\"size_before\";i:4379;s:10:\"size_after\";i:3728;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22725;s:10:\"size_after\";i:22725;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:459;s:11:\"size_before\";i:9695;s:10:\"size_after\";i:9236;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58834;s:10:\"size_after\";i:58834;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:382;s:11:\"size_before\";i:9607;s:10:\"size_after\";i:9225;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6321;s:10:\"size_after\";i:6321;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.9200000000000017053025658242404460906982421875;s:5:\"bytes\";i:704;s:11:\"size_before\";i:3072;s:10:\"size_after\";i:2368;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:666;s:11:\"size_before\";i:1486;s:10:\"size_after\";i:820;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46848;s:10:\"size_after\";i:46848;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47387;s:10:\"size_after\";i:47387;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:62;s:11:\"size_before\";i:18603;s:10:\"size_after\";i:18541;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0900000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:172;s:11:\"size_before\";i:15851;s:10:\"size_after\";i:15679;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:404;s:11:\"size_before\";i:9365;s:10:\"size_after\";i:8961;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20053;s:10:\"size_after\";i:20053;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:190;s:11:\"size_before\";i:10518;s:10:\"size_after\";i:10328;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:582;s:11:\"size_before\";i:5845;s:10:\"size_after\";i:5263;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:666;s:11:\"size_before\";i:2828;s:10:\"size_after\";i:2162;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:503;s:11:\"size_before\";i:7804;s:10:\"size_after\";i:7301;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:444;s:11:\"size_before\";i:10533;s:10:\"size_after\";i:10089;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:195;s:11:\"size_before\";i:13324;s:10:\"size_after\";i:13129;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:191;s:11:\"size_before\";i:15339;s:10:\"size_after\";i:15148;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:26;s:11:\"size_before\";i:17381;s:10:\"size_after\";i:17355;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:585;s:11:\"size_before\";i:7140;s:10:\"size_after\";i:6555;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:396;s:11:\"size_before\";i:10580;s:10:\"size_after\";i:10184;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:550;s:11:\"size_before\";i:8034;s:10:\"size_after\";i:7484;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:293;s:11:\"size_before\";i:12961;s:10:\"size_after\";i:12668;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:688;s:11:\"size_before\";i:2544;s:10:\"size_after\";i:1856;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.38000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:71;s:11:\"size_before\";i:18549;s:10:\"size_after\";i:18478;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:701;s:11:\"size_before\";i:4041;s:10:\"size_after\";i:3340;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31147;s:10:\"size_after\";i:31147;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:675;s:11:\"size_before\";i:2611;s:10:\"size_after\";i:1936;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20990;s:10:\"size_after\";i:20990;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:498;s:11:\"size_before\";i:10067;s:10:\"size_after\";i:9569;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:630;s:11:\"size_before\";i:6972;s:10:\"size_after\";i:6342;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:667;s:11:\"size_before\";i:4338;s:10:\"size_after\";i:3671;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:708;s:11:\"size_before\";i:3085;s:10:\"size_after\";i:2377;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27466;s:10:\"size_after\";i:27466;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:464;s:11:\"size_before\";i:10395;s:10:\"size_after\";i:9931;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.81999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:135;s:11:\"size_before\";i:16534;s:10:\"size_after\";i:16399;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:251;s:11:\"size_before\";i:13023;s:10:\"size_after\";i:12772;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:173;s:11:\"size_before\";i:15767;s:10:\"size_after\";i:15594;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20253;s:10:\"size_after\";i:20253;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:262;s:11:\"size_before\";i:12683;s:10:\"size_after\";i:12421;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25215;s:10:\"size_after\";i:25215;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9225;s:10:\"size_after\";i:9225;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0300000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:168;s:11:\"size_before\";i:16348;s:10:\"size_after\";i:16180;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:667;s:11:\"size_before\";i:3063;s:10:\"size_after\";i:2396;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9225;s:10:\"size_after\";i:9225;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16180;s:10:\"size_after\";i:16180;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2396;s:10:\"size_after\";i:2396;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3704, 1876, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.49394371377246581999997943057678639888763427734375;s:5:\"bytes\";i:16410;s:11:\"size_before\";i:657994;s:10:\"size_after\";i:641584;s:4:\"time\";d:1.02000000000000046185277824406512081623077392578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:52:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:661;s:11:\"size_before\";i:6180;s:10:\"size_after\";i:5519;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28427;s:10:\"size_after\";i:28427;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:647;s:11:\"size_before\";i:4129;s:10:\"size_after\";i:3482;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.56999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:111;s:11:\"size_before\";i:19337;s:10:\"size_after\";i:19226;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:440;s:11:\"size_before\";i:8473;s:10:\"size_after\";i:8033;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50098;s:10:\"size_after\";i:50098;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:362;s:11:\"size_before\";i:8860;s:10:\"size_after\";i:8498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5519;s:10:\"size_after\";i:5519;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:677;s:11:\"size_before\";i:2838;s:10:\"size_after\";i:2161;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:664;s:11:\"size_before\";i:1447;s:10:\"size_after\";i:783;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40839;s:10:\"size_after\";i:40839;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41402;s:10:\"size_after\";i:41402;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:216;s:11:\"size_before\";i:16224;s:10:\"size_after\";i:16008;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:336;s:11:\"size_before\";i:13534;s:10:\"size_after\";i:13198;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:384;s:11:\"size_before\";i:8865;s:10:\"size_after\";i:8481;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:50;s:11:\"size_before\";i:18178;s:10:\"size_after\";i:18128;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:299;s:11:\"size_before\";i:10404;s:10:\"size_after\";i:10105;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:541;s:11:\"size_before\";i:5479;s:10:\"size_after\";i:4938;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:657;s:11:\"size_before\";i:2773;s:10:\"size_after\";i:2116;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:438;s:11:\"size_before\";i:7237;s:10:\"size_after\";i:6799;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:426;s:11:\"size_before\";i:9183;s:10:\"size_after\";i:8757;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:215;s:11:\"size_before\";i:12615;s:10:\"size_after\";i:12400;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:228;s:11:\"size_before\";i:13818;s:10:\"size_after\";i:13590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3600000000000000976996261670137755572795867919921875;s:5:\"bytes\";i:211;s:11:\"size_before\";i:15539;s:10:\"size_after\";i:15328;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:553;s:11:\"size_before\";i:6324;s:10:\"size_after\";i:5771;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:404;s:11:\"size_before\";i:9143;s:10:\"size_after\";i:8739;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:479;s:11:\"size_before\";i:7120;s:10:\"size_after\";i:6641;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:324;s:11:\"size_before\";i:11580;s:10:\"size_after\";i:11256;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:668;s:11:\"size_before\";i:2455;s:10:\"size_after\";i:1787;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:220;s:11:\"size_before\";i:16075;s:10:\"size_after\";i:15855;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:669;s:11:\"size_before\";i:3696;s:10:\"size_after\";i:3027;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28938;s:10:\"size_after\";i:28938;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.75;s:5:\"bytes\";i:643;s:11:\"size_before\";i:2404;s:10:\"size_after\";i:1761;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19672;s:10:\"size_after\";i:19672;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:435;s:11:\"size_before\";i:8813;s:10:\"size_after\";i:8378;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:642;s:11:\"size_before\";i:6238;s:10:\"size_after\";i:5596;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:674;s:11:\"size_before\";i:3949;s:10:\"size_after\";i:3275;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:671;s:11:\"size_before\";i:2844;s:10:\"size_after\";i:2173;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23968;s:10:\"size_after\";i:23968;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:467;s:11:\"size_before\";i:9186;s:10:\"size_after\";i:8719;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:197;s:11:\"size_before\";i:15447;s:10:\"size_after\";i:15250;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:285;s:11:\"size_before\";i:12323;s:10:\"size_after\";i:12038;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:217;s:11:\"size_before\";i:14663;s:10:\"size_after\";i:14446;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:88;s:11:\"size_before\";i:17790;s:10:\"size_after\";i:17702;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:293;s:11:\"size_before\";i:12047;s:10:\"size_after\";i:11754;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21927;s:10:\"size_after\";i:21927;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8498;s:10:\"size_after\";i:8498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:268;s:11:\"size_before\";i:14010;s:10:\"size_after\";i:13742;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:650;s:11:\"size_before\";i:2948;s:10:\"size_after\";i:2298;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8498;s:10:\"size_after\";i:8498;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13742;s:10:\"size_after\";i:13742;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2298;s:10:\"size_after\";i:2298;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3705, 1903, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.445786002086396848653748747892677783966064453125;s:5:\"bytes\";i:168198;s:11:\"size_before\";i:1469519;s:10:\"size_after\";i:1301321;s:4:\"time\";d:7.4700000000000006394884621840901672840118408203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3190;s:11:\"size_before\";i:21878;s:10:\"size_after\";i:18688;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:716;s:11:\"size_before\";i:4947;s:10:\"size_after\";i:4231;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5889;s:11:\"size_before\";i:50891;s:10:\"size_after\";i:45002;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2940;s:11:\"size_before\";i:21018;s:10:\"size_after\";i:18078;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:5646;s:11:\"size_before\";i:92248;s:10:\"size_after\";i:86602;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:8760;s:10:\"size_after\";i:7248;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:6511;s:11:\"size_before\";i:67722;s:10:\"size_after\";i:61211;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18688;s:10:\"size_after\";i:18688;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18078;s:10:\"size_after\";i:18078;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1168;s:11:\"size_before\";i:6851;s:10:\"size_after\";i:5683;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1277;s:10:\"size_after\";i:1117;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7384;s:11:\"size_before\";i:57531;s:10:\"size_after\";i:50147;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7278;s:11:\"size_before\";i:56723;s:10:\"size_after\";i:49445;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4691;s:11:\"size_before\";i:40544;s:10:\"size_after\";i:35853;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4763;s:11:\"size_before\";i:35102;s:10:\"size_after\";i:30339;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4323;s:11:\"size_before\";i:27527;s:10:\"size_after\";i:23204;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:5149;s:11:\"size_before\";i:44338;s:10:\"size_after\";i:39189;s:4:\"time\";d:0.89000000000000001332267629550187848508358001708984375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6262;s:11:\"size_before\";i:33685;s:10:\"size_after\";i:27423;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:2112;s:11:\"size_before\";i:12885;s:10:\"size_after\";i:10773;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:931;s:11:\"size_before\";i:5312;s:10:\"size_after\";i:4381;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2825;s:11:\"size_before\";i:17840;s:10:\"size_after\";i:15015;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3595;s:11:\"size_before\";i:24320;s:10:\"size_after\";i:20725;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5305;s:11:\"size_before\";i:38149;s:10:\"size_after\";i:32844;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4814;s:11:\"size_before\";i:34993;s:10:\"size_after\";i:30179;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4484;s:11:\"size_before\";i:37528;s:10:\"size_after\";i:33044;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2526;s:11:\"size_before\";i:15992;s:10:\"size_after\";i:13466;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:3500;s:11:\"size_before\";i:23681;s:10:\"size_after\";i:20181;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2497;s:11:\"size_before\";i:17401;s:10:\"size_after\";i:14904;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4279;s:11:\"size_before\";i:29806;s:10:\"size_after\";i:25527;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:561;s:11:\"size_before\";i:3755;s:10:\"size_after\";i:3194;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4694;s:11:\"size_before\";i:40793;s:10:\"size_after\";i:36099;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:6232;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6015;s:11:\"size_before\";i:65591;s:10:\"size_after\";i:59576;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:808;s:11:\"size_before\";i:4920;s:10:\"size_after\";i:4112;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:5301;s:11:\"size_before\";i:47271;s:10:\"size_after\";i:41970;s:4:\"time\";d:0.25;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3478;s:11:\"size_before\";i:23059;s:10:\"size_after\";i:19581;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2448;s:11:\"size_before\";i:15841;s:10:\"size_after\";i:13393;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1386;s:11:\"size_before\";i:8520;s:10:\"size_after\";i:7134;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:739;s:11:\"size_before\";i:5022;s:10:\"size_after\";i:4283;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4817;s:11:\"size_before\";i:56354;s:10:\"size_after\";i:51537;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3743;s:11:\"size_before\";i:23578;s:10:\"size_after\";i:19835;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5028;s:11:\"size_before\";i:36990;s:10:\"size_after\";i:31962;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4441;s:11:\"size_before\";i:32001;s:10:\"size_after\";i:27560;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4726;s:11:\"size_before\";i:35376;s:10:\"size_after\";i:30650;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4610;s:11:\"size_before\";i:41606;s:10:\"size_after\";i:36996;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4828;s:11:\"size_before\";i:34214;s:10:\"size_after\";i:29386;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4912;s:11:\"size_before\";i:53547;s:10:\"size_after\";i:48635;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18688;s:10:\"size_after\";i:18688;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45002;s:10:\"size_after\";i:45002;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4231;s:10:\"size_after\";i:4231;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3706, 1904, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.918204453898052719296174473129212856292724609375;s:5:\"bytes\";i:195802;s:11:\"size_before\";i:1515706;s:10:\"size_after\";i:1319904;s:4:\"time\";d:7.96999999999999797495320308371447026729583740234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:3660;s:11:\"size_before\";i:22522;s:10:\"size_after\";i:18862;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:781;s:11:\"size_before\";i:5050;s:10:\"size_after\";i:4269;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6961;s:11:\"size_before\";i:52602;s:10:\"size_after\";i:45641;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3364;s:11:\"size_before\";i:21681;s:10:\"size_after\";i:18317;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:6961;s:11:\"size_before\";i:95306;s:10:\"size_after\";i:88345;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:8970;s:10:\"size_after\";i:7347;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:7447;s:11:\"size_before\";i:70056;s:10:\"size_after\";i:62609;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18862;s:10:\"size_after\";i:18862;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18317;s:10:\"size_after\";i:18317;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.75;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:7008;s:10:\"size_after\";i:5764;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:168;s:11:\"size_before\";i:1291;s:10:\"size_after\";i:1123;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:8544;s:11:\"size_before\";i:59177;s:10:\"size_after\";i:50633;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:8533;s:11:\"size_before\";i:58371;s:10:\"size_after\";i:49838;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5526;s:11:\"size_before\";i:41965;s:10:\"size_after\";i:36439;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5599;s:11:\"size_before\";i:36595;s:10:\"size_after\";i:30996;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4826;s:11:\"size_before\";i:28355;s:10:\"size_after\";i:23529;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6108;s:11:\"size_before\";i:45837;s:10:\"size_after\";i:39729;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7200;s:11:\"size_before\";i:35035;s:10:\"size_after\";i:27835;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2370;s:11:\"size_before\";i:13242;s:10:\"size_after\";i:10872;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:5447;s:10:\"size_after\";i:4430;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3264;s:11:\"size_before\";i:18404;s:10:\"size_after\";i:15140;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:3836;s:11:\"size_before\";i:25054;s:10:\"size_after\";i:21218;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6136;s:11:\"size_before\";i:39350;s:10:\"size_after\";i:33214;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5347;s:11:\"size_before\";i:35933;s:10:\"size_after\";i:30586;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5071;s:11:\"size_before\";i:38419;s:10:\"size_after\";i:33348;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2929;s:11:\"size_before\";i:16592;s:10:\"size_after\";i:13663;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:4005;s:11:\"size_before\";i:24446;s:10:\"size_after\";i:20441;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:3006;s:11:\"size_before\";i:18007;s:10:\"size_after\";i:15001;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:4809;s:11:\"size_before\";i:30645;s:10:\"size_after\";i:25836;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:613;s:11:\"size_before\";i:3860;s:10:\"size_after\";i:3247;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5686;s:11:\"size_before\";i:42330;s:10:\"size_after\";i:36644;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1378;s:11:\"size_before\";i:7740;s:10:\"size_after\";i:6362;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:7598;s:11:\"size_before\";i:67986;s:10:\"size_after\";i:60388;s:4:\"time\";d:0.25;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:868;s:11:\"size_before\";i:4983;s:10:\"size_after\";i:4115;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6167;s:11:\"size_before\";i:48710;s:10:\"size_after\";i:42543;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3973;s:11:\"size_before\";i:23873;s:10:\"size_after\";i:19900;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:2857;s:11:\"size_before\";i:16396;s:10:\"size_after\";i:13539;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:8787;s:10:\"size_after\";i:7251;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:827;s:11:\"size_before\";i:5160;s:10:\"size_after\";i:4333;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6161;s:11:\"size_before\";i:58744;s:10:\"size_after\";i:52583;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:4233;s:11:\"size_before\";i:24496;s:10:\"size_after\";i:20263;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:5843;s:11:\"size_before\";i:38070;s:10:\"size_after\";i:32227;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5036;s:11:\"size_before\";i:32824;s:10:\"size_after\";i:27788;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:5283;s:11:\"size_before\";i:36287;s:10:\"size_after\";i:31004;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5503;s:11:\"size_before\";i:43036;s:10:\"size_after\";i:37533;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5601;s:11:\"size_before\";i:35365;s:10:\"size_after\";i:29764;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:6304;s:11:\"size_before\";i:55748;s:10:\"size_after\";i:49444;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18862;s:10:\"size_after\";i:18862;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45641;s:10:\"size_after\";i:45641;s:4:\"time\";d:0.25;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4269;s:10:\"size_after\";i:4269;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),
(3707, 1905, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.993260771832492395105873583815991878509521484375;s:5:\"bytes\";i:235487;s:11:\"size_before\";i:1385767;s:10:\"size_after\";i:1150280;s:4:\"time\";d:10.8599999999999994315658113919198513031005859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4898;s:11:\"size_before\";i:24428;s:10:\"size_after\";i:19530;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1432;s:11:\"size_before\";i:6607;s:10:\"size_after\";i:5175;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:7005;s:11:\"size_before\";i:44162;s:10:\"size_after\";i:37157;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4072;s:11:\"size_before\";i:19692;s:10:\"size_after\";i:15620;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:10505;s:11:\"size_before\";i:79543;s:10:\"size_after\";i:69038;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2576;s:11:\"size_before\";i:10867;s:10:\"size_after\";i:8291;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:8309;s:11:\"size_before\";i:58102;s:10:\"size_after\";i:49793;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19530;s:10:\"size_after\";i:19530;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15620;s:10:\"size_after\";i:15620;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1566;s:11:\"size_before\";i:7171;s:10:\"size_after\";i:5605;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:172;s:11:\"size_before\";i:1171;s:10:\"size_after\";i:999;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:18822;s:11:\"size_before\";i:50849;s:10:\"size_after\";i:32027;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:18435;s:11:\"size_before\";i:50022;s:10:\"size_after\";i:31587;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:6718;s:11:\"size_before\";i:39802;s:10:\"size_after\";i:33084;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4784;s:11:\"size_before\";i:28400;s:10:\"size_after\";i:23616;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3804;s:11:\"size_before\";i:22318;s:10:\"size_after\";i:18514;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:7407;s:11:\"size_before\";i:45595;s:10:\"size_after\";i:38188;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1796;s:11:\"size_before\";i:19490;s:10:\"size_after\";i:17694;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3351;s:11:\"size_before\";i:15014;s:10:\"size_after\";i:11663;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:5756;s:10:\"size_after\";i:4538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:4070;s:11:\"size_before\";i:19829;s:10:\"size_after\";i:15759;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.5;s:5:\"bytes\";i:4722;s:11:\"size_before\";i:24213;s:10:\"size_after\";i:19491;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4591;s:11:\"size_before\";i:30653;s:10:\"size_after\";i:26062;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:6105;s:11:\"size_before\";i:35685;s:10:\"size_after\";i:29580;s:4:\"time\";d:0.25;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2762;s:11:\"size_before\";i:21927;s:10:\"size_after\";i:19165;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:16119;s:10:\"size_after\";i:12710;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4613;s:11:\"size_before\";i:23630;s:10:\"size_after\";i:19017;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3775;s:11:\"size_before\";i:17997;s:10:\"size_after\";i:14222;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5552;s:11:\"size_before\";i:30543;s:10:\"size_after\";i:24991;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1010;s:11:\"size_before\";i:5015;s:10:\"size_after\";i:4005;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:6784;s:11:\"size_before\";i:39824;s:10:\"size_after\";i:33040;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1861;s:11:\"size_before\";i:8432;s:10:\"size_after\";i:6571;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:9178;s:11:\"size_before\";i:67108;s:10:\"size_after\";i:57930;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:950;s:11:\"size_before\";i:5058;s:10:\"size_after\";i:4108;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:7583;s:11:\"size_before\";i:49650;s:10:\"size_after\";i:42067;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.760000000000001563194018672220408916473388671875;s:5:\"bytes\";i:4554;s:11:\"size_before\";i:23041;s:10:\"size_after\";i:18487;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:3279;s:11:\"size_before\";i:14793;s:10:\"size_after\";i:11514;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2070;s:11:\"size_before\";i:9352;s:10:\"size_after\";i:7282;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:5795;s:10:\"size_after\";i:4504;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:7546;s:11:\"size_before\";i:53860;s:10:\"size_after\";i:46314;s:4:\"time\";d:1.75;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:4512;s:11:\"size_before\";i:23041;s:10:\"size_after\";i:18529;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6702;s:11:\"size_before\";i:40263;s:10:\"size_after\";i:33561;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:18;s:5:\"bytes\";i:5795;s:11:\"size_before\";i:32191;s:10:\"size_after\";i:26396;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:6782;s:11:\"size_before\";i:38154;s:10:\"size_after\";i:31372;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.5;s:5:\"bytes\";i:6997;s:11:\"size_before\";i:42399;s:10:\"size_after\";i:35402;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4909;s:11:\"size_before\";i:29837;s:10:\"size_after\";i:24928;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:7215;s:11:\"size_before\";i:51357;s:10:\"size_after\";i:44142;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19530;s:10:\"size_after\";i:19530;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37157;s:10:\"size_after\";i:37157;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5175;s:10:\"size_after\";i:5175;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3708, 1906, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.158715413708446106966221123002469539642333984375;s:5:\"bytes\";i:228457;s:11:\"size_before\";i:1507100;s:10:\"size_after\";i:1278643;s:4:\"time\";d:10.1799999999999979394260662957094609737396240234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:4745;s:11:\"size_before\";i:26605;s:10:\"size_after\";i:21860;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:7017;s:10:\"size_after\";i:5653;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6975;s:11:\"size_before\";i:52473;s:10:\"size_after\";i:45498;s:4:\"time\";d:0.25;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4126;s:11:\"size_before\";i:23012;s:10:\"size_after\";i:18886;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2342;s:11:\"size_before\";i:11544;s:10:\"size_after\";i:9202;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:7926;s:11:\"size_before\";i:68990;s:10:\"size_after\";i:61064;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21860;s:10:\"size_after\";i:21860;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18886;s:10:\"size_after\";i:18886;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1559;s:11:\"size_before\";i:8161;s:10:\"size_after\";i:6602;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:168;s:11:\"size_before\";i:1204;s:10:\"size_after\";i:1036;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:18777;s:11:\"size_before\";i:50475;s:10:\"size_after\";i:31698;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:18597;s:11:\"size_before\";i:50027;s:10:\"size_after\";i:31430;s:4:\"time\";d:0.56999999999999995115018691649311222136020660400390625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:6707;s:11:\"size_before\";i:46814;s:10:\"size_after\";i:40107;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5314;s:11:\"size_before\";i:34961;s:10:\"size_after\";i:29647;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4594;s:11:\"size_before\";i:28916;s:10:\"size_after\";i:24322;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6878;s:11:\"size_before\";i:48877;s:10:\"size_after\";i:41999;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2823;s:11:\"size_before\";i:29414;s:10:\"size_after\";i:26591;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3179;s:11:\"size_before\";i:16251;s:10:\"size_after\";i:13072;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1365;s:11:\"size_before\";i:6961;s:10:\"size_after\";i:5596;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3813;s:11:\"size_before\";i:21733;s:10:\"size_after\";i:17920;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:4738;s:11:\"size_before\";i:28239;s:10:\"size_after\";i:23501;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:5549;s:11:\"size_before\";i:40277;s:10:\"size_after\";i:34728;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5773;s:11:\"size_before\";i:37692;s:10:\"size_after\";i:31919;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:4132;s:11:\"size_before\";i:33968;s:10:\"size_after\";i:29836;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3426;s:11:\"size_before\";i:18626;s:10:\"size_after\";i:15200;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:4623;s:11:\"size_before\";i:27509;s:10:\"size_after\";i:22886;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:18;s:5:\"bytes\";i:3626;s:11:\"size_before\";i:20149;s:10:\"size_after\";i:16523;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:5255;s:11:\"size_before\";i:31863;s:10:\"size_after\";i:26608;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:5304;s:10:\"size_after\";i:4285;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6527;s:11:\"size_before\";i:46901;s:10:\"size_after\";i:40374;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:9397;s:10:\"size_after\";i:7605;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:8711;s:11:\"size_before\";i:75028;s:10:\"size_after\";i:66317;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1119;s:11:\"size_before\";i:5912;s:10:\"size_after\";i:4793;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:7710;s:11:\"size_before\";i:56960;s:10:\"size_after\";i:49250;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:4560;s:11:\"size_before\";i:26691;s:10:\"size_after\";i:22131;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3311;s:11:\"size_before\";i:16925;s:10:\"size_after\";i:13614;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2069;s:11:\"size_before\";i:10618;s:10:\"size_after\";i:8549;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1197;s:11:\"size_before\";i:6529;s:10:\"size_after\";i:5332;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7650;s:11:\"size_before\";i:62718;s:10:\"size_after\";i:55068;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4737;s:11:\"size_before\";i:26560;s:10:\"size_after\";i:21823;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6742;s:11:\"size_before\";i:45088;s:10:\"size_after\";i:38346;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:6526;s:11:\"size_before\";i:39106;s:10:\"size_after\";i:32580;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.559999999999998721023075631819665431976318359375;s:5:\"bytes\";i:6928;s:11:\"size_before\";i:41845;s:10:\"size_after\";i:34917;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6394;s:11:\"size_before\";i:47791;s:10:\"size_after\";i:41397;s:4:\"time\";d:1.62000000000000010658141036401502788066864013671875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:5824;s:11:\"size_before\";i:37871;s:10:\"size_after\";i:32047;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:7267;s:11:\"size_before\";i:60341;s:10:\"size_after\";i:53074;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21860;s:10:\"size_after\";i:21860;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45498;s:10:\"size_after\";i:45498;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5653;s:10:\"size_after\";i:5653;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),
(3709, 1907, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.769855469098605027511439402587711811065673828125;s:5:\"bytes\";i:55392;s:11:\"size_before\";i:470626;s:10:\"size_after\";i:415234;s:4:\"time\";d:5.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:45:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:10586;s:10:\"size_after\";i:9324;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:479;s:11:\"size_before\";i:3117;s:10:\"size_after\";i:2638;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1057;s:11:\"size_before\";i:9067;s:10:\"size_after\";i:8010;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:713;s:11:\"size_before\";i:5058;s:10:\"size_after\";i:4345;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9324;s:10:\"size_after\";i:9324;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8010;s:10:\"size_after\";i:8010;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:489;s:11:\"size_before\";i:3552;s:10:\"size_after\";i:3063;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:109;s:11:\"size_before\";i:782;s:10:\"size_after\";i:673;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3704;s:11:\"size_before\";i:15228;s:10:\"size_after\";i:11524;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.5;s:5:\"bytes\";i:3721;s:11:\"size_before\";i:15186;s:10:\"size_after\";i:11465;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1474;s:11:\"size_before\";i:17684;s:10:\"size_after\";i:16210;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1367;s:11:\"size_before\";i:14808;s:10:\"size_after\";i:13441;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:11311;s:10:\"size_after\";i:10015;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:19514;s:10:\"size_after\";i:18007;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1498;s:11:\"size_before\";i:16184;s:10:\"size_after\";i:14686;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:944;s:11:\"size_before\";i:6390;s:10:\"size_after\";i:5446;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:431;s:11:\"size_before\";i:2926;s:10:\"size_after\";i:2495;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1051;s:11:\"size_before\";i:8830;s:10:\"size_after\";i:7779;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:10721;s:10:\"size_after\";i:9386;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:15367;s:10:\"size_after\";i:13986;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1341;s:11:\"size_before\";i:15100;s:10:\"size_after\";i:13759;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2676;s:11:\"size_before\";i:8918;s:10:\"size_after\";i:6242;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:897;s:11:\"size_before\";i:7787;s:10:\"size_after\";i:6890;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:11014;s:10:\"size_after\";i:9854;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:8485;s:10:\"size_after\";i:7451;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:12979;s:10:\"size_after\";i:11729;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:402;s:11:\"size_before\";i:2545;s:10:\"size_after\";i:2143;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1550;s:11:\"size_before\";i:17801;s:10:\"size_after\";i:16251;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:625;s:11:\"size_before\";i:4160;s:10:\"size_after\";i:3535;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:481;s:11:\"size_before\";i:2769;s:10:\"size_after\";i:2288;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:21092;s:10:\"size_after\";i:19503;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:10735;s:10:\"size_after\";i:9450;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:918;s:11:\"size_before\";i:7445;s:10:\"size_after\";i:6527;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:727;s:11:\"size_before\";i:4673;s:10:\"size_after\";i:3946;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:478;s:11:\"size_before\";i:2981;s:10:\"size_after\";i:2503;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:3467;s:11:\"size_before\";i:13044;s:10:\"size_after\";i:9577;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1240;s:11:\"size_before\";i:10866;s:10:\"size_after\";i:9626;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:17036;s:10:\"size_after\";i:15664;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1337;s:11:\"size_before\";i:13673;s:10:\"size_after\";i:12336;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1539;s:11:\"size_before\";i:16297;s:10:\"size_after\";i:14758;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:18596;s:10:\"size_after\";i:17171;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:14028;s:10:\"size_after\";i:12771;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3524;s:11:\"size_before\";i:12995;s:10:\"size_after\";i:9471;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9324;s:10:\"size_after\";i:9324;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2638;s:10:\"size_after\";i:2638;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(3710, 1908, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.521365189708464793483244648086838424205780029296875;s:5:\"bytes\";i:14457;s:11:\"size_before\";i:410551;s:10:\"size_after\";i:396094;s:4:\"time\";d:6.64999999999999769073610877967439591884613037109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:50:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:471;s:11:\"size_before\";i:6582;s:10:\"size_after\";i:6111;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:265;s:11:\"size_before\";i:2032;s:10:\"size_after\";i:1767;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:449;s:11:\"size_before\";i:14831;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:457;s:11:\"size_before\";i:6313;s:10:\"size_after\";i:5856;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:25987;s:10:\"size_after\";i:25987;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:359;s:11:\"size_before\";i:3040;s:10:\"size_after\";i:2681;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:311;s:11:\"size_before\";i:19670;s:10:\"size_after\";i:19359;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6111;s:10:\"size_after\";i:6111;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5856;s:10:\"size_after\";i:5856;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:319;s:11:\"size_before\";i:2502;s:10:\"size_after\";i:2183;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:142;s:11:\"size_before\";i:679;s:10:\"size_after\";i:537;s:4:\"time\";d:1.20999999999999996447286321199499070644378662109375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.319999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:505;s:11:\"size_before\";i:15225;s:10:\"size_after\";i:14720;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:480;s:11:\"size_before\";i:14888;s:10:\"size_after\";i:14408;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10025;s:10:\"size_after\";i:10025;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7276;s:10:\"size_after\";i:7276;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:816;s:11:\"size_before\";i:7878;s:10:\"size_after\";i:7062;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:223;s:11:\"size_before\";i:12606;s:10:\"size_after\";i:12383;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:7377;s:10:\"size_after\";i:6329;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:360;s:11:\"size_before\";i:4167;s:10:\"size_after\";i:3807;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:295;s:11:\"size_before\";i:1974;s:10:\"size_after\";i:1679;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:404;s:11:\"size_before\";i:5315;s:10:\"size_after\";i:4911;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:277;s:11:\"size_before\";i:6340;s:10:\"size_after\";i:6063;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:701;s:11:\"size_before\";i:10892;s:10:\"size_after\";i:10191;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:416;s:11:\"size_before\";i:10198;s:10:\"size_after\";i:9782;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7392;s:10:\"size_after\";i:7392;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:335;s:11:\"size_before\";i:4498;s:10:\"size_after\";i:4163;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:296;s:11:\"size_before\";i:6624;s:10:\"size_after\";i:6328;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:443;s:11:\"size_before\";i:5649;s:10:\"size_after\";i:5206;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:374;s:11:\"size_before\";i:8784;s:10:\"size_after\";i:8410;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:222;s:11:\"size_before\";i:1584;s:10:\"size_after\";i:1362;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5;s:5:\"bytes\";i:52;s:11:\"size_before\";i:10348;s:10:\"size_after\";i:10296;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:355;s:11:\"size_before\";i:2792;s:10:\"size_after\";i:2437;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:133;s:11:\"size_before\";i:18718;s:10:\"size_after\";i:18585;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:260;s:11:\"size_before\";i:1823;s:10:\"size_after\";i:1563;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:267;s:11:\"size_before\";i:13247;s:10:\"size_after\";i:12980;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:241;s:11:\"size_before\";i:5900;s:10:\"size_after\";i:5659;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.86000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:305;s:11:\"size_before\";i:3880;s:10:\"size_after\";i:3575;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:320;s:11:\"size_before\";i:2849;s:10:\"size_after\";i:2529;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:177;s:11:\"size_before\";i:1697;s:10:\"size_after\";i:1520;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13481;s:10:\"size_after\";i:13481;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:104;s:11:\"size_before\";i:5660;s:10:\"size_after\";i:5556;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:412;s:11:\"size_before\";i:10535;s:10:\"size_after\";i:10123;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.94000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:452;s:11:\"size_before\";i:9155;s:10:\"size_after\";i:8703;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:419;s:11:\"size_before\";i:10246;s:10:\"size_after\";i:9827;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:367;s:11:\"size_before\";i:12879;s:10:\"size_after\";i:12512;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:625;s:11:\"size_before\";i:9754;s:10:\"size_after\";i:9129;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13032;s:10:\"size_after\";i:13032;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6111;s:10:\"size_after\";i:6111;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14382;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1767;s:10:\"size_after\";i:1767;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3711, 1909, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.6406453811532717423915528343059122562408447265625;s:5:\"bytes\";i:149505;s:11:\"size_before\";i:1021164;s:10:\"size_after\";i:871659;s:4:\"time\";d:8.6399999999999952393636704073287546634674072265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:17;s:5:\"bytes\";i:3142;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:15342;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:993;s:11:\"size_before\";i:5317;s:10:\"size_after\";i:4324;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5034;s:11:\"size_before\";i:36887;s:10:\"size_after\";i:31853;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:2922;s:11:\"size_before\";i:16775;s:10:\"size_after\";i:13853;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1675;s:11:\"size_before\";i:8360;s:10:\"size_after\";i:6685;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:5415;s:11:\"size_before\";i:48384;s:10:\"size_after\";i:42969;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15342;s:10:\"size_after\";i:15342;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13853;s:10:\"size_after\";i:13853;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1242;s:11:\"size_before\";i:6233;s:10:\"size_after\";i:4991;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:164;s:11:\"size_before\";i:1056;s:10:\"size_after\";i:892;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.11999999999999744204615126363933086395263671875;s:5:\"bytes\";i:11356;s:11:\"size_before\";i:33281;s:10:\"size_after\";i:21925;s:4:\"time\";d:2.20000000000000017763568394002504646778106689453125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:11029;s:11:\"size_before\";i:32503;s:10:\"size_after\";i:21474;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3757;s:11:\"size_before\";i:27878;s:10:\"size_after\";i:24121;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2316;s:11:\"size_before\";i:18856;s:10:\"size_after\";i:16540;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3744;s:11:\"size_before\";i:21999;s:10:\"size_after\";i:18255;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4611;s:11:\"size_before\";i:33517;s:10:\"size_after\";i:28906;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3622;s:11:\"size_before\";i:26758;s:10:\"size_after\";i:23136;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2266;s:11:\"size_before\";i:11496;s:10:\"size_after\";i:9230;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1157;s:11:\"size_before\";i:5514;s:10:\"size_after\";i:4357;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2757;s:11:\"size_before\";i:15238;s:10:\"size_after\";i:12481;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:2879;s:11:\"size_before\";i:17703;s:10:\"size_after\";i:14824;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:4455;s:11:\"size_before\";i:30428;s:10:\"size_after\";i:25973;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:3892;s:11:\"size_before\";i:26174;s:10:\"size_after\";i:22282;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2221;s:11:\"size_before\";i:19232;s:10:\"size_after\";i:17011;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2364;s:11:\"size_before\";i:12703;s:10:\"size_after\";i:10339;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3025;s:11:\"size_before\";i:18314;s:10:\"size_after\";i:15289;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2719;s:11:\"size_before\";i:14705;s:10:\"size_after\";i:11986;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:3794;s:11:\"size_before\";i:22698;s:10:\"size_after\";i:18904;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:750;s:11:\"size_before\";i:4023;s:10:\"size_after\";i:3273;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4008;s:11:\"size_before\";i:28963;s:10:\"size_after\";i:24955;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:1353;s:11:\"size_before\";i:7078;s:10:\"size_after\";i:5725;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:5688;s:11:\"size_before\";i:51147;s:10:\"size_after\";i:45459;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:852;s:11:\"size_before\";i:4660;s:10:\"size_after\";i:3808;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:5166;s:11:\"size_before\";i:38970;s:10:\"size_after\";i:33804;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:2626;s:11:\"size_before\";i:16382;s:10:\"size_after\";i:13756;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1656;s:11:\"size_before\";i:10137;s:10:\"size_after\";i:8481;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:7777;s:10:\"size_after\";i:6195;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:870;s:11:\"size_before\";i:4466;s:10:\"size_after\";i:3596;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3892;s:11:\"size_before\";i:36806;s:10:\"size_after\";i:32914;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2445;s:11:\"size_before\";i:15815;s:10:\"size_after\";i:13370;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4368;s:11:\"size_before\";i:30565;s:10:\"size_after\";i:26197;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4105;s:11:\"size_before\";i:26836;s:10:\"size_after\";i:22731;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:4398;s:11:\"size_before\";i:28633;s:10:\"size_after\";i:24235;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:4739;s:11:\"size_before\";i:33741;s:10:\"size_after\";i:29002;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:4436;s:11:\"size_before\";i:28064;s:10:\"size_after\";i:23628;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4020;s:11:\"size_before\";i:35894;s:10:\"size_after\";i:31874;s:4:\"time\";d:0.25;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15342;s:10:\"size_after\";i:15342;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31853;s:10:\"size_after\";i:31853;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4324;s:10:\"size_after\";i:4324;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3712, 1910, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.35783053569958411799234454520046710968017578125;s:5:\"bytes\";i:224803;s:11:\"size_before\";i:886523;s:10:\"size_after\";i:661720;s:4:\"time\";d:11.379999999999999005240169935859739780426025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:12995;s:10:\"size_after\";i:9553;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1285;s:11:\"size_before\";i:4331;s:10:\"size_after\";i:3046;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:10440;s:11:\"size_before\";i:38623;s:10:\"size_after\";i:28183;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:4923;s:11:\"size_before\";i:16349;s:10:\"size_after\";i:11426;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:28;s:5:\"bytes\";i:1850;s:11:\"size_before\";i:6607;s:10:\"size_after\";i:4757;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:12907;s:11:\"size_before\";i:54144;s:10:\"size_after\";i:41237;s:4:\"time\";d:0.520000000000000017763568394002504646778106689453125;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9553;s:10:\"size_after\";i:9553;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11426;s:10:\"size_after\";i:11426;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1849;s:11:\"size_before\";i:6128;s:10:\"size_after\";i:4279;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:209;s:11:\"size_before\";i:1008;s:10:\"size_after\";i:799;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.969999999999998863131622783839702606201171875;s:5:\"bytes\";i:3190;s:11:\"size_before\";i:14521;s:10:\"size_after\";i:11331;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:3026;s:11:\"size_before\";i:14218;s:10:\"size_after\";i:11192;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.25;s:5:\"bytes\";i:7420;s:11:\"size_before\";i:26269;s:10:\"size_after\";i:18849;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5371;s:11:\"size_before\";i:19391;s:10:\"size_after\";i:14020;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:5183;s:11:\"size_before\";i:17698;s:10:\"size_after\";i:12515;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:7779;s:11:\"size_before\";i:26191;s:10:\"size_after\";i:18412;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6161;s:11:\"size_before\";i:21445;s:10:\"size_after\";i:15284;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3091;s:11:\"size_before\";i:10384;s:10:\"size_after\";i:7293;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1346;s:11:\"size_before\";i:4579;s:10:\"size_after\";i:3233;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4202;s:11:\"size_before\";i:13850;s:10:\"size_after\";i:9648;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3906;s:11:\"size_before\";i:14287;s:10:\"size_after\";i:10381;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:7117;s:11:\"size_before\";i:26639;s:10:\"size_after\";i:19522;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:7330;s:11:\"size_before\";i:24923;s:10:\"size_after\";i:17593;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4891;s:11:\"size_before\";i:20153;s:10:\"size_after\";i:15262;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.120000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3144;s:11:\"size_before\";i:10796;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4551;s:11:\"size_before\";i:15324;s:10:\"size_after\";i:10773;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:3006;s:11:\"size_before\";i:10388;s:10:\"size_after\";i:7382;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:5995;s:11:\"size_before\";i:20725;s:10:\"size_after\";i:14730;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:947;s:11:\"size_before\";i:3390;s:10:\"size_after\";i:2443;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.940000000000001278976924368180334568023681640625;s:5:\"bytes\";i:7977;s:11:\"size_before\";i:28547;s:10:\"size_after\";i:20570;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:6257;s:10:\"size_after\";i:4368;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:12554;s:11:\"size_before\";i:47686;s:10:\"size_after\";i:35132;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1305;s:11:\"size_before\";i:4549;s:10:\"size_after\";i:3244;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:10655;s:11:\"size_before\";i:38652;s:10:\"size_after\";i:27997;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3896;s:11:\"size_before\";i:13528;s:10:\"size_after\";i:9632;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:2465;s:11:\"size_before\";i:9037;s:10:\"size_after\";i:6572;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:6909;s:10:\"size_after\";i:4725;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:3970;s:10:\"size_after\";i:2766;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:8830;s:11:\"size_before\";i:37141;s:10:\"size_after\";i:28311;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.5;s:5:\"bytes\";i:3350;s:11:\"size_before\";i:12183;s:10:\"size_after\";i:8833;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:7564;s:11:\"size_before\";i:27374;s:10:\"size_after\";i:19810;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:6667;s:11:\"size_before\";i:23668;s:10:\"size_after\";i:17001;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:6431;s:11:\"size_before\";i:22578;s:10:\"size_after\";i:16147;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9694;s:11:\"size_before\";i:34290;s:10:\"size_after\";i:24596;s:4:\"time\";d:2.12999999999999989341858963598497211933135986328125;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:5128;s:11:\"size_before\";i:17566;s:10:\"size_after\";i:12438;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8449;s:11:\"size_before\";i:35471;s:10:\"size_after\";i:27022;s:4:\"time\";d:2.359999999999999875655021241982467472553253173828125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9553;s:10:\"size_after\";i:9553;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28183;s:10:\"size_after\";i:28183;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3046;s:10:\"size_after\";i:3046;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3713, 1931, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.04628366757226980154893425378759275190532207489013671875;s:5:\"bytes\";i:884;s:11:\"size_before\";i:1909961;s:10:\"size_after\";i:1909077;s:4:\"time\";d:5.7499999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:47:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37942;s:10:\"size_after\";i:37942;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12912;s:10:\"size_after\";i:12912;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41461;s:10:\"size_after\";i:41461;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37942;s:10:\"size_after\";i:37942;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37942;s:10:\"size_after\";i:37942;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10325;s:10:\"size_after\";i:10325;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1419;s:10:\"size_after\";i:1419;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72762;s:10:\"size_after\";i:72762;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67870;s:10:\"size_after\";i:67870;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51388;s:10:\"size_after\";i:51388;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77737;s:10:\"size_after\";i:77737;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66959;s:10:\"size_after\";i:66959;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20277;s:10:\"size_after\";i:20277;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7350;s:10:\"size_after\";i:7350;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29543;s:10:\"size_after\";i:29543;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46081;s:10:\"size_after\";i:46081;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80997;s:10:\"size_after\";i:80997;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69555;s:10:\"size_after\";i:69555;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66551;s:10:\"size_after\";i:66551;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28067;s:10:\"size_after\";i:28067;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45927;s:10:\"size_after\";i:45927;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31948;s:10:\"size_after\";i:31948;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57231;s:10:\"size_after\";i:57231;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4935;s:10:\"size_after\";i:4935;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74883;s:10:\"size_after\";i:74883;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11903;s:10:\"size_after\";i:11903;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6681;s:10:\"size_after\";i:6681;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42897;s:10:\"size_after\";i:42897;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28694;s:10:\"size_after\";i:28694;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13798;s:10:\"size_after\";i:13798;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7268;s:10:\"size_after\";i:7268;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77552;s:10:\"size_after\";i:77552;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46128;s:10:\"size_after\";i:46128;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75967;s:10:\"size_after\";i:75967;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:63714;s:10:\"size_after\";i:63714;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69899;s:10:\"size_after\";i:69899;s:4:\"time\";d:0.25;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77579;s:10:\"size_after\";i:77579;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70123;s:10:\"size_after\";i:70123;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77519;s:10:\"size_after\";i:77519;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37942;s:10:\"size_after\";i:37942;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6941;s:10:\"size_after\";i:6941;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37942;s:10:\"size_after\";i:37942;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6941;s:10:\"size_after\";i:6941;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:345;s:11:\"size_before\";i:32407;s:10:\"size_after\";i:32062;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:274;s:11:\"size_before\";i:19262;s:10:\"size_after\";i:18988;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:265;s:11:\"size_before\";i:17381;s:10:\"size_after\";i:17116;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1419;s:10:\"size_after\";i:1419;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3714, 1936, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.3136018553346435755457832783577032387256622314453125;s:5:\"bytes\";i:5902;s:11:\"size_before\";i:449299;s:10:\"size_after\";i:443397;s:4:\"time\";d:5.7900000000000009237055564881302416324615478515625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:44:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7960;s:10:\"size_after\";i:7960;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3903;s:10:\"size_after\";i:3903;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"menu-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11347;s:10:\"size_after\";i:11347;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11629;s:10:\"size_after\";i:11629;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7960;s:10:\"size_after\";i:7960;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2728;s:10:\"size_after\";i:2728;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:432;s:10:\"size_after\";i:432;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16542;s:10:\"size_after\";i:16542;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20825;s:10:\"size_after\";i:20825;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8084;s:10:\"size_after\";i:8084;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16053;s:10:\"size_after\";i:16053;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8084;s:10:\"size_after\";i:8084;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5467;s:10:\"size_after\";i:5467;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2091;s:10:\"size_after\";i:2091;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8856;s:10:\"size_after\";i:8856;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12894;s:10:\"size_after\";i:12894;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10842;s:10:\"size_after\";i:10842;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:804;s:11:\"size_before\";i:13771;s:10:\"size_after\";i:12967;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:978;s:11:\"size_before\";i:15350;s:10:\"size_after\";i:14372;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7335;s:10:\"size_after\";i:7335;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12824;s:10:\"size_after\";i:12824;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8653;s:10:\"size_after\";i:8653;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:29;s:11:\"size_before\";i:11808;s:10:\"size_after\";i:11779;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2011;s:10:\"size_after\";i:2011;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:17498;s:10:\"size_after\";i:16389;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3561;s:10:\"size_after\";i:3561;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1961;s:10:\"size_after\";i:1961;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:1070;s:11:\"size_before\";i:17272;s:10:\"size_after\";i:16202;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11687;s:10:\"size_after\";i:11687;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6644;s:10:\"size_after\";i:6644;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3925;s:10:\"size_after\";i:3925;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2102;s:10:\"size_after\";i:2102;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11225;s:10:\"size_after\";i:11225;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:811;s:11:\"size_before\";i:14061;s:10:\"size_after\";i:13250;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11069;s:10:\"size_after\";i:11069;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12967;s:10:\"size_after\";i:12967;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:17386;s:10:\"size_after\";i:16285;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10526;s:10:\"size_after\";i:10526;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11629;s:10:\"size_after\";i:11629;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25860;s:10:\"size_after\";i:25860;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2494;s:10:\"size_after\";i:2494;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11629;s:10:\"size_after\";i:11629;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25860;s:10:\"size_after\";i:25860;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2494;s:10:\"size_after\";i:2494;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3715, 2180, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.074894077327428920654028843273408710956573486328125;s:5:\"bytes\";i:10394;s:11:\"size_before\";i:966979;s:10:\"size_after\";i:956585;s:4:\"time\";d:1.0800000000000007371880883511039428412914276123046875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11330;s:10:\"size_after\";i:11330;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58956;s:10:\"size_after\";i:58956;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4425;s:10:\"size_after\";i:4425;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40347;s:10:\"size_after\";i:40347;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102740;s:10:\"size_after\";i:102740;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35521;s:10:\"size_after\";i:35521;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11330;s:10:\"size_after\";i:11330;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11330;s:10:\"size_after\";i:11330;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3477;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:678;s:10:\"size_after\";i:678;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43560;s:10:\"size_after\";i:43560;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42554;s:10:\"size_after\";i:42554;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18646;s:10:\"size_after\";i:18646;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12479;s:10:\"size_after\";i:12479;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15215;s:10:\"size_after\";i:15215;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25171;s:10:\"size_after\";i:25171;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1799999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:280;s:11:\"size_before\";i:23726;s:10:\"size_after\";i:23446;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0200000000000000004163336342344337026588618755340576171875;s:5:\"bytes\";i:1;s:11:\"size_before\";i:6536;s:10:\"size_after\";i:6535;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2599;s:10:\"size_after\";i:2599;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3899999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:127;s:11:\"size_before\";i:9121;s:10:\"size_after\";i:8994;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5900000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:181;s:11:\"size_before\";i:11391;s:10:\"size_after\";i:11210;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:447;s:11:\"size_before\";i:22057;s:10:\"size_after\";i:21610;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:447;s:11:\"size_before\";i:20316;s:10:\"size_after\";i:19869;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1600000000000000033306690738754696212708950042724609375;s:5:\"bytes\";i:20;s:11:\"size_before\";i:12193;s:10:\"size_after\";i:12173;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.59999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:47;s:11:\"size_before\";i:7842;s:10:\"size_after\";i:7795;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:162;s:11:\"size_before\";i:11982;s:10:\"size_after\";i:11820;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:194;s:11:\"size_before\";i:9467;s:10:\"size_after\";i:9273;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:397;s:11:\"size_before\";i:16488;s:10:\"size_after\";i:16091;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1836;s:10:\"size_after\";i:1836;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:375;s:11:\"size_before\";i:20034;s:10:\"size_after\";i:19659;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3877;s:10:\"size_after\";i:3877;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1413;s:11:\"size_before\";i:39265;s:10:\"size_after\";i:37852;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2510;s:10:\"size_after\";i:2510;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.37000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:951;s:11:\"size_before\";i:28246;s:10:\"size_after\";i:27295;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:119;s:11:\"size_before\";i:10207;s:10:\"size_after\";i:10088;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6035;s:10:\"size_after\";i:6035;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4154;s:10:\"size_after\";i:4154;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2171;s:10:\"size_after\";i:2171;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:526;s:11:\"size_before\";i:26557;s:10:\"size_after\";i:26031;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:36;s:11:\"size_before\";i:9861;s:10:\"size_after\";i:9825;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:619;s:11:\"size_before\";i:21443;s:10:\"size_after\";i:20824;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:540;s:11:\"size_before\";i:18115;s:10:\"size_after\";i:17575;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:623;s:11:\"size_before\";i:19870;s:10:\"size_after\";i:19247;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:834;s:11:\"size_before\";i:25836;s:10:\"size_after\";i:25002;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:456;s:11:\"size_before\";i:20304;s:10:\"size_after\";i:19848;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:539;s:11:\"size_before\";i:26088;s:10:\"size_after\";i:25549;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:581;s:10:\"size_after\";i:581;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:815;s:10:\"size_after\";i:815;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1079;s:10:\"size_after\";i:1079;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11330;s:10:\"size_after\";i:11330;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1060;s:11:\"size_before\";i:29965;s:10:\"size_after\";i:28905;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2544;s:10:\"size_after\";i:2544;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11330;s:10:\"size_after\";i:11330;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28905;s:10:\"size_after\";i:28905;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2544;s:10:\"size_after\";i:2544;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3716, 2194, '_wp_attached_file', '2020/03/pictureontop2.jpg'),
(3717, 2194, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:25:\"2020/03/pictureontop2.jpg\";s:5:\"sizes\";a:54:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pictureontop2-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:26:\"pictureontop2-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:25:\"pictureontop2-150x150.jpg\";s:5:\"width\";i: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:\"pictureontop2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:25:\"pictureontop2-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:25:\"pictureontop2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:25:\"pictureontop2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:24:\"pictureontop2-128x85.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:23:\"pictureontop2-32x21.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:26:\"pictureontop2-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:26:\"pictureontop2-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:25:\"pictureontop2-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:25:\"pictureontop2-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:25:\"pictureontop2-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:25:\"pictureontop2-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:25:\"pictureontop2-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:25:\"pictureontop2-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:24:\"pictureontop2-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:25:\"pictureontop2-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:25:\"pictureontop2-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:25:\"pictureontop2-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:25:\"pictureontop2-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:25:\"pictureontop2-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:25:\"pictureontop2-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:25:\"pictureontop2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:25:\"pictureontop2-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:25:\"pictureontop2-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"pictureontop2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:25:\"pictureontop2-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:25:\"pictureontop2-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:25:\"pictureontop2-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:23:\"pictureontop2-98x65.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:25:\"pictureontop2-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:25:\"pictureontop2-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:25:\"pictureontop2-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:25:\"pictureontop2-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:24:\"pictureontop2-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:25:\"pictureontop2-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:25:\"pictureontop2-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:25:\"pictureontop2-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:25:\"pictureontop2-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:25:\"pictureontop2-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:25:\"pictureontop2-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:25:\"pictureontop2-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:25:\"pictureontop2-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:23:\"pictureontop2-24x16.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:23:\"pictureontop2-36x24.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:23:\"pictureontop2-48x32.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"pictureontop2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"pictureontop2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"pictureontop2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"pictureontop2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"pictureontop2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pictureontop2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3718, 2194, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.757090560479958707418290941859595477581024169921875;s:5:\"bytes\";i:22727;s:11:\"size_before\";i:1293445;s:10:\"size_after\";i:1270718;s:4:\"time\";d:1.1000000000000007549516567451064474880695343017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:54:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:110;s:11:\"size_before\";i:11575;s:10:\"size_after\";i:11465;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1793;s:11:\"size_before\";i:84404;s:10:\"size_after\";i:82611;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5173;s:10:\"size_after\";i:5173;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:53541;s:10:\"size_after\";i:52396;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:62408;s:10:\"size_after\";i:61036;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6399999999999999023003738329862244427204132080078125;s:5:\"bytes\";i:261;s:11:\"size_before\";i:15908;s:10:\"size_after\";i:15647;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11465;s:10:\"size_after\";i:11465;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2920;s:10:\"size_after\";i:2920;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:536;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2008;s:11:\"size_before\";i:91479;s:10:\"size_after\";i:89471;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2185;s:11:\"size_before\";i:92415;s:10:\"size_after\";i:90230;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:679;s:11:\"size_before\";i:31237;s:10:\"size_after\";i:30558;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:416;s:11:\"size_before\";i:24227;s:10:\"size_after\";i:23811;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:187;s:11:\"size_before\";i:16490;s:10:\"size_after\";i:16303;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:752;s:11:\"size_before\";i:38946;s:10:\"size_after\";i:38194;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:198;s:11:\"size_before\";i:20955;s:10:\"size_after\";i:20757;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1499999999999999944488848768742172978818416595458984375;s:5:\"bytes\";i:12;s:11:\"size_before\";i:8102;s:10:\"size_after\";i:8090;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2508;s:10:\"size_after\";i:2508;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:121;s:11:\"size_before\";i:12005;s:10:\"size_after\";i:11884;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:334;s:11:\"size_before\";i:15508;s:10:\"size_after\";i:15174;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:471;s:11:\"size_before\";i:26510;s:10:\"size_after\";i:26039;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:511;s:11:\"size_before\";i:27583;s:10:\"size_after\";i:27072;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:659;s:11:\"size_before\";i:29859;s:10:\"size_after\";i:29200;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.63000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:59;s:11:\"size_before\";i:9400;s:10:\"size_after\";i:9341;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:270;s:11:\"size_before\";i:15864;s:10:\"size_after\";i:15594;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1799999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:136;s:11:\"size_before\";i:11511;s:10:\"size_after\";i:11375;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:363;s:11:\"size_before\";i:22206;s:10:\"size_after\";i:21843;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1885;s:10:\"size_after\";i:1885;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.020000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:637;s:11:\"size_before\";i:31583;s:10:\"size_after\";i:30946;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4090;s:10:\"size_after\";i:4090;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1461;s:11:\"size_before\";i:68526;s:10:\"size_after\";i:67065;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2074;s:10:\"size_after\";i:2074;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:945;s:11:\"size_before\";i:44439;s:10:\"size_after\";i:43494;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.25;s:5:\"bytes\";i:179;s:11:\"size_before\";i:14329;s:10:\"size_after\";i:14150;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8232;s:10:\"size_after\";i:8232;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4439;s:10:\"size_after\";i:4439;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2268;s:10:\"size_after\";i:2268;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:876;s:11:\"size_before\";i:49163;s:10:\"size_after\";i:48287;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8400000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:270;s:11:\"size_before\";i:14679;s:10:\"size_after\";i:14409;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9099999999999999200639422269887290894985198974609375;s:5:\"bytes\";i:618;s:11:\"size_before\";i:32290;s:10:\"size_after\";i:31672;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:385;s:11:\"size_before\";i:24478;s:10:\"size_after\";i:24093;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:483;s:11:\"size_before\";i:30096;s:10:\"size_after\";i:29613;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:785;s:11:\"size_before\";i:37783;s:10:\"size_after\";i:36998;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:363;s:11:\"size_before\";i:24128;s:10:\"size_after\";i:23765;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:959;s:11:\"size_before\";i:45160;s:10:\"size_after\";i:44201;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:419;s:10:\"size_after\";i:419;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:580;s:10:\"size_after\";i:580;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:713;s:10:\"size_after\";i:713;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15647;s:10:\"size_after\";i:15647;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.029999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:724;s:11:\"size_before\";i:35587;s:10:\"size_after\";i:34863;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2806;s:10:\"size_after\";i:2806;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15647;s:10:\"size_after\";i:15647;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34863;s:10:\"size_after\";i:34863;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2806;s:10:\"size_after\";i:2806;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3719, 2195, '_wp_attached_file', '2020/03/puma1.png'),
(3720, 2195, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:729;s:6:\"height\";i:479;s:4:\"file\";s:17:\"2020/03/puma1.png\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"puma1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"puma1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:17:\"puma1-700x479.png\";s:5:\"width\";i:700;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:17:\"puma1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:17:\"puma1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:16:\"puma1-128x84.png\";s:5:\"width\";i:128;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:15:\"puma1-32x21.png\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:17:\"puma1-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:17:\"puma1-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:17:\"puma1-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:17:\"puma1-540x479.png\";s:5:\"width\";i:540;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:17:\"puma1-270x479.png\";s:5:\"width\";i:270;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:17:\"puma1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:16:\"puma1-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:17:\"puma1-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:17:\"puma1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:17:\"puma1-360x479.png\";s:5:\"width\";i:360;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:17:\"puma1-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:17:\"puma1-729x240.png\";s:5:\"width\";i:729;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:17:\"puma1-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:17:\"puma1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:17:\"puma1-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:17:\"puma1-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"puma1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:17:\"puma1-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:17:\"puma1-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:15:\"puma1-98x64.png\";s:5:\"width\";i:98;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:17:\"puma1-550x479.png\";s:5:\"width\";i:550;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:17:\"puma1-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:17:\"puma1-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:17:\"puma1-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:16:\"puma1-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:17:\"puma1-729x450.png\";s:5:\"width\";i:729;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:17:\"puma1-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:17:\"puma1-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:17:\"puma1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:17:\"puma1-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:17:\"puma1-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:17:\"puma1-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:17:\"puma1-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:15:\"puma1-24x16.png\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:15:\"puma1-36x24.png\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:15:\"puma1-48x32.png\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"puma1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"puma1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"puma1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"puma1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"puma1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"puma1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3721, 2196, '_wp_attached_file', '2020/03/evian1.png');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3722, 2196, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:729;s:6:\"height\";i:479;s:4:\"file\";s:18:\"2020/03/evian1.png\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"evian1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"evian1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:18:\"evian1-700x479.png\";s:5:\"width\";i:700;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:18:\"evian1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:18:\"evian1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:17:\"evian1-128x84.png\";s:5:\"width\";i:128;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:16:\"evian1-32x21.png\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:18:\"evian1-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:18:\"evian1-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:18:\"evian1-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:18:\"evian1-540x479.png\";s:5:\"width\";i:540;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:18:\"evian1-270x479.png\";s:5:\"width\";i:270;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:18:\"evian1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:17:\"evian1-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:18:\"evian1-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:18:\"evian1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:18:\"evian1-360x479.png\";s:5:\"width\";i:360;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:18:\"evian1-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:18:\"evian1-729x240.png\";s:5:\"width\";i:729;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:18:\"evian1-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:18:\"evian1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:18:\"evian1-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:18:\"evian1-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"evian1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:18:\"evian1-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:18:\"evian1-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:16:\"evian1-98x64.png\";s:5:\"width\";i:98;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:18:\"evian1-550x479.png\";s:5:\"width\";i:550;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:18:\"evian1-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:18:\"evian1-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:18:\"evian1-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:17:\"evian1-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:18:\"evian1-729x450.png\";s:5:\"width\";i:729;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:18:\"evian1-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:18:\"evian1-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:18:\"evian1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:18:\"evian1-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:18:\"evian1-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:18:\"evian1-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:18:\"evian1-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:16:\"evian1-24x16.png\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:16:\"evian1-36x24.png\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:16:\"evian1-48x32.png\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"evian1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"evian1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"evian1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"evian1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"evian1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"evian1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3723, 2197, '_wp_attached_file', '2020/03/nike1.png'),
(3724, 2197, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:729;s:6:\"height\";i:479;s:4:\"file\";s:17:\"2020/03/nike1.png\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"nike1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"nike1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:17:\"nike1-700x479.png\";s:5:\"width\";i:700;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:17:\"nike1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:17:\"nike1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:16:\"nike1-128x84.png\";s:5:\"width\";i:128;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:15:\"nike1-32x21.png\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:17:\"nike1-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:17:\"nike1-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:17:\"nike1-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:17:\"nike1-540x479.png\";s:5:\"width\";i:540;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:17:\"nike1-270x479.png\";s:5:\"width\";i:270;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:17:\"nike1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:16:\"nike1-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:17:\"nike1-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:17:\"nike1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:17:\"nike1-360x479.png\";s:5:\"width\";i:360;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:17:\"nike1-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:17:\"nike1-729x240.png\";s:5:\"width\";i:729;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:17:\"nike1-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:17:\"nike1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:17:\"nike1-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:17:\"nike1-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"nike1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:17:\"nike1-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:17:\"nike1-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:15:\"nike1-98x64.png\";s:5:\"width\";i:98;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:17:\"nike1-550x479.png\";s:5:\"width\";i:550;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:17:\"nike1-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:17:\"nike1-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:17:\"nike1-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:16:\"nike1-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:17:\"nike1-729x450.png\";s:5:\"width\";i:729;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:17:\"nike1-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:17:\"nike1-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:17:\"nike1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:17:\"nike1-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:17:\"nike1-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:17:\"nike1-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:17:\"nike1-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:15:\"nike1-24x16.png\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:15:\"nike1-36x24.png\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:15:\"nike1-48x32.png\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"nike1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"nike1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"nike1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"nike1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"nike1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"nike1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3725, 2198, '_wp_attached_file', '2020/03/Coca1.png'),
(3726, 2198, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:729;s:6:\"height\";i:479;s:4:\"file\";s:17:\"2020/03/Coca1.png\";s:5:\"sizes\";a:49:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Coca1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Coca1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:17:\"Coca1-700x479.png\";s:5:\"width\";i:700;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:17:\"Coca1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:17:\"Coca1-300x197.png\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:16:\"Coca1-128x84.png\";s:5:\"width\";i:128;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:15:\"Coca1-32x21.png\";s:5:\"width\";i:32;s:6:\"height\";i:21;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:17:\"Coca1-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:17:\"Coca1-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:17:\"Coca1-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:17:\"Coca1-540x479.png\";s:5:\"width\";i:540;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:17:\"Coca1-270x479.png\";s:5:\"width\";i:270;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:17:\"Coca1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:16:\"Coca1-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:17:\"Coca1-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:17:\"Coca1-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:17:\"Coca1-360x479.png\";s:5:\"width\";i:360;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:17:\"Coca1-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:17:\"Coca1-729x240.png\";s:5:\"width\";i:729;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:17:\"Coca1-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:17:\"Coca1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:17:\"Coca1-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:17:\"Coca1-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"Coca1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:17:\"Coca1-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:17:\"Coca1-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:15:\"Coca1-98x64.png\";s:5:\"width\";i:98;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:17:\"Coca1-550x479.png\";s:5:\"width\";i:550;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:17:\"Coca1-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:17:\"Coca1-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:17:\"Coca1-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:16:\"Coca1-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:17:\"Coca1-729x450.png\";s:5:\"width\";i:729;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:17:\"Coca1-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:17:\"Coca1-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:17:\"Coca1-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:17:\"Coca1-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:17:\"Coca1-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:17:\"Coca1-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:17:\"Coca1-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:15:\"Coca1-24x16.png\";s:5:\"width\";i:24;s:6:\"height\";i:16;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:15:\"Coca1-36x24.png\";s:5:\"width\";i:36;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:15:\"Coca1-48x32.png\";s:5:\"width\";i:48;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Coca1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Coca1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Coca1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Coca1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Coca1-600x394.png\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Coca1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3727, 2195, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.765772377942628423852511332370340824127197265625;s:5:\"bytes\";i:73029;s:11:\"size_before\";i:494583;s:10:\"size_after\";i:421554;s:4:\"time\";d:5.6099999999999994315658113919198513031005859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:882;s:11:\"size_before\";i:6995;s:10:\"size_after\";i:6113;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:793;s:11:\"size_before\";i:5020;s:10:\"size_after\";i:4227;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3538;s:11:\"size_before\";i:18489;s:10:\"size_after\";i:14951;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:11503;s:10:\"size_after\";i:9675;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6113;s:10:\"size_after\";i:6113;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.879999999999999005240169935859739780426025390625;s:5:\"bytes\";i:537;s:11:\"size_before\";i:2845;s:10:\"size_after\";i:2308;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:214;s:11:\"size_before\";i:1199;s:10:\"size_after\";i:985;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2591;s:11:\"size_before\";i:16519;s:10:\"size_after\";i:13928;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1655;s:11:\"size_before\";i:10440;s:10:\"size_after\";i:8785;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1890;s:11:\"size_before\";i:12352;s:10:\"size_after\";i:10462;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:3551;s:11:\"size_before\";i:17875;s:10:\"size_after\";i:14324;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2485;s:11:\"size_before\";i:10594;s:10:\"size_after\";i:8109;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:957;s:11:\"size_before\";i:6843;s:10:\"size_after\";i:5886;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:676;s:11:\"size_before\";i:3126;s:10:\"size_after\";i:2450;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:9095;s:10:\"size_after\";i:7913;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:8950;s:10:\"size_after\";i:7679;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999005240169935859739780426025390625;s:5:\"bytes\";i:2988;s:11:\"size_before\";i:14140;s:10:\"size_after\";i:11152;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2457;s:11:\"size_before\";i:17140;s:10:\"size_after\";i:14683;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1569;s:11:\"size_before\";i:7667;s:10:\"size_after\";i:6098;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:872;s:11:\"size_before\";i:6361;s:10:\"size_after\";i:5489;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1410;s:11:\"size_before\";i:9537;s:10:\"size_after\";i:8127;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1035;s:11:\"size_before\";i:7762;s:10:\"size_after\";i:6727;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:2326;s:11:\"size_before\";i:14068;s:10:\"size_after\";i:11742;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:518;s:11:\"size_before\";i:2552;s:10:\"size_after\";i:2034;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:16165;s:10:\"size_after\";i:13518;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:617;s:11:\"size_before\";i:3924;s:10:\"size_after\";i:3307;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:250;s:11:\"size_before\";i:2431;s:10:\"size_after\";i:2181;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3570;s:11:\"size_before\";i:17939;s:10:\"size_after\";i:14369;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1224;s:11:\"size_before\";i:8604;s:10:\"size_after\";i:7380;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:759;s:11:\"size_before\";i:4998;s:10:\"size_after\";i:4239;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:662;s:11:\"size_before\";i:4072;s:10:\"size_after\";i:3410;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:279;s:11:\"size_before\";i:2515;s:10:\"size_after\";i:2236;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:3469;s:11:\"size_before\";i:18440;s:10:\"size_after\";i:14971;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:8300;s:10:\"size_after\";i:7021;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3018;s:11:\"size_before\";i:20756;s:10:\"size_after\";i:17738;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2867;s:11:\"size_before\";i:16966;s:10:\"size_after\";i:14099;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.5;s:5:\"bytes\";i:2882;s:11:\"size_before\";i:19879;s:10:\"size_after\";i:16997;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2981;s:11:\"size_before\";i:21224;s:10:\"size_after\";i:18243;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:2779;s:11:\"size_before\";i:17022;s:10:\"size_after\";i:14243;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:2650;s:11:\"size_before\";i:22311;s:10:\"size_after\";i:19661;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:207;s:11:\"size_before\";i:957;s:10:\"size_after\";i:750;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.8299999999999982946974341757595539093017578125;s:5:\"bytes\";i:217;s:11:\"size_before\";i:1289;s:10:\"size_after\";i:1072;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:226;s:11:\"size_before\";i:1489;s:10:\"size_after\";i:1263;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:9675;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2708;s:11:\"size_before\";i:17868;s:10:\"size_after\";i:15160;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:513;s:11:\"size_before\";i:3126;s:10:\"size_after\";i:2613;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9675;s:10:\"size_after\";i:9675;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15160;s:10:\"size_after\";i:15160;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2613;s:10:\"size_after\";i:2613;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),
(3728, 2197, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.5780215848786607324427677667699754238128662109375;s:5:\"bytes\";i:23301;s:11:\"size_before\";i:201252;s:10:\"size_after\";i:177951;s:4:\"time\";d:2.38999999999999968025576890795491635799407958984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:49:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:212;s:11:\"size_before\";i:3523;s:10:\"size_after\";i:3311;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:256;s:11:\"size_before\";i:2282;s:10:\"size_after\";i:2026;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:461;s:11:\"size_before\";i:5549;s:10:\"size_after\";i:5088;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:218;s:11:\"size_before\";i:3651;s:10:\"size_after\";i:3433;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3311;s:10:\"size_after\";i:3311;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:238;s:11:\"size_before\";i:1955;s:10:\"size_after\";i:1717;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:211;s:11:\"size_before\";i:849;s:10:\"size_after\";i:638;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:1859;s:11:\"size_before\";i:8557;s:10:\"size_after\";i:6698;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1690;s:11:\"size_before\";i:8225;s:10:\"size_after\";i:6535;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:178;s:11:\"size_before\";i:3348;s:10:\"size_after\";i:3170;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:362;s:11:\"size_before\";i:4816;s:10:\"size_after\";i:4454;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:238;s:11:\"size_before\";i:2692;s:10:\"size_after\";i:2454;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:251;s:11:\"size_before\";i:2741;s:10:\"size_after\";i:2490;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:227;s:11:\"size_before\";i:1501;s:10:\"size_after\";i:1274;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:213;s:11:\"size_before\";i:3243;s:10:\"size_after\";i:3030;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:296;s:11:\"size_before\";i:4038;s:10:\"size_after\";i:3742;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:214;s:11:\"size_before\";i:3158;s:10:\"size_after\";i:2944;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1303;s:11:\"size_before\";i:7193;s:10:\"size_after\";i:5890;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:452;s:11:\"size_before\";i:5275;s:10:\"size_after\";i:4823;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:278;s:11:\"size_before\";i:3343;s:10:\"size_after\";i:3065;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:289;s:11:\"size_before\";i:4194;s:10:\"size_after\";i:3905;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:305;s:11:\"size_before\";i:3587;s:10:\"size_after\";i:3282;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:319;s:11:\"size_before\";i:4806;s:10:\"size_after\";i:4487;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:228;s:11:\"size_before\";i:1558;s:10:\"size_after\";i:1330;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1810;s:11:\"size_before\";i:8501;s:10:\"size_after\";i:6691;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:269;s:11:\"size_before\";i:2311;s:10:\"size_after\";i:2042;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:238;s:11:\"size_before\";i:1686;s:10:\"size_after\";i:1448;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:375;s:11:\"size_before\";i:4872;s:10:\"size_after\";i:4497;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.30999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:208;s:11:\"size_before\";i:3918;s:10:\"size_after\";i:3710;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:187;s:11:\"size_before\";i:3254;s:10:\"size_after\";i:3067;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:266;s:11:\"size_before\";i:2506;s:10:\"size_after\";i:2240;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:240;s:11:\"size_before\";i:1805;s:10:\"size_after\";i:1565;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:466;s:11:\"size_before\";i:5529;s:10:\"size_after\";i:5063;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:291;s:11:\"size_before\";i:4083;s:10:\"size_after\";i:3792;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:185;s:11:\"size_before\";i:4915;s:10:\"size_after\";i:4730;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4118;s:10:\"size_after\";i:3908;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1298;s:11:\"size_before\";i:6836;s:10:\"size_after\";i:5538;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1710;s:11:\"size_before\";i:9206;s:10:\"size_after\";i:7496;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:205;s:11:\"size_before\";i:4016;s:10:\"size_after\";i:3811;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:2252;s:11:\"size_before\";i:11107;s:10:\"size_after\";i:8855;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:213;s:11:\"size_before\";i:706;s:10:\"size_after\";i:493;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:207;s:11:\"size_before\";i:896;s:10:\"size_after\";i:689;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:208;s:11:\"size_before\";i:1057;s:10:\"size_after\";i:849;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3433;s:10:\"size_after\";i:3433;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:21;s:5:\"bytes\";i:1928;s:11:\"size_before\";i:9182;s:10:\"size_after\";i:7254;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:237;s:11:\"size_before\";i:1735;s:10:\"size_after\";i:1498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3433;s:10:\"size_after\";i:3433;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7254;s:10:\"size_after\";i:7254;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1498;s:10:\"size_after\";i:1498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3730, 2199, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(3731, 1891, 'mobmenu_74f9d745a2846b17', ''),
(3733, 2010, '_elementor_css', 'a:5:{s:4:\"time\";i:1584737013;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(3734, 2010, 'theplus_transient_widgets', 'a:1:{i:0;s:18:\"tp-navigation-menu\";}'),
(3735, 1817, 'theplus_transient_widgets', 'a:0:{}'),
(3736, 1816, 'theplus_transient_widgets', 'a:0:{}'),
(3737, 1600, 'theplus_transient_widgets', 'a:0:{}'),
(3738, 1599, 'theplus_transient_widgets', 'a:0:{}'),
(3739, 1596, 'theplus_transient_widgets', 'a:0:{}'),
(3740, 1595, 'theplus_transient_widgets', 'a:0:{}'),
(3741, 1155, 'theplus_transient_widgets', 'a:0:{}'),
(3742, 1153, 'theplus_transient_widgets', 'a:0:{}'),
(3743, 1045, 'theplus_transient_widgets', 'a:0:{}'),
(3744, 1038, 'theplus_transient_widgets', 'a:0:{}'),
(3745, 1037, 'theplus_transient_widgets', 'a:0:{}'),
(3746, 1036, 'theplus_transient_widgets', 'a:0:{}'),
(3747, 1034, 'theplus_transient_widgets', 'a:0:{}'),
(3748, 1015, 'theplus_transient_widgets', 'a:0:{}'),
(3749, 1014, 'theplus_transient_widgets', 'a:0:{}'),
(3750, 1013, 'theplus_transient_widgets', 'a:0:{}'),
(3751, 1008, 'theplus_transient_widgets', 'a:0:{}'),
(3752, 889, 'theplus_transient_widgets', 'a:0:{}'),
(3753, 888, 'theplus_transient_widgets', 'a:0:{}'),
(3754, 887, 'theplus_transient_widgets', 'a:0:{}'),
(3755, 822, 'theplus_transient_widgets', 'a:0:{}'),
(3756, 595, 'theplus_transient_widgets', 'a:0:{}'),
(3757, 481, 'theplus_transient_widgets', 'a:0:{}'),
(3758, 480, 'theplus_transient_widgets', 'a:0:{}'),
(3759, 2201, '_edit_lock', '1584745000:1'),
(3760, 443, 'theplus_transient_widgets', 'a:0:{}'),
(3761, 440, 'theplus_transient_widgets', 'a:0:{}'),
(3762, 360, 'theplus_transient_widgets', 'a:0:{}'),
(3763, 354, 'theplus_transient_widgets', 'a:0:{}'),
(3764, 79, 'theplus_transient_widgets', 'a:0:{}'),
(3765, 78, 'theplus_transient_widgets', 'a:0:{}'),
(3766, 74, 'theplus_transient_widgets', 'a:0:{}'),
(3767, 71, 'theplus_transient_widgets', 'a:0:{}'),
(3768, 65, 'theplus_transient_widgets', 'a:0:{}'),
(3769, 58, 'theplus_transient_widgets', 'a:0:{}'),
(3770, 57, 'theplus_transient_widgets', 'a:0:{}'),
(3771, 53, 'theplus_transient_widgets', 'a:0:{}'),
(3772, 2201, '_edit_last', '1'),
(4673, 2316, '_wp_attached_file', '2020/03/Mzansi-Cricket-logo-crpd.png'),
(3773, 50, 'theplus_transient_widgets', 'a:0:{}'),
(3774, 2198, 'theplus_transient_widgets', 'a:0:{}'),
(3775, 2197, 'theplus_transient_widgets', 'a:0:{}'),
(3776, 2196, 'theplus_transient_widgets', 'a:0:{}'),
(3777, 2195, 'theplus_transient_widgets', 'a:0:{}'),
(3778, 2194, 'theplus_transient_widgets', 'a:0:{}'),
(3779, 2182, 'theplus_transient_widgets', 'a:0:{}'),
(3780, 2181, 'theplus_transient_widgets', 'a:0:{}'),
(3781, 2180, 'theplus_transient_widgets', 'a:0:{}'),
(3782, 2179, 'theplus_transient_widgets', 'a:0:{}'),
(3783, 2178, 'theplus_transient_widgets', 'a:0:{}'),
(3784, 2177, 'theplus_transient_widgets', 'a:0:{}'),
(3829, 2109, 'theplus_transient_widgets', 'a:0:{}'),
(3830, 2107, 'theplus_transient_widgets', 'a:0:{}'),
(3800, 2175, 'theplus_transient_widgets', 'a:0:{}'),
(3801, 2160, 'theplus_transient_widgets', 'a:0:{}'),
(3802, 2135, 'theplus_transient_widgets', 'a:0:{}'),
(3803, 2131, 'theplus_transient_widgets', 'a:0:{}'),
(3831, 2073, 'theplus_transient_widgets', 'a:0:{}'),
(3832, 2003, 'theplus_transient_widgets', 'a:0:{}'),
(3817, 2114, 'theplus_transient_widgets', 'a:0:{}'),
(3818, 2112, 'theplus_transient_widgets', 'a:0:{}'),
(3819, 2111, 'theplus_transient_widgets', 'a:0:{}'),
(3820, 2110, 'theplus_transient_widgets', 'a:0:{}'),
(3845, 2002, 'theplus_transient_widgets', 'a:0:{}'),
(3846, 2001, 'theplus_transient_widgets', 'a:0:{}'),
(3847, 2000, 'theplus_transient_widgets', 'a:0:{}'),
(3848, 1999, 'theplus_transient_widgets', 'a:0:{}'),
(3857, 1998, 'theplus_transient_widgets', 'a:0:{}'),
(3858, 1969, 'theplus_transient_widgets', 'a:0:{}'),
(3859, 1966, 'theplus_transient_widgets', 'a:0:{}'),
(3860, 1963, 'theplus_transient_widgets', 'a:0:{}'),
(3861, 1962, 'theplus_transient_widgets', 'a:0:{}'),
(3862, 1961, 'theplus_transient_widgets', 'a:0:{}'),
(3863, 1936, 'theplus_transient_widgets', 'a:0:{}'),
(3864, 1935, 'theplus_transient_widgets', 'a:0:{}'),
(3865, 1931, '_oembed_ab513a8b5bd908b45c8146b010270afd', '{{unknown}}'),
(3866, 1931, 'theplus_transient_widgets', 'a:0:{}'),
(3867, 1918, 'theplus_transient_widgets', 'a:0:{}'),
(3868, 1917, 'theplus_transient_widgets', 'a:0:{}'),
(3869, 1916, 'theplus_transient_widgets', 'a:0:{}'),
(3870, 2211, '_wpb_shortcodes_custom_css', '.vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(3871, 1915, 'theplus_transient_widgets', 'a:0:{}'),
(3872, 1914, 'theplus_transient_widgets', 'a:0:{}'),
(3873, 1913, 'theplus_transient_widgets', 'a:0:{}'),
(3874, 1912, 'theplus_transient_widgets', 'a:0:{}'),
(3875, 2212, '_wpb_shortcodes_custom_css', '.vc_custom_1584748236185{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #c0dd96 !important;}'),
(3876, 1878, 'mobmenu_74f9d745a2846b17', ''),
(3877, 1911, 'theplus_transient_widgets', 'a:0:{}'),
(3878, 1910, 'theplus_transient_widgets', 'a:0:{}'),
(3879, 1909, 'theplus_transient_widgets', 'a:0:{}'),
(3880, 1908, 'theplus_transient_widgets', 'a:0:{}'),
(3881, 1907, 'theplus_transient_widgets', 'a:0:{}'),
(3882, 1906, 'theplus_transient_widgets', 'a:0:{}'),
(3883, 1905, 'theplus_transient_widgets', 'a:0:{}'),
(3884, 1904, 'theplus_transient_widgets', 'a:0:{}'),
(3885, 1903, 'theplus_transient_widgets', 'a:0:{}'),
(3886, 1876, 'theplus_transient_widgets', 'a:0:{}'),
(3887, 1875, 'theplus_transient_widgets', 'a:0:{}'),
(3888, 1878, 'no_page_padding', 'on'),
(3889, 1797, 'theplus_transient_widgets', 'a:0:{}'),
(3891, 1878, 'page_footer_hide', 'on'),
(3897, 1048, 'theplus_transient_widgets', 'a:0:{}'),
(3898, 9, 'theplus_transient_widgets', 'a:0:{}'),
(3901, 2217, '_wpb_shortcodes_custom_css', '.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(3900, 1878, 'page_breadcrumbs', 'on'),
(3903, 1887, 'page_footer_hide', 'on'),
(3904, 1887, 'no_page_padding', 'on'),
(3905, 1887, 'mobmenu_74f9d745a2846b17', ''),
(3908, 2220, '_wpb_shortcodes_custom_css', '.vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584543815981{margin-top: 70px !important;}.vc_custom_1584605065424{margin-top: 100px !important;}'),
(3909, 1884, 'page_breadcrumbs', 'on'),
(3910, 1884, 'page_footer_hide', 'on'),
(3911, 1884, 'no_page_padding', 'on'),
(3912, 2223, '_wpb_shortcodes_custom_css', '.vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(3913, 1882, 'page_breadcrumbs', 'on'),
(3914, 1882, 'page_footer_hide', 'on'),
(3915, 1882, 'no_page_padding', 'on'),
(3916, 2224, '_wpb_shortcodes_custom_css', '.vc_custom_1584811865327{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/Image-URL-1.jpg?id=2247) !important;}.vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),
(3917, 2225, '_wpb_shortcodes_custom_css', '.vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),
(3918, 1882, 'mobmenu_74f9d745a2846b17', ''),
(3924, 1880, 'no_page_padding', 'on'),
(3925, 2228, '_wpb_shortcodes_custom_css', '.vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}.vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}.vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}'),
(3926, 2229, '_wpb_shortcodes_custom_css', '.vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}.vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}.vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}.vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}'),
(3927, 1880, 'mobmenu_74f9d745a2846b17', ''),
(3929, 2231, '_wpb_shortcodes_custom_css', '.vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(3930, 2232, '_wpb_shortcodes_custom_css', '.vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(3960, 2237, '_menu_item_target', ''),
(3961, 2237, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3962, 2237, '_menu_item_xfn', ''),
(3963, 2237, '_menu_item_url', ''),
(3974, 2241, '_edit_lock', '1584806783:1'),
(3975, 2241, '_edit_last', '1'),
(3976, 2242, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584801199315{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4441, 2301, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}'),
(3977, 1956, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}'),
(3978, 2244, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:99999px!important;\r\n}'),
(3979, 2244, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584802499280{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(3980, 1891, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-9999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:50px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(3981, 2245, 'sidebar_id', 'custom-sidebar-44'),
(3982, 2245, 'sidebar_replacement_id', '0'),
(3983, 2245, 'sidebar_description', ''),
(3984, 2245, 'sidebar_attachments', 'a:1:{i:0;a:6:{s:15:\"menu-item-db-id\";s:4:\"1880\";s:19:\"menu-item-object-id\";s:4:\"1880\";s:16:\"menu-item-object\";s:4:\"page\";s:19:\"menu-item-parent-id\";s:1:\"0\";s:18:\"menu-item-position\";s:1:\"0\";s:14:\"menu-item-type\";s:9:\"post_type\";}}'),
(3987, 2247, '_wp_attached_file', '2020/03/Image-URL-1.jpg'),
(3988, 2247, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:413;s:4:\"file\";s:23:\"2020/03/Image-URL-1.jpg\";s:5:\"sizes\";a:56:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Image-URL-1-300x52.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Image-URL-1-1024x176.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Image-URL-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:\"Image-URL-1-768x132.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Image-URL-1-1536x264.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Image-URL-1-2048x352.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-700x413.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:22:\"Image-URL-1-300x52.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:22:\"Image-URL-1-128x22.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:20:\"Image-URL-1-32x6.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:6;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:24:\"Image-URL-1-1140x413.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:24:\"Image-URL-1-1170x413.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-540x413.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-270x413.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:22:\"Image-URL-1-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-360x413.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Image-URL-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-740x413.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:21:\"Image-URL-1-98x17.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-550x413.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:22:\"Image-URL-1-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-770x413.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-457x413.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-370x413.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-445x413.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-555x413.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-350x413.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-720x413.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:20:\"Image-URL-1-24x4.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:4;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:20:\"Image-URL-1-36x6.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:6;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:20:\"Image-URL-1-48x8.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Image-URL-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-600x103.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-600x103.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Image-URL-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3989, 2247, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.080533577555815138993011714774183928966522216796875;s:5:\"bytes\";i:59200;s:11:\"size_before\";i:1921745;s:10:\"size_after\";i:1862545;s:4:\"time\";d:1.3500000000000007549516567451064474880695343017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:56:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:144;s:11:\"size_before\";i:6779;s:10:\"size_after\";i:6635;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2252;s:11:\"size_before\";i:52689;s:10:\"size_after\";i:50437;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:117;s:11:\"size_before\";i:7413;s:10:\"size_after\";i:7296;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:33064;s:10:\"size_after\";i:31528;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3965;s:11:\"size_before\";i:105299;s:10:\"size_after\";i:101334;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:5184;s:11:\"size_before\";i:167130;s:10:\"size_after\";i:161946;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2314;s:11:\"size_before\";i:73042;s:10:\"size_after\";i:70728;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:583;s:11:\"size_before\";i:22634;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6635;s:10:\"size_after\";i:6635;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1706;s:10:\"size_after\";i:1706;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:423;s:10:\"size_after\";i:423;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:4159;s:11:\"size_before\";i:119897;s:10:\"size_after\";i:115738;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4043;s:11:\"size_before\";i:122419;s:10:\"size_after\";i:118376;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1388;s:11:\"size_before\";i:48216;s:10:\"size_after\";i:46828;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:39417;s:10:\"size_after\";i:37973;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:526;s:11:\"size_before\";i:23074;s:10:\"size_after\";i:22548;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:1756;s:11:\"size_before\";i:55198;s:10:\"size_after\";i:53442;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:729;s:11:\"size_before\";i:28132;s:10:\"size_after\";i:27403;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:315;s:11:\"size_before\";i:11672;s:10:\"size_after\";i:11357;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3601;s:10:\"size_after\";i:3601;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.75;s:5:\"bytes\";i:476;s:11:\"size_before\";i:17301;s:10:\"size_after\";i:16825;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:752;s:11:\"size_before\";i:23243;s:10:\"size_after\";i:22491;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:38282;s:10:\"size_after\";i:37120;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:40026;s:10:\"size_after\";i:38965;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1873;s:11:\"size_before\";i:48806;s:10:\"size_after\";i:46933;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:413;s:11:\"size_before\";i:13849;s:10:\"size_after\";i:13436;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:673;s:11:\"size_before\";i:23564;s:10:\"size_after\";i:22891;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:443;s:11:\"size_before\";i:16542;s:10:\"size_after\";i:16099;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:879;s:11:\"size_before\";i:32551;s:10:\"size_after\";i:31672;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2644;s:10:\"size_after\";i:2644;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1356;s:11:\"size_before\";i:47788;s:10:\"size_after\";i:46432;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.92000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:55;s:11:\"size_before\";i:5957;s:10:\"size_after\";i:5902;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2560;s:11:\"size_before\";i:77467;s:10:\"size_after\";i:74907;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1205;s:10:\"size_after\";i:1205;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1756;s:11:\"size_before\";i:56079;s:10:\"size_after\";i:54323;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:704;s:11:\"size_before\";i:21782;s:10:\"size_after\";i:21078;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:419;s:11:\"size_before\";i:12807;s:10:\"size_after\";i:12388;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:98;s:11:\"size_before\";i:6552;s:10:\"size_after\";i:6454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3377;s:10:\"size_after\";i:3377;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:2586;s:11:\"size_before\";i:80300;s:10:\"size_after\";i:77714;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:786;s:11:\"size_before\";i:22687;s:10:\"size_after\";i:21901;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:47263;s:10:\"size_after\";i:45872;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1183;s:11:\"size_before\";i:39701;s:10:\"size_after\";i:38518;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1527;s:11:\"size_before\";i:46507;s:10:\"size_after\";i:44980;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:56959;s:10:\"size_after\";i:55171;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1156;s:11:\"size_before\";i:37611;s:10:\"size_after\";i:36455;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2626;s:11:\"size_before\";i:76830;s:10:\"size_after\";i:74204;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:373;s:10:\"size_after\";i:373;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:456;s:10:\"size_after\";i:456;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:492;s:10:\"size_after\";i:492;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22051;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:21612;s:10:\"size_after\";i:20590;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4000;s:10:\"size_after\";i:4000;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22051;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20590;s:10:\"size_after\";i:20590;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4000;s:10:\"size_after\";i:4000;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(3990, 2248, '_wpb_shortcodes_custom_css', '.vc_custom_1584811865327{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/Image-URL-1.jpg?id=2247) !important;}.vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}'),
(3991, 1887, '_wpb_post_custom_css', '/*\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -150px!important;\r\n}\r\n*/'),
(3992, 2249, '_wp_attached_file', '2020/03/premier-cricket-hdr-bg.jpg');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3993, 2249, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:837;s:4:\"file\";s:34:\"2020/03/premier-cricket-hdr-bg.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"premier-cricket-hdr-bg-1024x446.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-150x150.jpg\";s:5:\"width\";i: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:\"premier-cricket-hdr-bg-768x335.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"premier-cricket-hdr-bg-1536x670.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:33:\"premier-cricket-hdr-bg-128x56.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:32:\"premier-cricket-hdr-bg-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:35:\"premier-cricket-hdr-bg-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:35:\"premier-cricket-hdr-bg-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:33:\"premier-cricket-hdr-bg-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"premier-cricket-hdr-bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:32:\"premier-cricket-hdr-bg-98x43.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:33:\"premier-cricket-hdr-bg-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:32:\"premier-cricket-hdr-bg-24x10.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:32:\"premier-cricket-hdr-bg-36x16.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:32:\"premier-cricket-hdr-bg-48x21.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-600x262.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-600x262.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"premier-cricket-hdr-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(3994, 2249, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.745628244592405398094570045941509306430816650390625;s:5:\"bytes\";i:24419;s:11:\"size_before\";i:1398866;s:10:\"size_after\";i:1374447;s:4:\"time\";d:1.1900000000000006128431095930864103138446807861328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6014;s:10:\"size_after\";i:6014;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1455;s:11:\"size_before\";i:65926;s:10:\"size_after\";i:64471;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3792;s:10:\"size_after\";i:3792;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:645;s:11:\"size_before\";i:35854;s:10:\"size_after\";i:35209;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:3424;s:11:\"size_before\";i:151019;s:10:\"size_after\";i:147595;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1574;s:11:\"size_before\";i:74162;s:10:\"size_after\";i:72588;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.63000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:86;s:11:\"size_before\";i:13572;s:10:\"size_after\";i:13486;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6014;s:10:\"size_after\";i:6014;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1477;s:10:\"size_after\";i:1477;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:392;s:10:\"size_after\";i:392;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.430000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2818;s:11:\"size_before\";i:115976;s:10:\"size_after\";i:113158;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2927;s:11:\"size_before\";i:116275;s:10:\"size_after\";i:113348;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:480;s:11:\"size_before\";i:29477;s:10:\"size_after\";i:28997;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.67000000000000003996802888650563545525074005126953125;s:5:\"bytes\";i:133;s:11:\"size_before\";i:19772;s:10:\"size_after\";i:19639;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:119;s:11:\"size_before\";i:15272;s:10:\"size_after\";i:15153;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:842;s:11:\"size_before\";i:41167;s:10:\"size_after\";i:40325;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:264;s:11:\"size_before\";i:22584;s:10:\"size_after\";i:22320;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6033;s:10:\"size_after\";i:6033;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1843;s:10:\"size_after\";i:1843;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9705;s:10:\"size_after\";i:9705;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.0299999999999999988897769753748434595763683319091796875;s:5:\"bytes\";i:4;s:11:\"size_before\";i:12514;s:10:\"size_after\";i:12510;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:496;s:11:\"size_before\";i:26854;s:10:\"size_after\";i:26358;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:370;s:11:\"size_before\";i:25932;s:10:\"size_after\";i:25562;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.89000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:212;s:11:\"size_before\";i:23689;s:10:\"size_after\";i:23477;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7108;s:10:\"size_after\";i:7108;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.05000000000000000277555756156289135105907917022705078125;s:5:\"bytes\";i:7;s:11:\"size_before\";i:12959;s:10:\"size_after\";i:12952;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8882;s:10:\"size_after\";i:8882;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:272;s:11:\"size_before\";i:20159;s:10:\"size_after\";i:19887;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1355;s:10:\"size_after\";i:1355;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:519;s:11:\"size_before\";i:30097;s:10:\"size_after\";i:29578;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2871;s:10:\"size_after\";i:2871;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1699;s:11:\"size_before\";i:82548;s:10:\"size_after\";i:80849;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1095;s:10:\"size_after\";i:1095;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:953;s:11:\"size_before\";i:48765;s:10:\"size_after\";i:47812;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11354;s:10:\"size_after\";i:11354;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6049;s:10:\"size_after\";i:6049;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3249;s:10:\"size_after\";i:3249;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1667;s:10:\"size_after\";i:1667;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.149999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1130;s:11:\"size_before\";i:52496;s:10:\"size_after\";i:51366;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11614;s:10:\"size_after\";i:11614;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:640;s:11:\"size_before\";i:32595;s:10:\"size_after\";i:31955;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6799999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:396;s:11:\"size_before\";i:23507;s:10:\"size_after\";i:23111;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:518;s:11:\"size_before\";i:30015;s:10:\"size_after\";i:29497;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:794;s:11:\"size_before\";i:38702;s:10:\"size_after\";i:37908;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5;s:5:\"bytes\";i:359;s:11:\"size_before\";i:24001;s:10:\"size_after\";i:23642;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1055;s:11:\"size_before\";i:47156;s:10:\"size_after\";i:46101;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:376;s:10:\"size_after\";i:376;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:422;s:10:\"size_after\";i:422;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:521;s:10:\"size_after\";i:521;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13486;s:10:\"size_after\";i:13486;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0500000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:228;s:11:\"size_before\";i:21637;s:10:\"size_after\";i:21409;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1985;s:10:\"size_after\";i:1985;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13486;s:10:\"size_after\";i:13486;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21409;s:10:\"size_after\";i:21409;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1985;s:10:\"size_after\";i:1985;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(3995, 2219, '_wpb_post_custom_css', '.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -150px;\r\n}\r\nvc_row.vc_row-o-columns-bottom.vc_row-flex{\r\npadding-right: 120.5px!important;\r\n}\r\n\r\n/*\r\n.full-wdth-row-css{\r\n    padding:0px;\r\n}\r\n*/\r\n.container{\r\n    width:1100px!important;\r\n}\r\n\r\n.stm-sportspress-sidebar{\r\nz-index:99999!important;\r\nposition: absolute!important;\r\n}'),
(3996, 2250, '_wpb_post_custom_css', '.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}'),
(3997, 2250, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(3998, 1884, '_wpb_post_custom_css', '@media only screen and (min-width: 1024px){\r\n.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -180px;\r\n}\r\nvc_row.vc_row-o-columns-bottom.vc_row-flex{\r\npadding-right: 120.5px!important;\r\n}\r\n\r\n/*\r\n.full-wdth-row-css{\r\n    padding:0px;\r\n}\r\n*/\r\n.container{\r\n    width:1100px!important;\r\n}\r\n}\r\n\r\n.stm-sportspress-sidebar{\r\nz-index:3!important;\r\nposition: absolute!important;\r\n}'),
(3999, 2251, '_wp_attached_file', '2020/03/cricket-pathway-hdr-bg.jpg'),
(4000, 2251, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:837;s:4:\"file\";s:34:\"2020/03/cricket-pathway-hdr-bg.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"cricket-pathway-hdr-bg-1024x446.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-150x150.jpg\";s:5:\"width\";i: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:\"cricket-pathway-hdr-bg-768x335.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"cricket-pathway-hdr-bg-1536x670.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:33:\"cricket-pathway-hdr-bg-128x56.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:32:\"cricket-pathway-hdr-bg-32x14.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:35:\"cricket-pathway-hdr-bg-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:35:\"cricket-pathway-hdr-bg-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:33:\"cricket-pathway-hdr-bg-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"cricket-pathway-hdr-bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:32:\"cricket-pathway-hdr-bg-98x43.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:33:\"cricket-pathway-hdr-bg-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:32:\"cricket-pathway-hdr-bg-24x10.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:32:\"cricket-pathway-hdr-bg-36x16.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:16;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:32:\"cricket-pathway-hdr-bg-48x21.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-600x262.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-600x262.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"cricket-pathway-hdr-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4001, 2251, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.0863454785960069415295947692357003688812255859375;s:5:\"bytes\";i:28485;s:11:\"size_before\";i:1365306;s:10:\"size_after\";i:1336821;s:4:\"time\";d:1.240000000000000657252030578092671930789947509765625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6921;s:10:\"size_after\";i:6921;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1875;s:11:\"size_before\";i:67590;s:10:\"size_after\";i:65715;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:4090;s:10:\"size_after\";i:4090;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:792;s:11:\"size_before\";i:39475;s:10:\"size_after\";i:38683;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:4418;s:11:\"size_before\";i:137957;s:10:\"size_after\";i:133539;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:65784;s:10:\"size_after\";i:64032;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:75;s:11:\"size_before\";i:14430;s:10:\"size_after\";i:14355;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6921;s:10:\"size_after\";i:6921;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1636;s:10:\"size_after\";i:1636;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:393;s:10:\"size_after\";i:393;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:3355;s:11:\"size_before\";i:102357;s:10:\"size_after\";i:99002;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:3328;s:11:\"size_before\";i:103087;s:10:\"size_after\";i:99759;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.7399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:527;s:11:\"size_before\";i:30344;s:10:\"size_after\";i:29817;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.91000000000000003108624468950438313186168670654296875;s:5:\"bytes\";i:206;s:11:\"size_before\";i:22730;s:10:\"size_after\";i:22524;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.63000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:100;s:11:\"size_before\";i:15822;s:10:\"size_after\";i:15722;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:900;s:11:\"size_before\";i:39361;s:10:\"size_after\";i:38461;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:289;s:11:\"size_before\";i:20962;s:10:\"size_after\";i:20673;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6734;s:10:\"size_after\";i:6734;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1927;s:10:\"size_after\";i:1927;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10539;s:10:\"size_after\";i:10539;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.409999999999999975575093458246556110680103302001953125;s:5:\"bytes\";i:56;s:11:\"size_before\";i:13819;s:10:\"size_after\";i:13763;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:491;s:11:\"size_before\";i:26060;s:10:\"size_after\";i:25569;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:380;s:11:\"size_before\";i:26618;s:10:\"size_after\";i:26238;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:329;s:11:\"size_before\";i:26779;s:10:\"size_after\";i:26450;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7782;s:10:\"size_after\";i:7782;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13963;s:10:\"size_after\";i:13963;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9751;s:10:\"size_after\";i:9751;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:243;s:11:\"size_before\";i:20806;s:10:\"size_after\";i:20563;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1388;s:10:\"size_after\";i:1388;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6799999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:522;s:11:\"size_before\";i:31035;s:10:\"size_after\";i:30513;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3122;s:10:\"size_after\";i:3122;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2074;s:11:\"size_before\";i:72565;s:10:\"size_after\";i:70491;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1188;s:10:\"size_after\";i:1188;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.569999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1167;s:11:\"size_before\";i:45351;s:10:\"size_after\";i:44184;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12485;s:10:\"size_after\";i:12485;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6755;s:10:\"size_after\";i:6755;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3503;s:10:\"size_after\";i:3503;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1699;s:10:\"size_after\";i:1699;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:51350;s:10:\"size_after\";i:50020;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:35;s:11:\"size_before\";i:12905;s:10:\"size_after\";i:12870;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:679;s:11:\"size_before\";i:32181;s:10:\"size_after\";i:31502;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:357;s:11:\"size_before\";i:23700;s:10:\"size_after\";i:23343;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:545;s:11:\"size_before\";i:29718;s:10:\"size_after\";i:29173;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:787;s:11:\"size_before\";i:37753;s:10:\"size_after\";i:36966;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5900000000000000799360577730112709105014801025390625;s:5:\"bytes\";i:374;s:11:\"size_before\";i:23575;s:10:\"size_after\";i:23201;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:46866;s:10:\"size_after\";i:45745;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:369;s:10:\"size_after\";i:369;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:434;s:10:\"size_after\";i:434;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:526;s:10:\"size_after\";i:526;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14355;s:10:\"size_after\";i:14355;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:378;s:11:\"size_before\";i:24848;s:10:\"size_after\";i:24470;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2086;s:10:\"size_after\";i:2086;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14355;s:10:\"size_after\";i:14355;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24470;s:10:\"size_after\";i:24470;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2086;s:10:\"size_after\";i:2086;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(4002, 2226, '_wpb_shortcodes_custom_css', '.vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}'),
(4003, 2252, '_wpb_shortcodes_custom_css', '.vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}'),
(4004, 1889, '_wpb_shortcodes_custom_css', '.vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}'),
(4005, 2253, '_wp_attached_file', '2020/03/clubs-hdr-bg.jpg');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4006, 2253, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:760;s:4:\"file\";s:24:\"2020/03/clubs-hdr-bg.jpg\";s:5:\"sizes\";a:56:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"clubs-hdr-bg-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"clubs-hdr-bg-1024x324.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-150x150.jpg\";s:5:\"width\";i: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:\"clubs-hdr-bg-768x243.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"clubs-hdr-bg-1536x486.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"clubs-hdr-bg-2048x649.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:23:\"clubs-hdr-bg-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:23:\"clubs-hdr-bg-128x41.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:22:\"clubs-hdr-bg-32x10.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:10;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:25:\"clubs-hdr-bg-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:25:\"clubs-hdr-bg-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:23:\"clubs-hdr-bg-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"clubs-hdr-bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:22:\"clubs-hdr-bg-98x31.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:23:\"clubs-hdr-bg-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:21:\"clubs-hdr-bg-24x8.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:8;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:22:\"clubs-hdr-bg-36x11.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:11;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:22:\"clubs-hdr-bg-48x15.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"clubs-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-600x190.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-600x190.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"clubs-hdr-bg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4007, 1928, '_wpb_post_custom_css', '/*\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -150px!important;\r\n}\r\n*/'),
(4008, 1928, '_wpb_shortcodes_custom_css', '.vc_custom_1584814170402{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/clubs-hdr-bg.jpg?id=2253) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(4009, 2253, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.43813687869587880641120136715471744537353515625;s:5:\"bytes\";i:5774;s:11:\"size_before\";i:1317853;s:10:\"size_after\";i:1312079;s:4:\"time\";d:1.3700000000000007727152251391089521348476409912109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:56:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7309;s:10:\"size_after\";i:7309;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.9499999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:408;s:11:\"size_before\";i:42761;s:10:\"size_after\";i:42353;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5837;s:10:\"size_after\";i:5837;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:301;s:11:\"size_before\";i:28207;s:10:\"size_after\";i:27906;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:398;s:11:\"size_before\";i:77865;s:10:\"size_after\";i:77467;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.38000000000000000444089209850062616169452667236328125;s:5:\"bytes\";i:460;s:11:\"size_before\";i:121394;s:10:\"size_after\";i:120934;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:152;s:11:\"size_before\";i:57957;s:10:\"size_after\";i:57805;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:57;s:11:\"size_before\";i:15838;s:10:\"size_after\";i:15781;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7309;s:10:\"size_after\";i:7309;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2204;s:10:\"size_after\";i:2204;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:505;s:10:\"size_after\";i:505;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:191;s:11:\"size_before\";i:79599;s:10:\"size_after\";i:79408;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:176;s:11:\"size_before\";i:79531;s:10:\"size_after\";i:79355;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.59999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:170;s:11:\"size_before\";i:28512;s:10:\"size_after\";i:28342;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:273;s:11:\"size_before\";i:23277;s:10:\"size_after\";i:23004;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.14000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:23;s:11:\"size_before\";i:16376;s:10:\"size_after\";i:16353;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.429999999999999993338661852249060757458209991455078125;s:5:\"bytes\";i:157;s:11:\"size_before\";i:36509;s:10:\"size_after\";i:36352;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18914;s:10:\"size_after\";i:18914;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8613;s:10:\"size_after\";i:8613;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3019;s:10:\"size_after\";i:3019;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:42;s:11:\"size_before\";i:12277;s:10:\"size_after\";i:12235;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.64000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:97;s:11:\"size_before\";i:15271;s:10:\"size_after\";i:15174;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.1700000000000000122124532708767219446599483489990234375;s:5:\"bytes\";i:42;s:11:\"size_before\";i:24937;s:10:\"size_after\";i:24895;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:137;s:11:\"size_before\";i:26167;s:10:\"size_after\";i:26030;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.0700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:286;s:11:\"size_before\";i:26792;s:10:\"size_after\";i:26506;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.11999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:12;s:11:\"size_before\";i:9671;s:10:\"size_after\";i:9659;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:60;s:11:\"size_before\";i:15383;s:10:\"size_after\";i:15323;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.5100000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:60;s:11:\"size_before\";i:11705;s:10:\"size_after\";i:11645;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.57999999999999996003197111349436454474925994873046875;s:5:\"bytes\";i:125;s:11:\"size_before\";i:21488;s:10:\"size_after\";i:21363;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2284;s:10:\"size_after\";i:2284;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:210;s:11:\"size_before\";i:28841;s:10:\"size_after\";i:28631;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4723;s:10:\"size_after\";i:4723;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:176;s:11:\"size_before\";i:63135;s:10:\"size_after\";i:62959;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1520;s:10:\"size_after\";i:1520;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:237;s:11:\"size_before\";i:41951;s:10:\"size_after\";i:41714;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4699999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:67;s:11:\"size_before\";i:14153;s:10:\"size_after\";i:14086;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.25;s:5:\"bytes\";i:22;s:11:\"size_before\";i:8967;s:10:\"size_after\";i:8945;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5045;s:10:\"size_after\";i:5045;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2781;s:10:\"size_after\";i:2781;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.58999999999999996891375531049561686813831329345703125;s:5:\"bytes\";i:258;s:11:\"size_before\";i:43687;s:10:\"size_after\";i:43429;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.7800000000000000266453525910037569701671600341796875;s:5:\"bytes\";i:114;s:11:\"size_before\";i:14599;s:10:\"size_after\";i:14485;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.36999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:115;s:11:\"size_before\";i:30707;s:10:\"size_after\";i:30592;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.40000000000000002220446049250313080847263336181640625;s:5:\"bytes\";i:96;s:11:\"size_before\";i:24057;s:10:\"size_after\";i:23961;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.39000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:112;s:11:\"size_before\";i:28512;s:10:\"size_after\";i:28400;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.56999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:198;s:11:\"size_before\";i:34999;s:10:\"size_after\";i:34801;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:62;s:11:\"size_before\";i:23436;s:10:\"size_after\";i:23374;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.61999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:249;s:11:\"size_before\";i:40321;s:10:\"size_after\";i:40072;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:418;s:10:\"size_after\";i:418;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:571;s:10:\"size_after\";i:571;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:634;s:10:\"size_after\";i:634;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15781;s:10:\"size_after\";i:15781;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:231;s:11:\"size_before\";i:19683;s:10:\"size_after\";i:19452;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3294;s:10:\"size_after\";i:3294;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15781;s:10:\"size_after\";i:15781;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19452;s:10:\"size_after\";i:19452;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3294;s:10:\"size_after\";i:3294;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(4010, 2254, '_wpb_post_custom_css', '/*\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -150px!important;\r\n}\r\n*/'),
(4011, 2254, '_wpb_shortcodes_custom_css', '.vc_custom_1584814170402{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/clubs-hdr-bg.jpg?id=2253) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(4012, 1887, '_wpb_shortcodes_custom_css', '.vc_custom_1584814170402{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/clubs-hdr-bg.jpg?id=2253) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}'),
(4013, 2255, '_wp_attached_file', '2020/03/482438_1119_CA0175_2738x1048_v54-scaled.jpg'),
(4014, 2255, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:980;s:4:\"file\";s:51:\"2020/03/482438_1119_CA0175_2738x1048_v54-scaled.jpg\";s:5:\"sizes\";a:56:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"482438_1119_CA0175_2738x1048_v54-1024x392.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"482438_1119_CA0175_2738x1048_v54-1536x588.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:45:\"482438_1119_CA0175_2738x1048_v54-2048x784.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:43:\"482438_1119_CA0175_2738x1048_v54-128x49.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:42:\"482438_1119_CA0175_2738x1048_v54-32x12.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:45:\"482438_1119_CA0175_2738x1048_v54-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:45:\"482438_1119_CA0175_2738x1048_v54-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:43:\"482438_1119_CA0175_2738x1048_v54-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"482438_1119_CA0175_2738x1048_v54-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-740x740.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:42:\"482438_1119_CA0175_2738x1048_v54-98x38.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:43:\"482438_1119_CA0175_2738x1048_v54-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:41:\"482438_1119_CA0175_2738x1048_v54-24x9.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:42:\"482438_1119_CA0175_2738x1048_v54-36x14.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:42:\"482438_1119_CA0175_2738x1048_v54-48x18.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-600x230.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-600x230.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"482438_1119_CA0175_2738x1048_v54-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";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:14:\"original_image\";s:36:\"482438_1119_CA0175_2738x1048_v54.jpg\";}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4015, 2255, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.955414374019112333513703561038710176944732666015625;s:5:\"bytes\";i:70862;s:11:\"size_before\";i:2397701;s:10:\"size_after\";i:2326839;s:4:\"time\";d:1.6000000000000007549516567451064474880695343017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:56:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:886;s:11:\"size_before\";i:13212;s:10:\"size_after\";i:12326;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2318;s:11:\"size_before\";i:95643;s:10:\"size_after\";i:93325;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:806;s:11:\"size_before\";i:8830;s:10:\"size_after\";i:8024;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:59070;s:10:\"size_after\";i:57526;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.479999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4857;s:11:\"size_before\";i:195468;s:10:\"size_after\";i:190611;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:8263;s:11:\"size_before\";i:325184;s:10:\"size_after\";i:316921;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2099;s:11:\"size_before\";i:89124;s:10:\"size_after\";i:87025;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:908;s:11:\"size_before\";i:24056;s:10:\"size_after\";i:23148;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12326;s:10:\"size_after\";i:12326;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.60000000000000142108547152020037174224853515625;s:5:\"bytes\";i:755;s:11:\"size_before\";i:4060;s:10:\"size_after\";i:3305;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.63000000000000255795384873636066913604736328125;s:5:\"bytes\";i:691;s:11:\"size_before\";i:1482;s:10:\"size_after\";i:791;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3219;s:11:\"size_before\";i:148420;s:10:\"size_after\";i:145201;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.439999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:3709;s:11:\"size_before\";i:151724;s:10:\"size_after\";i:148015;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1094;s:11:\"size_before\";i:48301;s:10:\"size_after\";i:47207;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:40926;s:10:\"size_after\";i:39613;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:783;s:11:\"size_before\";i:23778;s:10:\"size_after\";i:22995;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:1393;s:11:\"size_before\";i:55071;s:10:\"size_after\";i:53678;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.060000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:868;s:11:\"size_before\";i:28352;s:10:\"size_after\";i:27484;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:808;s:11:\"size_before\";i:13135;s:10:\"size_after\";i:12327;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:728;s:11:\"size_before\";i:4727;s:10:\"size_after\";i:3999;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:819;s:11:\"size_before\";i:18720;s:10:\"size_after\";i:17901;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:24932;s:10:\"size_after\";i:23930;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:35946;s:10:\"size_after\";i:34901;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:40389;s:10:\"size_after\";i:39372;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.140000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:49121;s:10:\"size_after\";i:47577;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:891;s:11:\"size_before\";i:15501;s:10:\"size_after\";i:14610;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:901;s:11:\"size_before\";i:24848;s:10:\"size_after\";i:23947;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:908;s:11:\"size_before\";i:18253;s:10:\"size_after\";i:17345;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:859;s:11:\"size_before\";i:32666;s:10:\"size_after\";i:31807;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:742;s:11:\"size_before\";i:3937;s:10:\"size_after\";i:3195;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1082;s:11:\"size_before\";i:48268;s:10:\"size_after\";i:47186;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:826;s:11:\"size_before\";i:7386;s:10:\"size_after\";i:6560;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2189;s:11:\"size_before\";i:97602;s:10:\"size_after\";i:95413;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.5799999999999982946974341757595539093017578125;s:5:\"bytes\";i:716;s:11:\"size_before\";i:3037;s:10:\"size_after\";i:2321;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1620;s:11:\"size_before\";i:61917;s:10:\"size_after\";i:60297;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1021;s:11:\"size_before\";i:23205;s:10:\"size_after\";i:22184;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:884;s:11:\"size_before\";i:14467;s:10:\"size_after\";i:13583;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:859;s:11:\"size_before\";i:8244;s:10:\"size_after\";i:7385;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:791;s:11:\"size_before\";i:4601;s:10:\"size_after\";i:3810;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1755;s:11:\"size_before\";i:77371;s:10:\"size_after\";i:75616;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:977;s:11:\"size_before\";i:24129;s:10:\"size_after\";i:23152;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1213;s:11:\"size_before\";i:45939;s:10:\"size_after\";i:44726;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:975;s:11:\"size_before\";i:34264;s:10:\"size_after\";i:33289;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:43272;s:10:\"size_after\";i:42155;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1346;s:11:\"size_before\";i:54709;s:10:\"size_after\";i:53363;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:966;s:11:\"size_before\";i:33287;s:10:\"size_after\";i:32321;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1599;s:11:\"size_before\";i:69842;s:10:\"size_after\";i:68243;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:681;s:11:\"size_before\";i:1388;s:10:\"size_after\";i:707;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:694;s:11:\"size_before\";i:1560;s:10:\"size_after\";i:866;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:675;s:11:\"size_before\";i:1773;s:10:\"size_after\";i:1098;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23148;s:10:\"size_after\";i:23148;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1331;s:11:\"size_before\";i:39674;s:10:\"size_after\";i:38343;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:775;s:11:\"size_before\";i:5350;s:10:\"size_after\";i:4575;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23148;s:10:\"size_after\";i:23148;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38343;s:10:\"size_after\";i:38343;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4575;s:10:\"size_after\";i:4575;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(4016, 2256, '_wp_attached_file', '2020/03/482438_1119_Css.jpg'),
(4017, 2256, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:735;s:4:\"file\";s:27:\"2020/03/482438_1119_Css.jpg\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"482438_1119_Css-1024x392.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:392;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-150x150.jpg\";s:5:\"width\";i: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:\"482438_1119_Css-768x294.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"482438_1119_Css-1536x588.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-700x700.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:26:\"482438_1119_Css-128x49.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:25:\"482438_1119_Css-32x12.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:12;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:28:\"482438_1119_Css-1140x666.jpg\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:28:\"482438_1119_Css-1170x650.jpg\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-570x350.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-570x250.jpg\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-270x370.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-540x500.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-270x530.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:26:\"482438_1119_Css-85x105.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-255x255.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-360x240.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-360x495.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-735x240.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-255x183.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-270x220.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-390x345.jpg\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"482438_1119_Css-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-560x367.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-143x116.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-740x735.jpg\";s:5:\"width\";i:740;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:25:\"482438_1119_Css-98x38.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-550x580.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-350x220.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-275x142.jpg\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-160x120.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:26:\"482438_1119_Css-110x70.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-770x450.jpg\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-370x210.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-457x470.jpg\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-370x420.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-445x445.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-555x460.jpg\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-350x450.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-720x440.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:24:\"482438_1119_Css-24x9.jpg\";s:5:\"width\";i:24;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:25:\"482438_1119_Css-36x14.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:25:\"482438_1119_Css-48x18.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"482438_1119_Css-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-600x230.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-600x230.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"482438_1119_Css-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4018, 2256, '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:904860;s:10:\"size_after\";i:904860;s:4:\"time\";d:0.98000000000000053734794391857576556503772735595703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6051;s:10:\"size_after\";i:6051;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40258;s:10:\"size_after\";i:40258;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4218;s:10:\"size_after\";i:4218;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25655;s:10:\"size_after\";i:25655;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:77689;s:10:\"size_after\";i:77689;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37816;s:10:\"size_after\";i:37816;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11077;s:10:\"size_after\";i:11077;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6051;s:10:\"size_after\";i:6051;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1726;s:10:\"size_after\";i:1726;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:424;s:10:\"size_after\";i:424;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60630;s:10:\"size_after\";i:60630;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61643;s:10:\"size_after\";i:61643;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21450;s:10:\"size_after\";i:21450;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18179;s:10:\"size_after\";i:18179;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10907;s:10:\"size_after\";i:10907;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24231;s:10:\"size_after\";i:24231;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12785;s:10:\"size_after\";i:12785;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6325;s:10:\"size_after\";i:6325;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2171;s:10:\"size_after\";i:2171;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8791;s:10:\"size_after\";i:8791;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11558;s:10:\"size_after\";i:11558;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16170;s:10:\"size_after\";i:16170;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18270;s:10:\"size_after\";i:18270;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21738;s:10:\"size_after\";i:21738;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7297;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11419;s:10:\"size_after\";i:11419;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8641;s:10:\"size_after\";i:8641;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15010;s:10:\"size_after\";i:15010;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1722;s:10:\"size_after\";i:1722;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21478;s:10:\"size_after\";i:21478;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3476;s:10:\"size_after\";i:3476;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44873;s:10:\"size_after\";i:44873;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1246;s:10:\"size_after\";i:1246;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26797;s:10:\"size_after\";i:26797;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10750;s:10:\"size_after\";i:10750;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6715;s:10:\"size_after\";i:6715;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3910;s:10:\"size_after\";i:3910;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2056;s:10:\"size_after\";i:2056;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33255;s:10:\"size_after\";i:33255;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11190;s:10:\"size_after\";i:11190;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20661;s:10:\"size_after\";i:20661;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15462;s:10:\"size_after\";i:15462;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19385;s:10:\"size_after\";i:19385;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24409;s:10:\"size_after\";i:24409;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14987;s:10:\"size_after\";i:14987;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30274;s:10:\"size_after\";i:30274;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:381;s:10:\"size_after\";i:381;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:472;s:10:\"size_after\";i:472;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:613;s:10:\"size_after\";i:613;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11077;s:10:\"size_after\";i:11077;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17733;s:10:\"size_after\";i:17733;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2474;s:10:\"size_after\";i:2474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11077;s:10:\"size_after\";i:11077;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17733;s:10:\"size_after\";i:17733;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2474;s:10:\"size_after\";i:2474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),
(4019, 2257, '_wpb_shortcodes_custom_css', '.vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(4020, 2211, '_wpb_post_custom_css', 'div.vc_row.wpb_row.vc_row-fluid{\r\n    padding-right:60px!important;\r\n}\r\na{\r\n    color:black;\r\n}'),
(4021, 2258, '_wpb_post_custom_css', 'div.vc_row.wpb_row.vc_row-fluid{\r\n    padding-right:0px!important;\r\n}'),
(4022, 2258, '_wpb_shortcodes_custom_css', '.vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(4023, 1878, '_wpb_post_custom_css', '@media only screen and (min-width: 1024px) {\r\ndiv.vc_row.wpb_row.vc_row-fluid{\r\n    padding-right:60px!important;\r\n}\r\n}\r\n\r\n\r\na{\r\n    color:black;\r\n}'),
(4024, 2259, '_wpb_post_custom_css', 'div.vc_row.wpb_row.vc_row-fluid{\r\n    padding-right:0px!important;\r\n}'),
(4025, 2259, '_wpb_shortcodes_custom_css', '.vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(4070, 2278, '_wpb_post_custom_css', '.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -150px;\r\n}\r\nvc_row.vc_row-o-columns-bottom.vc_row-flex{\r\npadding-right: 120.5px!important;\r\n}\r\n\r\n/*\r\n.full-wdth-row-css{\r\n    padding:0px;\r\n}\r\n*/\r\n.container{\r\n    width:1100px!important;\r\n}\r\n\r\n.stm-sportspress-sidebar{\r\nz-index:99999!important;\r\nposition: absolute!important;\r\n}'),
(4071, 2278, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(4072, 2279, '_wpb_post_custom_css', '.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -150px;\r\n}\r\nvc_row.vc_row-o-columns-bottom.vc_row-flex{\r\npadding-right: 120.5px!important;\r\n}\r\n\r\n/*\r\n.full-wdth-row-css{\r\n    padding:0px;\r\n}\r\n*/\r\n.container{\r\n    width:1100px!important;\r\n}\r\n\r\n.stm-sportspress-sidebar{\r\nz-index:99999!important;\r\nposition: absolute!important;\r\n}'),
(4073, 2279, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(4074, 2280, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4075, 2280, '_wpb_shortcodes_custom_css', '.vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}'),
(4076, 1889, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4077, 2226, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4078, 2281, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4079, 2281, '_wpb_shortcodes_custom_css', '.vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}'),
(4083, 2283, '_edit_last', '2'),
(4082, 2283, '_edit_lock', '1585071284:2'),
(4084, 2283, 'slide_template', ''),
(4085, 2283, 'rs_page_bg_color', ''),
(4086, 2283, 'gusta_display_this_section_when', '1'),
(4087, 2283, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4088, 2283, 'preview_image', ''),
(4089, 2283, '_preview_image', 'field_5a3958ba1fdcc'),
(4090, 2283, 'gusta_section_purpose', 'footer'),
(4091, 2283, '_gusta_section_purpose', 'gusta_section_purpose'),
(4092, 2283, 'gusta_section_timing_gusta_section_delay', ''),
(4093, 2283, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4094, 2283, 'gusta_section_timing_gusta_section_duration', ''),
(4095, 2283, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4096, 2283, 'gusta_section_timing', ''),
(4097, 2283, '_gusta_section_timing', 'gusta_section_timing'),
(4098, 2283, 'gusta_section_background_gusta_section_background_color', ''),
(4099, 2283, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4100, 2283, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4101, 2283, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4102, 2283, 'gusta_section_background', ''),
(4103, 2283, '_gusta_section_background', 'gusta_section_background'),
(4104, 2284, 'gusta_display_this_section_when', ''),
(4105, 2284, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4106, 2284, 'preview_image', ''),
(4107, 2284, '_preview_image', 'field_5a3958ba1fdcc'),
(4108, 2284, 'gusta_section_purpose', 'footer'),
(4109, 2284, '_gusta_section_purpose', 'gusta_section_purpose'),
(4110, 2284, 'gusta_section_timing_gusta_section_delay', ''),
(4111, 2284, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4112, 2284, 'gusta_section_timing_gusta_section_duration', ''),
(4113, 2284, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4114, 2284, 'gusta_section_timing', ''),
(4115, 2284, '_gusta_section_timing', 'gusta_section_timing'),
(4116, 2284, 'gusta_section_background_gusta_section_background_color', ''),
(4117, 2284, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4118, 2284, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4119, 2284, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4120, 2284, 'gusta_section_background', ''),
(4121, 2284, '_gusta_section_background', 'gusta_section_background'),
(4122, 2283, '_wpb_vc_js_status', 'true'),
(4123, 2286, '_wpb_shortcodes_custom_css', '.vc_custom_1584830884277{background-color: #1e73be !important;}'),
(4124, 2286, 'gusta_display_this_section_when', ''),
(4125, 2286, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4126, 2286, 'preview_image', ''),
(4127, 2286, '_preview_image', 'field_5a3958ba1fdcc'),
(4128, 2286, 'gusta_section_purpose', 'footer'),
(4129, 2286, '_gusta_section_purpose', 'gusta_section_purpose'),
(4130, 2286, 'gusta_section_timing_gusta_section_delay', ''),
(4131, 2286, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4132, 2286, 'gusta_section_timing_gusta_section_duration', ''),
(4133, 2286, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4134, 2286, 'gusta_section_timing', ''),
(4135, 2286, '_gusta_section_timing', 'gusta_section_timing'),
(4136, 2286, 'gusta_section_background_gusta_section_background_color', ''),
(4137, 2286, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4138, 2286, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4139, 2286, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4140, 2286, 'gusta_section_background', ''),
(4141, 2286, '_gusta_section_background', 'gusta_section_background'),
(4142, 2283, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1585070943486{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585070532853{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070540353{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070547324{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070553577{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070560457{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(4143, 2287, '_wpb_shortcodes_custom_css', '.vc_custom_1584830884277{background-color: #1e73be !important;}'),
(4144, 2287, 'gusta_display_this_section_when', ''),
(4145, 2287, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4146, 2287, 'preview_image', ''),
(4147, 2287, '_preview_image', 'field_5a3958ba1fdcc'),
(4148, 2287, 'gusta_section_purpose', 'footer'),
(4149, 2287, '_gusta_section_purpose', 'gusta_section_purpose'),
(4150, 2287, 'gusta_section_timing_gusta_section_delay', ''),
(4151, 2287, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4152, 2287, 'gusta_section_timing_gusta_section_duration', ''),
(4153, 2287, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4154, 2287, 'gusta_section_timing', ''),
(4155, 2287, '_gusta_section_timing', 'gusta_section_timing'),
(4156, 2287, 'gusta_section_background_gusta_section_background_color', ''),
(4157, 2287, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4158, 2287, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4159, 2287, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4160, 2287, 'gusta_section_background', ''),
(4161, 2287, '_gusta_section_background', 'gusta_section_background'),
(4162, 2288, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4163, 2288, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(4164, 2288, 'gusta_display_this_section_when', ''),
(4165, 2288, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4166, 2288, 'preview_image', ''),
(4167, 2288, '_preview_image', 'field_5a3958ba1fdcc'),
(4168, 2288, 'gusta_section_purpose', 'footer'),
(4169, 2288, '_gusta_section_purpose', 'gusta_section_purpose'),
(4170, 2288, 'gusta_section_timing_gusta_section_delay', ''),
(4171, 2288, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4172, 2288, 'gusta_section_timing_gusta_section_duration', ''),
(4173, 2288, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4174, 2288, 'gusta_section_timing', ''),
(4175, 2288, '_gusta_section_timing', 'gusta_section_timing'),
(4176, 2288, 'gusta_section_background_gusta_section_background_color', ''),
(4177, 2288, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4178, 2288, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4179, 2288, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4180, 2288, 'gusta_section_background', ''),
(4181, 2288, '_gusta_section_background', 'gusta_section_background'),
(4182, 2283, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}\r\n\r\np{\r\n    font-size:14px!important;\r\n}'),
(4183, 2289, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4184, 2289, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(4185, 2289, 'gusta_display_this_section_when', ''),
(4186, 2289, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4187, 2289, 'preview_image', ''),
(4188, 2289, '_preview_image', 'field_5a3958ba1fdcc'),
(4189, 2289, 'gusta_section_purpose', 'footer'),
(4190, 2289, '_gusta_section_purpose', 'gusta_section_purpose'),
(4191, 2289, 'gusta_section_timing_gusta_section_delay', ''),
(4192, 2289, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4193, 2289, 'gusta_section_timing_gusta_section_duration', ''),
(4194, 2289, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4195, 2289, 'gusta_section_timing', ''),
(4196, 2289, '_gusta_section_timing', 'gusta_section_timing'),
(4197, 2289, 'gusta_section_background_gusta_section_background_color', ''),
(4198, 2289, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4199, 2289, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4200, 2289, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4201, 2289, 'gusta_section_background', ''),
(4202, 2289, '_gusta_section_background', 'gusta_section_background'),
(4203, 2290, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4204, 2290, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(4205, 2290, 'gusta_display_this_section_when', ''),
(4206, 2290, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4207, 2290, 'preview_image', ''),
(4208, 2290, '_preview_image', 'field_5a3958ba1fdcc'),
(4209, 2290, 'gusta_section_purpose', 'footer'),
(4210, 2290, '_gusta_section_purpose', 'gusta_section_purpose'),
(4211, 2290, 'gusta_section_timing_gusta_section_delay', ''),
(4212, 2290, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4213, 2290, 'gusta_section_timing_gusta_section_duration', ''),
(4214, 2290, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4215, 2290, 'gusta_section_timing', ''),
(4216, 2290, '_gusta_section_timing', 'gusta_section_timing'),
(4217, 2290, 'gusta_section_background_gusta_section_background_color', ''),
(4218, 2290, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4219, 2290, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4220, 2290, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4221, 2290, 'gusta_section_background', ''),
(4222, 2290, '_gusta_section_background', 'gusta_section_background'),
(4223, 2291, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4224, 2291, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(4225, 2291, 'gusta_display_this_section_when', ''),
(4226, 2291, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4227, 2291, 'preview_image', ''),
(4228, 2291, '_preview_image', 'field_5a3958ba1fdcc'),
(4229, 2291, 'gusta_section_purpose', 'footer'),
(4230, 2291, '_gusta_section_purpose', 'gusta_section_purpose'),
(4231, 2291, 'gusta_section_timing_gusta_section_delay', ''),
(4232, 2291, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4233, 2291, 'gusta_section_timing_gusta_section_duration', ''),
(4234, 2291, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4235, 2291, 'gusta_section_timing', ''),
(4236, 2291, '_gusta_section_timing', 'gusta_section_timing'),
(4237, 2291, 'gusta_section_background_gusta_section_background_color', ''),
(4238, 2291, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4239, 2291, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4240, 2291, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4241, 2291, 'gusta_section_background', ''),
(4242, 2291, '_gusta_section_background', 'gusta_section_background'),
(4243, 2292, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4244, 2292, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(4245, 2292, 'gusta_display_this_section_when', ''),
(4246, 2292, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4247, 2292, 'preview_image', ''),
(4248, 2292, '_preview_image', 'field_5a3958ba1fdcc'),
(4249, 2292, 'gusta_section_purpose', 'footer'),
(4250, 2292, '_gusta_section_purpose', 'gusta_section_purpose'),
(4251, 2292, 'gusta_section_timing_gusta_section_delay', ''),
(4252, 2292, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4253, 2292, 'gusta_section_timing_gusta_section_duration', ''),
(4254, 2292, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4255, 2292, 'gusta_section_timing', ''),
(4256, 2292, '_gusta_section_timing', 'gusta_section_timing'),
(4257, 2292, 'gusta_section_background_gusta_section_background_color', ''),
(4258, 2292, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4259, 2292, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4260, 2292, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4261, 2292, 'gusta_section_background', ''),
(4262, 2292, '_gusta_section_background', 'gusta_section_background'),
(4265, 2294, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4266, 2294, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}'),
(4267, 2294, 'gusta_display_this_section_when', ''),
(4268, 2294, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4269, 2294, 'preview_image', ''),
(4270, 2294, '_preview_image', 'field_5a3958ba1fdcc'),
(4271, 2294, 'gusta_section_purpose', 'footer'),
(4272, 2294, '_gusta_section_purpose', 'gusta_section_purpose'),
(4273, 2294, 'gusta_section_timing_gusta_section_delay', ''),
(4274, 2294, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4275, 2294, 'gusta_section_timing_gusta_section_duration', ''),
(4276, 2294, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4277, 2294, 'gusta_section_timing', ''),
(4278, 2294, '_gusta_section_timing', 'gusta_section_timing'),
(4279, 2294, 'gusta_section_background_gusta_section_background_color', ''),
(4280, 2294, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4281, 2294, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4282, 2294, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4283, 2294, 'gusta_section_background', ''),
(4284, 2294, '_gusta_section_background', 'gusta_section_background'),
(4285, 2295, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4286, 2295, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}'),
(4287, 2295, 'gusta_display_this_section_when', ''),
(4288, 2295, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4289, 2295, 'preview_image', ''),
(4290, 2295, '_preview_image', 'field_5a3958ba1fdcc'),
(4291, 2295, 'gusta_section_purpose', 'footer'),
(4292, 2295, '_gusta_section_purpose', 'gusta_section_purpose'),
(4293, 2295, 'gusta_section_timing_gusta_section_delay', ''),
(4294, 2295, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4295, 2295, 'gusta_section_timing_gusta_section_duration', ''),
(4296, 2295, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4297, 2295, 'gusta_section_timing', ''),
(4298, 2295, '_gusta_section_timing', 'gusta_section_timing'),
(4299, 2295, 'gusta_section_background_gusta_section_background_color', ''),
(4300, 2295, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4301, 2295, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4302, 2295, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4303, 2295, 'gusta_section_background', ''),
(4304, 2295, '_gusta_section_background', 'gusta_section_background'),
(4305, 2296, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4306, 2296, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}'),
(4307, 2296, 'gusta_display_this_section_when', ''),
(4308, 2296, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4309, 2296, 'preview_image', ''),
(4310, 2296, '_preview_image', 'field_5a3958ba1fdcc'),
(4311, 2296, 'gusta_section_purpose', 'footer'),
(4312, 2296, '_gusta_section_purpose', 'gusta_section_purpose'),
(4313, 2296, 'gusta_section_timing_gusta_section_delay', ''),
(4314, 2296, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4315, 2296, 'gusta_section_timing_gusta_section_duration', ''),
(4316, 2296, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4317, 2296, 'gusta_section_timing', ''),
(4318, 2296, '_gusta_section_timing', 'gusta_section_timing'),
(4319, 2296, 'gusta_section_background_gusta_section_background_color', ''),
(4320, 2296, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4321, 2296, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4322, 2296, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4323, 2296, 'gusta_section_background', ''),
(4324, 2296, '_gusta_section_background', 'gusta_section_background'),
(4325, 2297, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4326, 2297, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}'),
(4327, 2297, 'gusta_display_this_section_when', ''),
(4328, 2297, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4329, 2297, 'preview_image', ''),
(4330, 2297, '_preview_image', 'field_5a3958ba1fdcc'),
(4331, 2297, 'gusta_section_purpose', 'footer'),
(4332, 2297, '_gusta_section_purpose', 'gusta_section_purpose'),
(4333, 2297, 'gusta_section_timing_gusta_section_delay', ''),
(4334, 2297, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4335, 2297, 'gusta_section_timing_gusta_section_duration', ''),
(4336, 2297, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4337, 2297, 'gusta_section_timing', ''),
(4338, 2297, '_gusta_section_timing', 'gusta_section_timing'),
(4339, 2297, 'gusta_section_background_gusta_section_background_color', ''),
(4340, 2297, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4341, 2297, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4342, 2297, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4343, 2297, 'gusta_section_background', ''),
(4344, 2297, '_gusta_section_background', 'gusta_section_background'),
(4345, 2298, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4346, 2298, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}'),
(4347, 2298, 'gusta_display_this_section_when', ''),
(4348, 2298, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4349, 2298, 'preview_image', ''),
(4350, 2298, '_preview_image', 'field_5a3958ba1fdcc'),
(4351, 2298, 'gusta_section_purpose', 'footer'),
(4352, 2298, '_gusta_section_purpose', 'gusta_section_purpose'),
(4353, 2298, 'gusta_section_timing_gusta_section_delay', ''),
(4354, 2298, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4355, 2298, 'gusta_section_timing_gusta_section_duration', ''),
(4356, 2298, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4357, 2298, 'gusta_section_timing', ''),
(4358, 2298, '_gusta_section_timing', 'gusta_section_timing'),
(4359, 2298, 'gusta_section_background_gusta_section_background_color', ''),
(4360, 2298, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4361, 2298, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4362, 2298, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4363, 2298, 'gusta_section_background', ''),
(4364, 2298, '_gusta_section_background', 'gusta_section_background'),
(4365, 2299, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:99999px!important;\r\n}'),
(4366, 2299, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584833237138{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4367, 1891, 'gusta_override_section_options', '0'),
(4368, 1891, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4369, 1891, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4370, 1891, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4371, 1891, 'gusta_header_sections_tab', ''),
(4372, 1891, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4373, 1891, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4374, 1891, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4375, 1891, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4376, 1891, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4377, 1891, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4378, 1891, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4379, 1891, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4380, 1891, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4381, 1891, 'gusta_content_sections_tab', ''),
(4382, 1891, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4383, 1891, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4384, 1891, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4385, 1891, 'gusta_footer_sections_tab', ''),
(4386, 1891, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4387, 1891, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4388, 1891, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4389, 1891, 'gusta_sticky_sections_tab', ''),
(4390, 1891, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4391, 2299, 'gusta_override_section_options', '0'),
(4392, 2299, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4393, 2299, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4394, 2299, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4395, 2299, 'gusta_header_sections_tab', ''),
(4396, 2299, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4397, 2299, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4398, 2299, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4399, 2299, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4400, 2299, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4401, 2299, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4402, 2299, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4403, 2299, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4404, 2299, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4405, 2299, 'gusta_content_sections_tab', ''),
(4406, 2299, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4407, 2299, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4408, 2299, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4409, 2299, 'gusta_footer_sections_tab', ''),
(4410, 2299, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4411, 2299, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4412, 2299, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4413, 2299, 'gusta_sticky_sections_tab', ''),
(4414, 2299, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4415, 2300, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:99999px!important;\r\n}'),
(4416, 2300, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584833282986{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4417, 2300, 'gusta_override_section_options', '0'),
(4418, 2300, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4419, 2300, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4420, 2300, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4421, 2300, 'gusta_header_sections_tab', ''),
(4422, 2300, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4423, 2300, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4424, 2300, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4425, 2300, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4426, 2300, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4427, 2300, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4428, 2300, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4429, 2300, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4430, 2300, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4431, 2300, 'gusta_content_sections_tab', ''),
(4432, 2300, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4433, 2300, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4434, 2300, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4435, 2300, 'gusta_footer_sections_tab', ''),
(4436, 2300, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4437, 2300, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4438, 2300, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4439, 2300, 'gusta_sticky_sections_tab', ''),
(4440, 2300, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4442, 2301, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835039064{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4443, 2301, 'gusta_override_section_options', '0'),
(4444, 2301, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4445, 2301, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4446, 2301, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4447, 2301, 'gusta_header_sections_tab', ''),
(4448, 2301, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4449, 2301, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4450, 2301, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4451, 2301, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4452, 2301, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4453, 2301, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4454, 2301, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4455, 2301, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4456, 2301, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4457, 2301, 'gusta_content_sections_tab', ''),
(4458, 2301, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4459, 2301, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4460, 2301, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4461, 2301, 'gusta_footer_sections_tab', ''),
(4462, 2301, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4463, 2301, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4464, 2301, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4465, 2301, 'gusta_sticky_sections_tab', ''),
(4466, 2301, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4467, 2302, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}'),
(4468, 2302, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835135209{margin-bottom: -70px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4469, 2302, 'gusta_override_section_options', '0'),
(4470, 2302, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4471, 2302, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4472, 2302, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4473, 2302, 'gusta_header_sections_tab', ''),
(4474, 2302, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4475, 2302, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4476, 2302, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4477, 2302, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4478, 2302, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4479, 2302, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4480, 2302, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4481, 2302, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4482, 2302, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4483, 2302, 'gusta_content_sections_tab', ''),
(4484, 2302, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4485, 2302, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4486, 2302, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4487, 2302, 'gusta_footer_sections_tab', ''),
(4488, 2302, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4489, 2302, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4490, 2302, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4491, 2302, 'gusta_sticky_sections_tab', ''),
(4492, 2302, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4493, 1956, 'gusta_override_section_options', '0'),
(4494, 1956, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4495, 1956, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4496, 1956, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4497, 1956, 'gusta_header_sections_tab', ''),
(4498, 1956, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4499, 1956, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4500, 1956, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4501, 1956, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4502, 1956, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4503, 1956, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4504, 1956, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4505, 1956, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4506, 1956, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4507, 1956, 'gusta_content_sections_tab', ''),
(4508, 1956, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4509, 1956, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4510, 1956, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4511, 1956, 'gusta_footer_sections_tab', ''),
(4512, 1956, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4513, 1956, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4514, 1956, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4515, 1956, 'gusta_sticky_sections_tab', ''),
(4516, 1956, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4517, 2303, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}'),
(4518, 2303, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4519, 2303, 'gusta_override_section_options', '0'),
(4520, 2303, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4521, 2303, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4522, 2303, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4523, 2303, 'gusta_header_sections_tab', ''),
(4524, 2303, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4525, 2303, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4526, 2303, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4527, 2303, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4528, 2303, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4529, 2303, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4530, 2303, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4531, 2303, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4532, 2303, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4533, 2303, 'gusta_content_sections_tab', ''),
(4534, 2303, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4535, 2303, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4536, 2303, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4537, 2303, 'gusta_footer_sections_tab', ''),
(4538, 2303, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4539, 2303, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4540, 2303, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4541, 2303, 'gusta_sticky_sections_tab', ''),
(4542, 2303, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(5155, 2346, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(5154, 2346, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(5153, 2346, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(5152, 2346, 'gusta_content_sections_tab', ''),
(5151, 2346, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(5150, 2346, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(5149, 2346, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(5148, 2346, 'gusta_content_sections_tab_gusta_content_sections', ''),
(5147, 2346, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(5146, 2346, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(5145, 2346, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(5144, 2346, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(5143, 2346, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(5142, 2346, 'gusta_header_sections_tab', ''),
(5141, 2346, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(5140, 2346, 'gusta_header_sections_tab_gusta_header_sections', ''),
(5139, 2346, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(5138, 2346, 'gusta_override_section_options', '0'),
(5136, 2346, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(5137, 2346, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4571, 2307, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(4572, 2307, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(4573, 2307, 'gusta_override_section_options', '0'),
(4574, 2307, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4575, 2307, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4576, 2307, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4577, 2307, 'gusta_header_sections_tab', ''),
(4578, 2307, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4579, 2307, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4580, 2307, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4581, 2307, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4582, 2307, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4583, 2307, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4584, 2307, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4585, 2307, 'gusta_content_sections_tab_gusta_below_content_sections', '');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4586, 2307, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4587, 2307, 'gusta_content_sections_tab', ''),
(4588, 2307, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4589, 2307, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4590, 2307, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4591, 2307, 'gusta_footer_sections_tab', ''),
(4592, 2307, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4593, 2307, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4594, 2307, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4595, 2307, 'gusta_sticky_sections_tab', ''),
(4596, 2307, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4670, 2315, '_edit_lock', '1584966887:2'),
(4671, 2315, '_edit_last', '2'),
(4672, 1917, '_edit_lock', '1584962485:2'),
(4674, 2316, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:786;s:6:\"height\";i:918;s:4:\"file\";s:36:\"2020/03/Mzansi-Cricket-logo-crpd.png\";s:5:\"sizes\";a:54:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-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:36:\"Mzansi-Cricket-logo-crpd-768x897.png\";s:5:\"width\";i:768;s:6:\"height\";i:897;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-257x300.png\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-110x128.png\";s:5:\"width\";i:110;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:34:\"Mzansi-Cricket-logo-crpd-27x32.png\";s:5:\"width\";i:27;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:37:\"Mzansi-Cricket-logo-crpd-1140x666.png\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:37:\"Mzansi-Cricket-logo-crpd-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:35:\"Mzansi-Cricket-logo-crpd-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Mzansi-Cricket-logo-crpd-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:34:\"Mzansi-Cricket-logo-crpd-84x98.png\";s:5:\"width\";i:84;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:35:\"Mzansi-Cricket-logo-crpd-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:34:\"Mzansi-Cricket-logo-crpd-21x24.png\";s:5:\"width\";i:21;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:34:\"Mzansi-Cricket-logo-crpd-31x36.png\";s:5:\"width\";i:31;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:34:\"Mzansi-Cricket-logo-crpd-41x48.png\";s:5:\"width\";i:41;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tg-landscape\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-600x701.png\";s:5:\"width\";i:600;s:6:\"height\";i:701;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-600x701.png\";s:5:\"width\";i:600;s:6:\"height\";i:701;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"Mzansi-Cricket-logo-crpd-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(4678, 2316, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.018193497311310036224085706635378301143646240234375;s:5:\"bytes\";i:136637;s:11:\"size_before\";i:4527112;s:10:\"size_after\";i:4390475;s:4:\"time\";d:10.0699999999999985078602549037896096706390380859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:54:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.38999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:42659;s:10:\"size_after\";i:40785;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:946;s:11:\"size_before\";i:18738;s:10:\"size_after\";i:17792;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:5781;s:11:\"size_before\";i:219376;s:10:\"size_after\";i:213595;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5420;s:11:\"size_before\";i:188212;s:10:\"size_after\";i:182792;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2719;s:11:\"size_before\";i:52310;s:10:\"size_after\";i:49591;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40785;s:10:\"size_after\";i:40785;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:628;s:11:\"size_before\";i:12065;s:10:\"size_after\";i:11437;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:296;s:11:\"size_before\";i:1916;s:10:\"size_after\";i:1620;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:351472;s:10:\"size_after\";i:351472;s:4:\"time\";d:0.729999999999999982236431605997495353221893310546875;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:355006;s:10:\"size_after\";i:355006;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.470000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:4212;s:11:\"size_before\";i:121512;s:10:\"size_after\";i:117300;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:91762;s:10:\"size_after\";i:90019;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3515;s:11:\"size_before\";i:55917;s:10:\"size_after\";i:52402;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5439;s:11:\"size_before\";i:123729;s:10:\"size_after\";i:118290;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6168;s:11:\"size_before\";i:85564;s:10:\"size_after\";i:79396;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.600000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:1034;s:11:\"size_before\";i:28716;s:10:\"size_after\";i:27682;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:583;s:11:\"size_before\";i:9029;s:10:\"size_after\";i:8446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1852;s:11:\"size_before\";i:41257;s:10:\"size_after\";i:39405;s:4:\"time\";d:0.5;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:2893;s:11:\"size_before\";i:61298;s:10:\"size_after\";i:58405;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:5891;s:11:\"size_before\";i:85795;s:10:\"size_after\";i:79904;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5096;s:11:\"size_before\";i:90444;s:10:\"size_after\";i:85348;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.5700000000000000621724893790087662637233734130859375;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:105604;s:10:\"size_after\";i:103946;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:37196;s:10:\"size_after\";i:35929;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2814;s:11:\"size_before\";i:59376;s:10:\"size_after\";i:56562;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.640000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:41364;s:10:\"size_after\";i:39858;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:4067;s:11:\"size_before\";i:73290;s:10:\"size_after\";i:69223;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:478;s:11:\"size_before\";i:7312;s:10:\"size_after\";i:6834;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4003;s:11:\"size_before\";i:119882;s:10:\"size_after\";i:115879;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:430;s:11:\"size_before\";i:16078;s:10:\"size_after\";i:15648;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:6008;s:11:\"size_before\";i:204013;s:10:\"size_after\";i:198005;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:456;s:11:\"size_before\";i:8102;s:10:\"size_after\";i:7646;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:6109;s:11:\"size_before\";i:132422;s:10:\"size_after\";i:126313;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:2260;s:11:\"size_before\";i:58482;s:10:\"size_after\";i:56222;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.359999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:853;s:11:\"size_before\";i:36108;s:10:\"size_after\";i:35255;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:354;s:11:\"size_before\";i:18458;s:10:\"size_after\";i:18104;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:249;s:11:\"size_before\";i:10281;s:10:\"size_after\";i:10032;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4922;s:11:\"size_before\";i:187269;s:10:\"size_after\";i:182347;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2770;s:11:\"size_before\";i:60482;s:10:\"size_after\";i:57712;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.61000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:5540;s:11:\"size_before\";i:98719;s:10:\"size_after\";i:93179;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:4230;s:11:\"size_before\";i:72999;s:10:\"size_after\";i:68769;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:5525;s:11:\"size_before\";i:94526;s:10:\"size_after\";i:89001;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:4516;s:11:\"size_before\";i:122710;s:10:\"size_after\";i:118194;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:5095;s:11:\"size_before\";i:76889;s:10:\"size_after\";i:71794;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:4144;s:11:\"size_before\";i:173889;s:10:\"size_after\";i:169745;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:282;s:11:\"size_before\";i:1429;s:10:\"size_after\";i:1147;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:345;s:11:\"size_before\";i:2159;s:10:\"size_after\";i:1814;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:382;s:11:\"size_before\";i:3123;s:10:\"size_after\";i:2741;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"tg-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:4581;s:11:\"size_before\";i:209709;s:10:\"size_after\";i:205128;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49591;s:10:\"size_after\";i:49591;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.390000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:5143;s:11:\"size_before\";i:151933;s:10:\"size_after\";i:146790;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:560;s:11:\"size_before\";i:10167;s:10:\"size_after\";i:9607;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49591;s:10:\"size_after\";i:49591;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:146790;s:10:\"size_after\";i:146790;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9607;s:10:\"size_after\";i:9607;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),
(4685, 2320, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4686, 2320, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(4687, 2320, 'gusta_display_this_section_when', ''),
(4688, 2320, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4689, 2320, 'preview_image', ''),
(4690, 2320, '_preview_image', 'field_5a3958ba1fdcc'),
(4691, 2320, 'gusta_section_purpose', 'footer'),
(4692, 2320, '_gusta_section_purpose', 'gusta_section_purpose'),
(4693, 2320, 'gusta_section_timing_gusta_section_delay', ''),
(4694, 2320, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4695, 2320, 'gusta_section_timing_gusta_section_duration', ''),
(4696, 2320, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4697, 2320, 'gusta_section_timing', ''),
(4698, 2320, '_gusta_section_timing', 'gusta_section_timing'),
(4699, 2320, 'gusta_section_background_gusta_section_background_color', ''),
(4700, 2320, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4701, 2320, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4702, 2320, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4703, 2320, 'gusta_section_background', ''),
(4704, 2320, '_gusta_section_background', 'gusta_section_background'),
(4705, 2321, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4706, 2321, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(4707, 2321, 'gusta_display_this_section_when', ''),
(4708, 2321, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4709, 2321, 'preview_image', ''),
(4710, 2321, '_preview_image', 'field_5a3958ba1fdcc'),
(4711, 2321, 'gusta_section_purpose', 'footer'),
(4712, 2321, '_gusta_section_purpose', 'gusta_section_purpose'),
(4713, 2321, 'gusta_section_timing_gusta_section_delay', ''),
(4714, 2321, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4715, 2321, 'gusta_section_timing_gusta_section_duration', ''),
(4716, 2321, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4717, 2321, 'gusta_section_timing', ''),
(4718, 2321, '_gusta_section_timing', 'gusta_section_timing'),
(4719, 2321, 'gusta_section_background_gusta_section_background_color', ''),
(4720, 2321, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4721, 2321, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4722, 2321, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4723, 2321, 'gusta_section_background', ''),
(4724, 2321, '_gusta_section_background', 'gusta_section_background'),
(4725, 2322, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4726, 2322, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1584965059134{margin-top: 10px !important;margin-bottom: 10px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(4727, 2322, 'gusta_display_this_section_when', ''),
(4728, 2322, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4729, 2322, 'preview_image', ''),
(4730, 2322, '_preview_image', 'field_5a3958ba1fdcc'),
(4731, 2322, 'gusta_section_purpose', 'footer'),
(4732, 2322, '_gusta_section_purpose', 'gusta_section_purpose'),
(4733, 2322, 'gusta_section_timing_gusta_section_delay', ''),
(4734, 2322, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4735, 2322, 'gusta_section_timing_gusta_section_duration', ''),
(4736, 2322, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4737, 2322, 'gusta_section_timing', ''),
(4738, 2322, '_gusta_section_timing', 'gusta_section_timing'),
(4739, 2322, 'gusta_section_background_gusta_section_background_color', ''),
(4740, 2322, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4741, 2322, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4742, 2322, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4743, 2322, 'gusta_section_background', ''),
(4744, 2322, '_gusta_section_background', 'gusta_section_background'),
(4745, 2323, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(4746, 2323, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1584965278797{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584965270367{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584965248925{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584965222304{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584965215171{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584965329489{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(4747, 2323, 'gusta_display_this_section_when', ''),
(4748, 2323, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4749, 2323, 'preview_image', ''),
(4750, 2323, '_preview_image', 'field_5a3958ba1fdcc'),
(4751, 2323, 'gusta_section_purpose', 'footer'),
(4752, 2323, '_gusta_section_purpose', 'gusta_section_purpose'),
(4753, 2323, 'gusta_section_timing_gusta_section_delay', ''),
(4754, 2323, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4755, 2323, 'gusta_section_timing_gusta_section_duration', ''),
(4756, 2323, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4757, 2323, 'gusta_section_timing', ''),
(4758, 2323, '_gusta_section_timing', 'gusta_section_timing'),
(4759, 2323, 'gusta_section_background_gusta_section_background_color', ''),
(4760, 2323, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4761, 2323, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4762, 2323, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4763, 2323, 'gusta_section_background', ''),
(4764, 2323, '_gusta_section_background', 'gusta_section_background'),
(4769, 2326, 'gusta_override_section_options', '0'),
(4770, 2326, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4771, 2326, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4772, 2326, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4773, 2326, 'gusta_header_sections_tab', ''),
(4774, 2326, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4775, 2326, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4776, 2326, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4777, 2326, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4778, 2326, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4779, 2326, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4780, 2326, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4781, 2326, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4782, 2326, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4783, 2326, 'gusta_content_sections_tab', ''),
(4784, 2326, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4785, 2326, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4786, 2326, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4787, 2326, 'gusta_footer_sections_tab', ''),
(4788, 2326, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4789, 2326, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4790, 2326, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4791, 2326, 'gusta_sticky_sections_tab', ''),
(4792, 2326, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4793, 2326, '_wpb_post_custom_css', '@media only screen and (min-width: 1024px){\r\n.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -180px;\r\n}\r\nvc_row.vc_row-o-columns-bottom.vc_row-flex{\r\npadding-right: 120.5px!important;\r\n}\r\n\r\n/*\r\n.full-wdth-row-css{\r\n    padding:0px;\r\n}\r\n*/\r\n.container{\r\n    width:1100px!important;\r\n}\r\n}\r\n\r\n.stm-sportspress-sidebar{\r\nz-index:3!important;\r\nposition: absolute!important;\r\n}'),
(4794, 2326, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(4795, 1884, 'gusta_override_section_options', '0'),
(4796, 1884, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(4797, 1884, 'gusta_header_sections_tab_gusta_header_sections', ''),
(4798, 1884, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(4799, 1884, 'gusta_header_sections_tab', ''),
(4800, 1884, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(4801, 1884, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(4802, 1884, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(4803, 1884, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(4804, 1884, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(4805, 1884, 'gusta_content_sections_tab_gusta_content_sections', ''),
(4806, 1884, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(4807, 1884, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(4808, 1884, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(4809, 1884, 'gusta_content_sections_tab', ''),
(4810, 1884, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(4811, 1884, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(4812, 1884, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(4813, 1884, 'gusta_footer_sections_tab', ''),
(4814, 1884, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(4815, 1884, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(4816, 1884, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(4817, 1884, 'gusta_sticky_sections_tab', ''),
(4818, 1884, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(4824, 2330, '_edit_lock', '1585056677:2'),
(4825, 2330, '_edit_last', '2'),
(4826, 2330, 'slide_template', ''),
(4827, 2330, 'rs_page_bg_color', ''),
(4828, 2330, '_wpb_vc_js_status', 'true'),
(4829, 2330, 'gusta_display_this_section_when', ''),
(4830, 2330, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4831, 2330, 'preview_image', ''),
(4832, 2330, '_preview_image', 'field_5a3958ba1fdcc'),
(4833, 2330, 'gusta_section_purpose', 'header'),
(4834, 2330, '_gusta_section_purpose', 'gusta_section_purpose'),
(4835, 2330, 'gusta_overlapping_section', '1'),
(4836, 2330, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4837, 2330, 'gusta_section_timing_gusta_section_delay', ''),
(4838, 2330, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4839, 2330, 'gusta_section_timing_gusta_section_duration', ''),
(4840, 2330, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4841, 2330, 'gusta_section_timing', ''),
(4842, 2330, '_gusta_section_timing', 'gusta_section_timing'),
(4843, 2330, 'gusta_section_background_gusta_section_background_color', ''),
(4844, 2330, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4845, 2330, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4846, 2330, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4847, 2330, 'gusta_section_background', ''),
(4848, 2330, '_gusta_section_background', 'gusta_section_background'),
(4849, 2331, 'gusta_display_this_section_when', ''),
(4850, 2331, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4851, 2331, 'preview_image', ''),
(4852, 2331, '_preview_image', 'field_5a3958ba1fdcc'),
(4853, 2331, 'gusta_section_purpose', 'header'),
(4854, 2331, '_gusta_section_purpose', 'gusta_section_purpose'),
(4855, 2331, 'gusta_overlapping_section', '0'),
(4856, 2331, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4857, 2331, 'gusta_section_timing_gusta_section_delay', ''),
(4858, 2331, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4859, 2331, 'gusta_section_timing_gusta_section_duration', ''),
(4860, 2331, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4861, 2331, 'gusta_section_timing', ''),
(4862, 2331, '_gusta_section_timing', 'gusta_section_timing'),
(4863, 2331, 'gusta_section_background_gusta_section_background_color', ''),
(4864, 2331, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4865, 2331, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4866, 2331, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4867, 2331, 'gusta_section_background', ''),
(4868, 2331, '_gusta_section_background', 'gusta_section_background'),
(4869, 2333, 'gusta_display_this_section_when', ''),
(4870, 2333, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4871, 2333, 'preview_image', ''),
(4872, 2333, '_preview_image', 'field_5a3958ba1fdcc'),
(4873, 2333, 'gusta_section_purpose', 'header'),
(4874, 2333, '_gusta_section_purpose', 'gusta_section_purpose'),
(4875, 2333, 'gusta_overlapping_section', '0'),
(4876, 2333, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4877, 2333, 'gusta_section_timing_gusta_section_delay', ''),
(4878, 2333, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4879, 2333, 'gusta_section_timing_gusta_section_duration', ''),
(4880, 2333, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4881, 2333, 'gusta_section_timing', ''),
(4882, 2333, '_gusta_section_timing', 'gusta_section_timing'),
(4883, 2333, 'gusta_section_background_gusta_section_background_color', ''),
(4884, 2333, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4885, 2333, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4886, 2333, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4887, 2333, 'gusta_section_background', ''),
(4888, 2333, '_gusta_section_background', 'gusta_section_background'),
(4889, 2334, 'gusta_display_this_section_when', ''),
(4890, 2334, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4891, 2334, 'preview_image', ''),
(4892, 2334, '_preview_image', 'field_5a3958ba1fdcc'),
(4893, 2334, 'gusta_section_purpose', 'header'),
(4894, 2334, '_gusta_section_purpose', 'gusta_section_purpose'),
(4895, 2334, 'gusta_overlapping_section', '0'),
(4896, 2334, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4897, 2334, 'gusta_section_timing_gusta_section_delay', ''),
(4898, 2334, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4899, 2334, 'gusta_section_timing_gusta_section_duration', ''),
(4900, 2334, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4901, 2334, 'gusta_section_timing', ''),
(4902, 2334, '_gusta_section_timing', 'gusta_section_timing'),
(4903, 2334, 'gusta_section_background_gusta_section_background_color', ''),
(4904, 2334, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4905, 2334, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4906, 2334, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4907, 2334, 'gusta_section_background', ''),
(4908, 2334, '_gusta_section_background', 'gusta_section_background'),
(4909, 2335, 'gusta_display_this_section_when', ''),
(4910, 2335, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4911, 2335, 'preview_image', ''),
(4912, 2335, '_preview_image', 'field_5a3958ba1fdcc'),
(4913, 2335, 'gusta_section_purpose', 'header'),
(4914, 2335, '_gusta_section_purpose', 'gusta_section_purpose'),
(4915, 2335, 'gusta_overlapping_section', '0'),
(4916, 2335, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4917, 2335, 'gusta_section_timing_gusta_section_delay', ''),
(4918, 2335, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4919, 2335, 'gusta_section_timing_gusta_section_duration', ''),
(4920, 2335, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4921, 2335, 'gusta_section_timing', ''),
(4922, 2335, '_gusta_section_timing', 'gusta_section_timing'),
(4923, 2335, 'gusta_section_background_gusta_section_background_color', ''),
(4924, 2335, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4925, 2335, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4926, 2335, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4927, 2335, 'gusta_section_background', ''),
(4928, 2335, '_gusta_section_background', 'gusta_section_background'),
(4929, 2336, '_wpb_shortcodes_custom_css', '.vc_custom_1585045612541{background-color: #ffd700 !important;}'),
(4930, 2336, 'gusta_display_this_section_when', ''),
(4931, 2336, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4932, 2336, 'preview_image', ''),
(4933, 2336, '_preview_image', 'field_5a3958ba1fdcc'),
(4934, 2336, 'gusta_section_purpose', 'header'),
(4935, 2336, '_gusta_section_purpose', 'gusta_section_purpose'),
(4936, 2336, 'gusta_overlapping_section', '0'),
(4937, 2336, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4938, 2336, 'gusta_section_timing_gusta_section_delay', ''),
(4939, 2336, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4940, 2336, 'gusta_section_timing_gusta_section_duration', ''),
(4941, 2336, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4942, 2336, 'gusta_section_timing', ''),
(4943, 2336, '_gusta_section_timing', 'gusta_section_timing'),
(4944, 2336, 'gusta_section_background_gusta_section_background_color', ''),
(4945, 2336, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4946, 2336, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4947, 2336, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4948, 2336, 'gusta_section_background', ''),
(4949, 2336, '_gusta_section_background', 'gusta_section_background'),
(4950, 2330, '_wpb_shortcodes_custom_css', '.vc_custom_1585046787412{background-color: #ffd700 !important;}'),
(4951, 2337, '_wpb_shortcodes_custom_css', '.vc_custom_1585046037960{background-color: #ffd700 !important;}'),
(4952, 2330, 'gusta_menu_item', '2016'),
(4953, 2330, '_gusta_menu_item', 'gusta_menu_item'),
(4954, 2330, 'gusta_menu_trigger_type', 'hover'),
(4955, 2330, '_gusta_menu_trigger_type', 'gusta_menu_trigger_type'),
(4956, 2337, 'gusta_display_this_section_when', ''),
(4957, 2337, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4958, 2337, 'preview_image', ''),
(4959, 2337, '_preview_image', 'field_5a3958ba1fdcc'),
(4960, 2337, 'gusta_section_purpose', 'mega_menu'),
(4961, 2337, '_gusta_section_purpose', 'gusta_section_purpose'),
(4962, 2337, 'gusta_overlapping_section', '0'),
(4963, 2337, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4964, 2337, 'gusta_section_timing_gusta_section_delay', ''),
(4965, 2337, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4966, 2337, 'gusta_section_timing_gusta_section_duration', ''),
(4967, 2337, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4968, 2337, 'gusta_section_timing', ''),
(4969, 2337, '_gusta_section_timing', 'gusta_section_timing'),
(4970, 2337, 'gusta_section_background_gusta_section_background_color', ''),
(4971, 2337, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(4972, 2337, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4973, 2337, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4974, 2337, 'gusta_section_background', ''),
(4975, 2337, '_gusta_section_background', 'gusta_section_background'),
(4976, 2337, 'gusta_menu_item', '2016'),
(4977, 2337, '_gusta_menu_item', 'gusta_menu_item'),
(4978, 2337, 'gusta_menu_trigger_type', 'hover'),
(4979, 2337, '_gusta_menu_trigger_type', 'gusta_menu_trigger_type'),
(4980, 2338, '_wpb_shortcodes_custom_css', '.vc_custom_1585046037960{background-color: #ffd700 !important;}'),
(4981, 2338, 'gusta_display_this_section_when', ''),
(4982, 2338, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(4983, 2338, 'preview_image', ''),
(4984, 2338, '_preview_image', 'field_5a3958ba1fdcc'),
(4985, 2338, 'gusta_section_purpose', 'header'),
(4986, 2338, '_gusta_section_purpose', 'gusta_section_purpose'),
(4987, 2338, 'gusta_overlapping_section', '1'),
(4988, 2338, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(4989, 2338, 'gusta_section_timing_gusta_section_delay', ''),
(4990, 2338, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(4991, 2338, 'gusta_section_timing_gusta_section_duration', ''),
(4992, 2338, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(4993, 2338, 'gusta_section_timing', ''),
(4994, 2338, '_gusta_section_timing', 'gusta_section_timing'),
(4995, 2338, 'gusta_section_background_gusta_section_background_color', ''),
(4996, 2338, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4997, 2338, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(4998, 2338, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(4999, 2338, 'gusta_section_background', ''),
(5000, 2338, '_gusta_section_background', 'gusta_section_background'),
(5001, 2338, 'gusta_menu_item', '2016'),
(5002, 2338, '_gusta_menu_item', 'gusta_menu_item'),
(5003, 2338, 'gusta_menu_trigger_type', 'hover'),
(5004, 2338, '_gusta_menu_trigger_type', 'gusta_menu_trigger_type'),
(5005, 2330, 'sharing_disabled', '1'),
(5006, 2339, '_wpb_shortcodes_custom_css', '.vc_custom_1585046787412{background-color: #ffd700 !important;}'),
(5007, 2339, 'gusta_display_this_section_when', ''),
(5008, 2339, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5009, 2339, 'preview_image', ''),
(5010, 2339, '_preview_image', 'field_5a3958ba1fdcc'),
(5011, 2339, 'gusta_section_purpose', 'header'),
(5012, 2339, '_gusta_section_purpose', 'gusta_section_purpose'),
(5013, 2339, 'gusta_overlapping_section', '0'),
(5014, 2339, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(5015, 2339, 'gusta_section_timing_gusta_section_delay', ''),
(5016, 2339, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5017, 2339, 'gusta_section_timing_gusta_section_duration', ''),
(5018, 2339, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5019, 2339, 'gusta_section_timing', ''),
(5020, 2339, '_gusta_section_timing', 'gusta_section_timing'),
(5021, 2339, 'gusta_section_background_gusta_section_background_color', ''),
(5022, 2339, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5023, 2339, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5024, 2339, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5025, 2339, 'gusta_section_background', ''),
(5026, 2339, '_gusta_section_background', 'gusta_section_background'),
(5027, 2339, 'gusta_menu_item', '2016'),
(5028, 2339, '_gusta_menu_item', 'gusta_menu_item'),
(5029, 2339, 'gusta_menu_trigger_type', 'hover'),
(5030, 2339, '_gusta_menu_trigger_type', 'gusta_menu_trigger_type'),
(5031, 2340, '_wpb_shortcodes_custom_css', '.vc_custom_1585046787412{background-color: #ffd700 !important;}'),
(5032, 2340, 'gusta_display_this_section_when', ''),
(5033, 2340, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5034, 2340, 'preview_image', ''),
(5035, 2340, '_preview_image', 'field_5a3958ba1fdcc'),
(5036, 2340, 'gusta_section_purpose', 'header'),
(5037, 2340, '_gusta_section_purpose', 'gusta_section_purpose'),
(5038, 2340, 'gusta_overlapping_section', '1'),
(5039, 2340, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(5040, 2340, 'gusta_section_timing_gusta_section_delay', ''),
(5041, 2340, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5042, 2340, 'gusta_section_timing_gusta_section_duration', ''),
(5043, 2340, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5044, 2340, 'gusta_section_timing', ''),
(5045, 2340, '_gusta_section_timing', 'gusta_section_timing'),
(5046, 2340, 'gusta_section_background_gusta_section_background_color', ''),
(5047, 2340, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5048, 2340, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5049, 2340, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5050, 2340, 'gusta_section_background', ''),
(5051, 2340, '_gusta_section_background', 'gusta_section_background'),
(5052, 2340, 'gusta_menu_item', '2016'),
(5053, 2340, '_gusta_menu_item', 'gusta_menu_item'),
(5054, 2340, 'gusta_menu_trigger_type', 'hover'),
(5055, 2340, '_gusta_menu_trigger_type', 'gusta_menu_trigger_type'),
(5056, 2341, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5057, 2341, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584965329489{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5058, 2341, 'gusta_display_this_section_when', ''),
(5059, 2341, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5060, 2341, 'preview_image', ''),
(5061, 2341, '_preview_image', 'field_5a3958ba1fdcc'),
(5062, 2341, 'gusta_section_purpose', 'footer'),
(5063, 2341, '_gusta_section_purpose', 'gusta_section_purpose'),
(5064, 2341, 'gusta_section_timing_gusta_section_delay', ''),
(5065, 2341, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5066, 2341, 'gusta_section_timing_gusta_section_duration', ''),
(5067, 2341, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5068, 2341, 'gusta_section_timing', ''),
(5069, 2341, '_gusta_section_timing', 'gusta_section_timing'),
(5070, 2341, 'gusta_section_background_gusta_section_background_color', ''),
(5071, 2341, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5072, 2341, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5073, 2341, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5074, 2341, 'gusta_section_background', ''),
(5075, 2341, '_gusta_section_background', 'gusta_section_background'),
(5076, 2342, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5077, 2342, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047369781{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5078, 2342, 'gusta_display_this_section_when', ''),
(5079, 2342, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5080, 2342, 'preview_image', ''),
(5081, 2342, '_preview_image', 'field_5a3958ba1fdcc'),
(5082, 2342, 'gusta_section_purpose', 'footer'),
(5083, 2342, '_gusta_section_purpose', 'gusta_section_purpose'),
(5084, 2342, 'gusta_section_timing_gusta_section_delay', ''),
(5085, 2342, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5086, 2342, 'gusta_section_timing_gusta_section_duration', ''),
(5087, 2342, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5088, 2342, 'gusta_section_timing', ''),
(5089, 2342, '_gusta_section_timing', 'gusta_section_timing'),
(5090, 2342, 'gusta_section_background_gusta_section_background_color', ''),
(5091, 2342, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5092, 2342, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5093, 2342, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5094, 2342, 'gusta_section_background', ''),
(5095, 2342, '_gusta_section_background', 'gusta_section_background'),
(5096, 2343, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5097, 2343, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047459983{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5098, 2343, 'gusta_display_this_section_when', ''),
(5099, 2343, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5100, 2343, 'preview_image', ''),
(5101, 2343, '_preview_image', 'field_5a3958ba1fdcc'),
(5102, 2343, 'gusta_section_purpose', 'footer'),
(5103, 2343, '_gusta_section_purpose', 'gusta_section_purpose'),
(5104, 2343, 'gusta_section_timing_gusta_section_delay', ''),
(5105, 2343, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5106, 2343, 'gusta_section_timing_gusta_section_duration', ''),
(5107, 2343, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5108, 2343, 'gusta_section_timing', ''),
(5109, 2343, '_gusta_section_timing', 'gusta_section_timing'),
(5110, 2343, 'gusta_section_background_gusta_section_background_color', ''),
(5111, 2343, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5112, 2343, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5113, 2343, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5114, 2343, 'gusta_section_background', ''),
(5115, 2343, '_gusta_section_background', 'gusta_section_background'),
(5116, 2344, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5117, 2344, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5118, 2344, 'gusta_display_this_section_when', ''),
(5119, 2344, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5120, 2344, 'preview_image', ''),
(5121, 2344, '_preview_image', 'field_5a3958ba1fdcc'),
(5122, 2344, 'gusta_section_purpose', 'footer'),
(5123, 2344, '_gusta_section_purpose', 'gusta_section_purpose'),
(5124, 2344, 'gusta_section_timing_gusta_section_delay', ''),
(5125, 2344, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5126, 2344, 'gusta_section_timing_gusta_section_duration', ''),
(5127, 2344, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5128, 2344, 'gusta_section_timing', ''),
(5129, 2344, '_gusta_section_timing', 'gusta_section_timing'),
(5130, 2344, 'gusta_section_background_gusta_section_background_color', ''),
(5131, 2344, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5132, 2344, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5133, 2344, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5134, 2344, 'gusta_section_background', ''),
(5135, 2344, '_gusta_section_background', 'gusta_section_background'),
(5156, 2346, 'gusta_footer_sections_tab', ''),
(5157, 2346, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(5158, 2346, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(5159, 2346, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(5160, 2346, 'gusta_sticky_sections_tab', ''),
(5161, 2346, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6180, 2405, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6179, 2405, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6178, 2405, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6177, 2405, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6176, 2405, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6175, 2405, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6174, 2405, 'gusta_header_sections_tab', ''),
(6173, 2405, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6172, 2405, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6171, 2405, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6170, 2405, 'gusta_override_section_options', '0'),
(6169, 2406, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6168, 2406, 'gusta_sticky_sections_tab', ''),
(6167, 2406, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6166, 2406, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6165, 2406, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6164, 2406, 'gusta_footer_sections_tab', ''),
(6163, 2406, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6162, 2406, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(6159, 2406, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6160, 2406, 'gusta_content_sections_tab', ''),
(6161, 2406, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6144, 2406, '_wpb_post_custom_css', '@media only screen and (min-width: 1024px){\r\n.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -180px;\r\n}\r\nvc_row.vc_row-o-columns-bottom.vc_row-flex{\r\npadding-right: 120.5px!important;\r\n}\r\n\r\n/*\r\n.full-wdth-row-css{\r\n    padding:0px;\r\n}\r\n*/\r\n.container{\r\n    width:1100px!important;\r\n}\r\n}\r\n\r\n.stm-sportspress-sidebar{\r\nz-index:3!important;\r\nposition: absolute!important;\r\n}'),
(6145, 2406, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(6146, 2406, 'gusta_override_section_options', '0'),
(6147, 2406, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6148, 2406, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6149, 2406, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6150, 2406, 'gusta_header_sections_tab', ''),
(6151, 2406, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6152, 2406, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6153, 2406, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6154, 2406, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6155, 2406, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6156, 2406, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6157, 2406, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6158, 2406, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(5188, 2347, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(5189, 2347, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584736692907{background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(5190, 2347, 'gusta_override_section_options', '0'),
(5191, 2347, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(5192, 2347, 'gusta_header_sections_tab_gusta_header_sections', ''),
(5193, 2347, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(5194, 2347, 'gusta_header_sections_tab', ''),
(5195, 2347, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(5196, 2347, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(5197, 2347, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(5198, 2347, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(5199, 2347, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(5200, 2347, 'gusta_content_sections_tab_gusta_content_sections', ''),
(5201, 2347, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(5202, 2347, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(5203, 2347, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(5204, 2347, 'gusta_content_sections_tab', ''),
(5205, 2347, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(5206, 2347, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(5207, 2347, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(5208, 2347, 'gusta_footer_sections_tab', ''),
(5209, 2347, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(5210, 2347, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(5211, 2347, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(5212, 2347, 'gusta_sticky_sections_tab', ''),
(5213, 2347, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(5214, 2348, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-99999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(5215, 2348, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(5216, 2348, 'gusta_override_section_options', '0'),
(5217, 2348, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(5218, 2348, 'gusta_header_sections_tab_gusta_header_sections', ''),
(5219, 2348, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(5220, 2348, 'gusta_header_sections_tab', ''),
(5221, 2348, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(5222, 2348, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(5223, 2348, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(5224, 2348, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(5225, 2348, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(5226, 2348, 'gusta_content_sections_tab_gusta_content_sections', ''),
(5227, 2348, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(5228, 2348, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(5229, 2348, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(5230, 2348, 'gusta_content_sections_tab', ''),
(5231, 2348, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(5232, 2348, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(5233, 2348, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(5234, 2348, 'gusta_footer_sections_tab', ''),
(5235, 2348, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(5236, 2348, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(5237, 2348, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(5238, 2348, 'gusta_sticky_sections_tab', ''),
(5239, 2348, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(5240, 2349, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-9999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:3px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(5241, 2349, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(5242, 2349, 'gusta_override_section_options', '0'),
(5243, 2349, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(5244, 2349, 'gusta_header_sections_tab_gusta_header_sections', ''),
(5245, 2349, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(5246, 2349, 'gusta_header_sections_tab', ''),
(5247, 2349, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(5248, 2349, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(5249, 2349, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(5250, 2349, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(5251, 2349, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(5252, 2349, 'gusta_content_sections_tab_gusta_content_sections', ''),
(5253, 2349, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(5254, 2349, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(5255, 2349, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(5256, 2349, 'gusta_content_sections_tab', ''),
(5257, 2349, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(5258, 2349, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(5259, 2349, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(5260, 2349, 'gusta_footer_sections_tab', ''),
(5261, 2349, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(5262, 2349, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(5263, 2349, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(5264, 2349, 'gusta_sticky_sections_tab', ''),
(5265, 2349, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(5266, 2350, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-9999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:4px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(5267, 2350, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585049267697{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(5268, 2350, 'gusta_override_section_options', '0'),
(5269, 2350, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(5270, 2350, 'gusta_header_sections_tab_gusta_header_sections', ''),
(5271, 2350, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(5272, 2350, 'gusta_header_sections_tab', ''),
(5273, 2350, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(5274, 2350, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(5275, 2350, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(5276, 2350, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(5277, 2350, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(5278, 2350, 'gusta_content_sections_tab_gusta_content_sections', ''),
(5279, 2350, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(5280, 2350, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(5281, 2350, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(5282, 2350, 'gusta_content_sections_tab', ''),
(5283, 2350, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(5284, 2350, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(5285, 2350, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(5286, 2350, 'gusta_footer_sections_tab', ''),
(5287, 2350, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(5288, 2350, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(5289, 2350, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(5290, 2350, 'gusta_sticky_sections_tab', ''),
(5291, 2350, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(5505, 2363, '_wpb_shortcodes_custom_css', '.vc_custom_1585046787412{background-color: #ffd700 !important;}'),
(5506, 2363, 'gusta_display_this_section_when', ''),
(5507, 2363, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5508, 2363, 'preview_image', ''),
(5509, 2363, '_preview_image', 'field_5a3958ba1fdcc'),
(5510, 2363, 'gusta_section_purpose', 'header'),
(5511, 2363, '_gusta_section_purpose', 'gusta_section_purpose'),
(5512, 2363, 'gusta_overlapping_section', '1'),
(5513, 2363, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(5514, 2363, 'gusta_section_timing_gusta_section_delay', ''),
(5515, 2363, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5516, 2363, 'gusta_section_timing_gusta_section_duration', ''),
(5517, 2363, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5518, 2363, 'gusta_section_timing', ''),
(5519, 2363, '_gusta_section_timing', 'gusta_section_timing'),
(5520, 2363, 'gusta_section_background_gusta_section_background_color', ''),
(5521, 2363, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5522, 2363, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5523, 2363, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5524, 2363, 'gusta_section_background', ''),
(5525, 2363, '_gusta_section_background', 'gusta_section_background'),
(5526, 2363, 'gusta_menu_item', '2016'),
(5527, 2363, '_gusta_menu_item', 'gusta_menu_item'),
(5528, 2363, 'gusta_menu_trigger_type', 'hover'),
(5529, 2363, '_gusta_menu_trigger_type', 'gusta_menu_trigger_type'),
(5530, 2364, '_edit_lock', '1585059511:2'),
(5531, 2364, '_edit_last', '2'),
(5532, 2364, 'slide_template', ''),
(5533, 2364, 'rs_page_bg_color', ''),
(5534, 2364, '_wpb_vc_js_status', 'true'),
(5535, 2364, 'gusta_display_this_section_when', ''),
(5536, 2364, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5537, 2364, 'preview_image', ''),
(5538, 2364, '_preview_image', 'field_5a3958ba1fdcc'),
(5539, 2364, 'gusta_section_purpose', 'header'),
(5540, 2364, '_gusta_section_purpose', 'gusta_section_purpose'),
(5541, 2364, 'gusta_overlapping_section', '1'),
(5542, 2364, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(5543, 2364, 'gusta_section_timing_gusta_section_delay', ''),
(5544, 2364, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5545, 2364, 'gusta_section_timing_gusta_section_duration', ''),
(5546, 2364, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5547, 2364, 'gusta_section_timing', ''),
(5548, 2364, '_gusta_section_timing', 'gusta_section_timing'),
(5549, 2364, 'gusta_section_background_gusta_section_background_color', ''),
(5550, 2364, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5551, 2364, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5552, 2364, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5553, 2364, 'gusta_section_background', ''),
(5554, 2364, '_gusta_section_background', 'gusta_section_background'),
(5555, 2365, 'gusta_display_this_section_when', ''),
(5556, 2365, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5557, 2365, 'preview_image', ''),
(5558, 2365, '_preview_image', 'field_5a3958ba1fdcc'),
(5559, 2365, 'gusta_section_purpose', 'header'),
(5560, 2365, '_gusta_section_purpose', 'gusta_section_purpose'),
(5561, 2365, 'gusta_overlapping_section', '1'),
(5562, 2365, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(5563, 2365, 'gusta_section_timing_gusta_section_delay', ''),
(5564, 2365, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5565, 2365, 'gusta_section_timing_gusta_section_duration', ''),
(5566, 2365, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5567, 2365, 'gusta_section_timing', ''),
(5568, 2365, '_gusta_section_timing', 'gusta_section_timing'),
(5569, 2365, 'gusta_section_background_gusta_section_background_color', ''),
(5570, 2365, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5571, 2365, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5572, 2365, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5573, 2365, 'gusta_section_background', ''),
(5574, 2365, '_gusta_section_background', 'gusta_section_background'),
(5575, 2367, 'gusta_display_this_section_when', ''),
(5576, 2367, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5577, 2367, 'preview_image', ''),
(5578, 2367, '_preview_image', 'field_5a3958ba1fdcc'),
(5579, 2367, 'gusta_section_purpose', 'header'),
(5580, 2367, '_gusta_section_purpose', 'gusta_section_purpose'),
(5581, 2367, 'gusta_overlapping_section', '1'),
(5582, 2367, '_gusta_overlapping_section', 'gusta_overlapping_section'),
(5583, 2367, 'gusta_section_timing_gusta_section_delay', ''),
(5584, 2367, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5585, 2367, 'gusta_section_timing_gusta_section_duration', ''),
(5586, 2367, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5587, 2367, 'gusta_section_timing', ''),
(5588, 2367, '_gusta_section_timing', 'gusta_section_timing'),
(5589, 2367, 'gusta_section_background_gusta_section_background_color', ''),
(5590, 2367, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5591, 2367, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5592, 2367, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5593, 2367, 'gusta_section_background', ''),
(5594, 2367, '_gusta_section_background', 'gusta_section_background'),
(5620, 2256, 'theplus_transient_widgets', 'a:0:{}'),
(5621, 2255, 'theplus_transient_widgets', 'a:0:{}'),
(5622, 2253, 'theplus_transient_widgets', 'a:0:{}'),
(5623, 2251, 'theplus_transient_widgets', 'a:0:{}'),
(5624, 2249, 'theplus_transient_widgets', 'a:0:{}'),
(5625, 2247, 'theplus_transient_widgets', 'a:0:{}'),
(5628, 2379, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(5629, 2379, 'slide_template', ''),
(5630, 2379, 'rs_page_bg_color', ''),
(5631, 2379, 'gusta_display_this_section_when', '1'),
(5632, 2379, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5633, 2379, 'preview_image', ''),
(5634, 2379, '_preview_image', 'field_5a3958ba1fdcc'),
(5635, 2379, 'gusta_section_purpose', 'footer'),
(5636, 2379, '_gusta_section_purpose', 'gusta_section_purpose'),
(5637, 2379, 'gusta_section_timing_gusta_section_delay', ''),
(5638, 2379, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5639, 2379, 'gusta_section_timing_gusta_section_duration', ''),
(5640, 2379, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5641, 2379, 'gusta_section_timing', ''),
(5642, 2379, '_gusta_section_timing', 'gusta_section_timing'),
(5643, 2379, 'gusta_section_background_gusta_section_background_color', ''),
(5644, 2379, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5645, 2379, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5646, 2379, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5647, 2379, 'gusta_section_background', ''),
(5648, 2379, '_gusta_section_background', 'gusta_section_background'),
(5649, 2379, '_wpb_vc_js_status', 'true'),
(5650, 2379, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5685, 2380, 'wp-smpro-smush-data', 'a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.798367035621350140672802808694541454315185546875;s:5:\"bytes\";i:366512;s:11:\"size_before\";i:5391177;s:10:\"size_after\";i:5024665;s:4:\"time\";d:13.7099999999999955235807647113688290119171142578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:55:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:6217;s:11:\"size_before\";i:64938;s:10:\"size_after\";i:58721;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:22155;s:11:\"size_before\";i:370623;s:10:\"size_after\";i:348468;s:4:\"time\";d:1.810000000000000053290705182007513940334320068359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1896;s:11:\"size_before\";i:25581;s:10:\"size_after\";i:23685;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:19713;s:11:\"size_before\";i:254368;s:10:\"size_after\";i:234655;s:4:\"time\";d:0.5300000000000000266453525910037569701671600341796875;}s:13:\"tp-image-grid\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:19111;s:11:\"size_before\";i:220146;s:10:\"size_after\";i:201035;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:23:\"sportspress-crop-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:6453;s:11:\"size_before\";i:66988;s:10:\"size_after\";i:60535;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:22:\"sportspress-fit-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58721;s:10:\"size_after\";i:58721;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:20:\"sportspress-fit-icon\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1631;s:11:\"size_before\";i:20060;s:10:\"size_after\";i:18429;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:20:\"sportspress-fit-mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:242;s:11:\"size_before\";i:2764;s:10:\"size_after\";i:2522;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"stm-1140-666\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.309999999999999997779553950749686919152736663818359375;s:5:\"bytes\";i:1004;s:11:\"size_before\";i:328809;s:10:\"size_after\";i:327805;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:12:\"stm-1170-650\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:4;s:11:\"size_before\";i:331120;s:10:\"size_after\";i:331116;s:4:\"time\";d:0.90000000000000002220446049250313080847263336181640625;}s:11:\"stm-570-350\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:8787;s:11:\"size_before\";i:116011;s:10:\"size_after\";i:107224;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-570-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:6532;s:11:\"size_before\";i:90641;s:10:\"size_after\";i:84109;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-270-370\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:7942;s:11:\"size_before\";i:78494;s:10:\"size_after\";i:70552;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-540-500\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:15757;s:11:\"size_before\";i:146980;s:10:\"size_after\";i:131223;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:11:\"stm-270-530\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:9270;s:11:\"size_before\";i:100669;s:10:\"size_after\";i:91399;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:11:\"stm-200-200\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3629;s:11:\"size_before\";i:38524;s:10:\"size_after\";i:34895;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:10:\"stm-85-105\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:924;s:11:\"size_before\";i:14373;s:10:\"size_after\";i:13449;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:11:\"stm-255-255\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:5215;s:11:\"size_before\";i:53371;s:10:\"size_after\";i:48156;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:11:\"stm-360-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4131;s:11:\"size_before\";i:61154;s:10:\"size_after\";i:57023;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"stm-360-495\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:12468;s:11:\"size_before\";i:115882;s:10:\"size_after\";i:103414;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:11:\"stm-445-400\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12424;s:11:\"size_before\";i:108763;s:10:\"size_after\";i:96339;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:11:\"stm-735-240\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5530;s:11:\"size_before\";i:103709;s:10:\"size_after\";i:98179;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"stm-255-183\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:38536;s:10:\"size_after\";i:36312;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:11:\"stm-350-250\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:4191;s:11:\"size_before\";i:60478;s:10:\"size_after\";i:56287;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"blog_list\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3414;s:11:\"size_before\";i:47671;s:10:\"size_after\";i:44257;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:16:\"blog_list_medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:9938;s:11:\"size_before\";i:89166;s:10:\"size_after\";i:79228;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:17:\"gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:855;s:11:\"size_before\";i:10595;s:10:\"size_after\";i:9740;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:13:\"gallery_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:9301;s:11:\"size_before\";i:116031;s:10:\"size_after\";i:106730;s:4:\"time\";d:0.5;}s:18:\"gallery_image_mini\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1056;s:11:\"size_before\";i:19276;s:10:\"size_after\";i:18220;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"player_photo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:20650;s:11:\"size_before\";i:239836;s:10:\"size_after\";i:219186;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:9:\"team_logo\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1011;s:11:\"size_before\";i:13691;s:10:\"size_after\";i:12680;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:15:\"player_stat_ava\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:15417;s:11:\"size_before\";i:162157;s:10:\"size_after\";i:146740;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:12:\"post-350-220\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3669;s:11:\"size_before\";i:57079;s:10:\"size_after\";i:53410;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"post-275-142\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:1708;s:11:\"size_before\";i:35528;s:10:\"size_after\";i:33820;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"post-160-120\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:923;s:11:\"size_before\";i:20681;s:10:\"size_after\";i:19758;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:11:\"post-110-70\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.350000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:364;s:11:\"size_before\";i:10878;s:10:\"size_after\";i:10514;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"post-770-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:9469;s:11:\"size_before\";i:179866;s:10:\"size_after\";i:170397;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:12:\"post-370-210\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:3881;s:11:\"size_before\";i:59206;s:10:\"size_after\";i:55325;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:12:\"post-457-470\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:13633;s:11:\"size_before\";i:121695;s:10:\"size_after\";i:108062;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:12:\"post-370-420\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:11161;s:11:\"size_before\";i:100814;s:10:\"size_after\";i:89653;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"stm-445-445\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:13322;s:11:\"size_before\";i:116088;s:10:\"size_after\";i:102766;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"stm-555-460\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13420;s:11:\"size_before\";i:136724;s:10:\"size_after\";i:123304;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:11:\"stm-350-450\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:12023;s:11:\"size_before\";i:105969;s:10:\"size_after\";i:93946;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:11:\"stm-720-440\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:10954;s:11:\"size_before\";i:164630;s:10:\"size_after\";i:153676;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:10:\"menu-24x24\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:235;s:11:\"size_before\";i:1915;s:10:\"size_after\";i:1680;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:10:\"menu-36x36\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:342;s:11:\"size_before\";i:3314;s:10:\"size_after\";i:2972;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:10:\"menu-48x48\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:451;s:11:\"size_before\";i:4905;s:10:\"size_after\";i:4454;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"tg-landscape\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:13306;s:11:\"size_before\";i:214614;s:10:\"size_after\";i:201308;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:21:\"woocommerce_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60535;s:10:\"size_after\";i:60535;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:18:\"woocommerce_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:17506;s:11:\"size_before\";i:177848;s:10:\"size_after\";i:160342;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:29:\"woocommerce_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.28000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:1053;s:11:\"size_before\";i:14469;s:10:\"size_after\";i:13416;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60535;s:10:\"size_after\";i:60535;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:160342;s:10:\"size_after\";i:160342;s:4:\"time\";d:0.4699999999999999733546474089962430298328399658203125;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13416;s:10:\"size_after\";i:13416;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),
(5651, 2379, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5652, 2379, '_dp_original', '2283'),
(5653, 2379, '_edit_lock', '1585070131:2'),
(5654, 2379, '_edit_last', '2'),
(5655, 2380, '_wp_attached_file', '2020/03/Southafrica_cricket_logo2.png'),
(5656, 2380, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1049;s:4:\"file\";s:37:\"2020/03/Southafrica_cricket_logo2.png\";s:5:\"sizes\";a:55:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Southafrica_cricket_logo2-1000x1024.png\";s:5:\"width\";i:1000;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-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:\"Southafrica_cricket_logo2-768x787.png\";s:5:\"width\";i:768;s:6:\"height\";i:787;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"tp-image-grid\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-700x700.png\";s:5:\"width\";i:700;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"sportspress-crop-medium\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"sportspress-fit-medium\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-icon\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-125x128.png\";s:5:\"width\";i:125;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sportspress-fit-mini\";a:4:{s:4:\"file\";s:35:\"Southafrica_cricket_logo2-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1140-666\";a:4:{s:4:\"file\";s:38:\"Southafrica_cricket_logo2-1140x666.png\";s:5:\"width\";i:1140;s:6:\"height\";i:666;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"stm-1170-650\";a:4:{s:4:\"file\";s:38:\"Southafrica_cricket_logo2-1170x650.png\";s:5:\"width\";i:1170;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-350\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-570x350.png\";s:5:\"width\";i:570;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-570-250\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-570x250.png\";s:5:\"width\";i:570;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-370\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-270x370.png\";s:5:\"width\";i:270;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-540-500\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-540x500.png\";s:5:\"width\";i:540;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-270-530\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-270x530.png\";s:5:\"width\";i:270;s:6:\"height\";i:530;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-200-200\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"stm-85-105\";a:4:{s:4:\"file\";s:36:\"Southafrica_cricket_logo2-85x105.png\";s:5:\"width\";i:85;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-255\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-255x255.png\";s:5:\"width\";i:255;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-240\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-360x240.png\";s:5:\"width\";i:360;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-360-495\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-360x495.png\";s:5:\"width\";i:360;s:6:\"height\";i:495;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-400\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-445x400.png\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-735-240\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-735x240.png\";s:5:\"width\";i:735;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-255-183\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-255x183.png\";s:5:\"width\";i:255;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-250\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog_list\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-270x220.png\";s:5:\"width\";i:270;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"blog_list_medium\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-390x345.png\";s:5:\"width\";i:390;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Southafrica_cricket_logo2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"gallery_image\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-560x367.png\";s:5:\"width\";i:560;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"gallery_image_mini\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-143x116.png\";s:5:\"width\";i:143;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"player_photo\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-740x740.png\";s:5:\"width\";i:740;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"team_logo\";a:4:{s:4:\"file\";s:35:\"Southafrica_cricket_logo2-96x98.png\";s:5:\"width\";i:96;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"player_stat_ava\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-550x580.png\";s:5:\"width\";i:550;s:6:\"height\";i:580;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-350-220\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-350x220.png\";s:5:\"width\";i:350;s:6:\"height\";i:220;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-275-142\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-275x142.png\";s:5:\"width\";i:275;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-160-120\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-160x120.png\";s:5:\"width\";i:160;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"post-110-70\";a:4:{s:4:\"file\";s:36:\"Southafrica_cricket_logo2-110x70.png\";s:5:\"width\";i:110;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-770-450\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-770x450.png\";s:5:\"width\";i:770;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-210\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-370x210.png\";s:5:\"width\";i:370;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-457-470\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-457x470.png\";s:5:\"width\";i:457;s:6:\"height\";i:470;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"post-370-420\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-370x420.png\";s:5:\"width\";i:370;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-445-445\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-445x445.png\";s:5:\"width\";i:445;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-555-460\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-555x460.png\";s:5:\"width\";i:555;s:6:\"height\";i:460;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-350-450\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-350x450.png\";s:5:\"width\";i:350;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"stm-720-440\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-720x440.png\";s:5:\"width\";i:720;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-24x24\";a:4:{s:4:\"file\";s:35:\"Southafrica_cricket_logo2-24x24.png\";s:5:\"width\";i:24;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-36x36\";a:4:{s:4:\"file\";s:35:\"Southafrica_cricket_logo2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"menu-48x48\";a:4:{s:4:\"file\";s:35:\"Southafrica_cricket_logo2-48x48.png\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"tg-landscape\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";s:1:\"0\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-600x615.png\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-600x615.png\";s:5:\"width\";i:600;s:6:\"height\";i:615;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"Southafrica_cricket_logo2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),
(5657, 2381, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5658, 2381, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(5659, 2379, 'gusta_display_this_section_when_0_gusta_min_width', '0px'),
(5660, 2379, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5661, 2379, 'gusta_display_this_section_when_0_gusta_max_width', '850px'),
(5662, 2379, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5663, 2381, 'gusta_display_this_section_when', '1'),
(5664, 2381, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5665, 2381, 'preview_image', ''),
(5666, 2381, '_preview_image', 'field_5a3958ba1fdcc'),
(5667, 2381, 'gusta_section_purpose', 'footer'),
(5668, 2381, '_gusta_section_purpose', 'gusta_section_purpose'),
(5669, 2381, 'gusta_section_timing_gusta_section_delay', ''),
(5670, 2381, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5671, 2381, 'gusta_section_timing_gusta_section_duration', ''),
(5672, 2381, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5673, 2381, 'gusta_section_timing', ''),
(5674, 2381, '_gusta_section_timing', 'gusta_section_timing'),
(5675, 2381, 'gusta_section_background_gusta_section_background_color', ''),
(5676, 2381, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5677, 2381, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5678, 2381, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5679, 2381, 'gusta_section_background', ''),
(5680, 2381, '_gusta_section_background', 'gusta_section_background'),
(5681, 2381, 'gusta_display_this_section_when_0_gusta_min_width', '0px'),
(5682, 2381, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5683, 2381, 'gusta_display_this_section_when_0_gusta_max_width', '1024px'),
(5684, 2381, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5686, 2382, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5687, 2382, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5688, 2283, 'gusta_display_this_section_when_0_gusta_min_width', '850px'),
(5689, 2283, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5690, 2283, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5691, 2283, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5692, 2382, 'gusta_display_this_section_when', '1'),
(5693, 2382, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5694, 2382, 'preview_image', ''),
(5695, 2382, '_preview_image', 'field_5a3958ba1fdcc'),
(5696, 2382, 'gusta_section_purpose', 'footer'),
(5697, 2382, '_gusta_section_purpose', 'gusta_section_purpose'),
(5698, 2382, 'gusta_section_timing_gusta_section_delay', ''),
(5699, 2382, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5700, 2382, 'gusta_section_timing_gusta_section_duration', ''),
(5701, 2382, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5702, 2382, 'gusta_section_timing', ''),
(5703, 2382, '_gusta_section_timing', 'gusta_section_timing'),
(5704, 2382, 'gusta_section_background_gusta_section_background_color', ''),
(5705, 2382, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5706, 2382, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5707, 2382, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5708, 2382, 'gusta_section_background', ''),
(5709, 2382, '_gusta_section_background', 'gusta_section_background'),
(5710, 2382, 'gusta_display_this_section_when_0_gusta_min_width', '1024px'),
(5711, 2382, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5712, 2382, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5713, 2382, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5714, 2384, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5715, 2384, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(5716, 2384, 'gusta_display_this_section_when', '1'),
(5717, 2384, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5718, 2384, 'preview_image', ''),
(5719, 2384, '_preview_image', 'field_5a3958ba1fdcc'),
(5720, 2384, 'gusta_section_purpose', 'footer'),
(5721, 2384, '_gusta_section_purpose', 'gusta_section_purpose'),
(5722, 2384, 'gusta_section_timing_gusta_section_delay', ''),
(5723, 2384, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5724, 2384, 'gusta_section_timing_gusta_section_duration', ''),
(5725, 2384, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5726, 2384, 'gusta_section_timing', ''),
(5727, 2384, '_gusta_section_timing', 'gusta_section_timing'),
(5728, 2384, 'gusta_section_background_gusta_section_background_color', ''),
(5729, 2384, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5730, 2384, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5731, 2384, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5732, 2384, 'gusta_section_background', ''),
(5733, 2384, '_gusta_section_background', 'gusta_section_background'),
(5734, 2384, 'gusta_display_this_section_when_0_gusta_min_width', '0px'),
(5735, 2384, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5736, 2384, 'gusta_display_this_section_when_0_gusta_max_width', '1024px'),
(5737, 2384, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5738, 2385, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5739, 2385, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5740, 2385, 'gusta_display_this_section_when', '1'),
(5741, 2385, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5742, 2385, 'preview_image', ''),
(5743, 2385, '_preview_image', 'field_5a3958ba1fdcc'),
(5744, 2385, 'gusta_section_purpose', 'footer'),
(5745, 2385, '_gusta_section_purpose', 'gusta_section_purpose'),
(5746, 2385, 'gusta_section_timing_gusta_section_delay', ''),
(5747, 2385, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5748, 2385, 'gusta_section_timing_gusta_section_duration', ''),
(5749, 2385, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5750, 2385, 'gusta_section_timing', ''),
(5751, 2385, '_gusta_section_timing', 'gusta_section_timing'),
(5752, 2385, 'gusta_section_background_gusta_section_background_color', ''),
(5753, 2385, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5754, 2385, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5755, 2385, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5756, 2385, 'gusta_section_background', ''),
(5757, 2385, '_gusta_section_background', 'gusta_section_background'),
(5758, 2385, 'gusta_display_this_section_when_0_gusta_min_width', '600px'),
(5759, 2385, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5760, 2385, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5761, 2385, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5762, 2386, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5763, 2386, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(5764, 2386, 'gusta_display_this_section_when', '1'),
(5765, 2386, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5766, 2386, 'preview_image', ''),
(5767, 2386, '_preview_image', 'field_5a3958ba1fdcc'),
(5768, 2386, 'gusta_section_purpose', 'footer'),
(5769, 2386, '_gusta_section_purpose', 'gusta_section_purpose'),
(5770, 2386, 'gusta_section_timing_gusta_section_delay', ''),
(5771, 2386, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5772, 2386, 'gusta_section_timing_gusta_section_duration', ''),
(5773, 2386, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5774, 2386, 'gusta_section_timing', ''),
(5775, 2386, '_gusta_section_timing', 'gusta_section_timing'),
(5776, 2386, 'gusta_section_background_gusta_section_background_color', ''),
(5777, 2386, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5778, 2386, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5779, 2386, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5780, 2386, 'gusta_section_background', ''),
(5781, 2386, '_gusta_section_background', 'gusta_section_background'),
(5782, 2386, 'gusta_display_this_section_when_0_gusta_min_width', '0px'),
(5783, 2386, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5784, 2386, 'gusta_display_this_section_when_0_gusta_max_width', '600px'),
(5785, 2386, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5786, 2387, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5787, 2387, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5788, 2387, 'gusta_display_this_section_when', '1'),
(5789, 2387, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5790, 2387, 'preview_image', ''),
(5791, 2387, '_preview_image', 'field_5a3958ba1fdcc'),
(5792, 2387, 'gusta_section_purpose', 'footer'),
(5793, 2387, '_gusta_section_purpose', 'gusta_section_purpose'),
(5794, 2387, 'gusta_section_timing_gusta_section_delay', ''),
(5795, 2387, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5796, 2387, 'gusta_section_timing_gusta_section_duration', ''),
(5797, 2387, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5798, 2387, 'gusta_section_timing', ''),
(5799, 2387, '_gusta_section_timing', 'gusta_section_timing'),
(5800, 2387, 'gusta_section_background_gusta_section_background_color', ''),
(5801, 2387, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5802, 2387, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5803, 2387, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5804, 2387, 'gusta_section_background', ''),
(5805, 2387, '_gusta_section_background', 'gusta_section_background'),
(5806, 2387, 'gusta_display_this_section_when_0_gusta_min_width', '800px'),
(5807, 2387, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5808, 2387, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5809, 2387, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5810, 2388, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5811, 2388, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(5812, 2388, 'gusta_display_this_section_when', '1'),
(5813, 2388, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5814, 2388, 'preview_image', ''),
(5815, 2388, '_preview_image', 'field_5a3958ba1fdcc'),
(5816, 2388, 'gusta_section_purpose', 'footer'),
(5817, 2388, '_gusta_section_purpose', 'gusta_section_purpose'),
(5818, 2388, 'gusta_section_timing_gusta_section_delay', ''),
(5819, 2388, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5820, 2388, 'gusta_section_timing_gusta_section_duration', ''),
(5821, 2388, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5822, 2388, 'gusta_section_timing', ''),
(5823, 2388, '_gusta_section_timing', 'gusta_section_timing'),
(5824, 2388, 'gusta_section_background_gusta_section_background_color', ''),
(5825, 2388, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5826, 2388, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5827, 2388, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5828, 2388, 'gusta_section_background', ''),
(5829, 2388, '_gusta_section_background', 'gusta_section_background'),
(5830, 2388, 'gusta_display_this_section_when_0_gusta_min_width', '0px'),
(5831, 2388, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5832, 2388, 'gusta_display_this_section_when_0_gusta_max_width', '800px'),
(5833, 2388, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5834, 2389, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5835, 2389, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(5836, 2389, 'gusta_display_this_section_when', '1'),
(5837, 2389, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5838, 2389, 'preview_image', ''),
(5839, 2389, '_preview_image', 'field_5a3958ba1fdcc'),
(5840, 2389, 'gusta_section_purpose', 'footer'),
(5841, 2389, '_gusta_section_purpose', 'gusta_section_purpose'),
(5842, 2389, 'gusta_section_timing_gusta_section_delay', ''),
(5843, 2389, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5844, 2389, 'gusta_section_timing_gusta_section_duration', ''),
(5845, 2389, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5846, 2389, 'gusta_section_timing', ''),
(5847, 2389, '_gusta_section_timing', 'gusta_section_timing'),
(5848, 2389, 'gusta_section_background_gusta_section_background_color', ''),
(5849, 2389, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5850, 2389, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5851, 2389, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5852, 2389, 'gusta_section_background', ''),
(5853, 2389, '_gusta_section_background', 'gusta_section_background'),
(5854, 2389, 'gusta_display_this_section_when_0_gusta_min_width', '0px'),
(5855, 2389, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5856, 2389, 'gusta_display_this_section_when_0_gusta_max_width', '800px'),
(5857, 2389, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5858, 2390, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5859, 2390, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}'),
(5860, 2390, 'gusta_display_this_section_when', '1'),
(5861, 2390, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5862, 2390, 'preview_image', ''),
(5863, 2390, '_preview_image', 'field_5a3958ba1fdcc'),
(5864, 2390, 'gusta_section_purpose', 'footer'),
(5865, 2390, '_gusta_section_purpose', 'gusta_section_purpose'),
(5866, 2390, 'gusta_section_timing_gusta_section_delay', ''),
(5867, 2390, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5868, 2390, 'gusta_section_timing_gusta_section_duration', ''),
(5869, 2390, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5870, 2390, 'gusta_section_timing', ''),
(5871, 2390, '_gusta_section_timing', 'gusta_section_timing'),
(5872, 2390, 'gusta_section_background_gusta_section_background_color', ''),
(5873, 2390, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5874, 2390, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5875, 2390, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5876, 2390, 'gusta_section_background', ''),
(5877, 2390, '_gusta_section_background', 'gusta_section_background'),
(5878, 2390, 'gusta_display_this_section_when_0_gusta_min_width', '0px'),
(5879, 2390, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5880, 2390, 'gusta_display_this_section_when_0_gusta_max_width', '850px'),
(5881, 2390, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5882, 2391, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5883, 2391, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5884, 2391, 'gusta_display_this_section_when', '1'),
(5885, 2391, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5886, 2391, 'preview_image', ''),
(5887, 2391, '_preview_image', 'field_5a3958ba1fdcc'),
(5888, 2391, 'gusta_section_purpose', 'footer'),
(5889, 2391, '_gusta_section_purpose', 'gusta_section_purpose'),
(5890, 2391, 'gusta_section_timing_gusta_section_delay', ''),
(5891, 2391, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5892, 2391, 'gusta_section_timing_gusta_section_duration', ''),
(5893, 2391, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5894, 2391, 'gusta_section_timing', ''),
(5895, 2391, '_gusta_section_timing', 'gusta_section_timing'),
(5896, 2391, 'gusta_section_background_gusta_section_background_color', ''),
(5897, 2391, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5898, 2391, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5899, 2391, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5900, 2391, 'gusta_section_background', ''),
(5901, 2391, '_gusta_section_background', 'gusta_section_background'),
(5902, 2391, 'gusta_display_this_section_when_0_gusta_min_width', '850px'),
(5903, 2391, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5904, 2391, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5905, 2391, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5906, 2392, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5907, 2392, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585070175681{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070183662{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070190701{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070198107{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070208538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5908, 2392, 'gusta_display_this_section_when', '1'),
(5909, 2392, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5910, 2392, 'preview_image', ''),
(5911, 2392, '_preview_image', 'field_5a3958ba1fdcc'),
(5912, 2392, 'gusta_section_purpose', 'footer'),
(5913, 2392, '_gusta_section_purpose', 'gusta_section_purpose'),
(5914, 2392, 'gusta_section_timing_gusta_section_delay', ''),
(5915, 2392, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5916, 2392, 'gusta_section_timing_gusta_section_duration', ''),
(5917, 2392, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5918, 2392, 'gusta_section_timing', '');
INSERT INTO `wphi_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5919, 2392, '_gusta_section_timing', 'gusta_section_timing'),
(5920, 2392, 'gusta_section_background_gusta_section_background_color', ''),
(5921, 2392, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5922, 2392, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5923, 2392, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5924, 2392, 'gusta_section_background', ''),
(5925, 2392, '_gusta_section_background', 'gusta_section_background'),
(5926, 2392, 'gusta_display_this_section_when_0_gusta_min_width', '850px'),
(5927, 2392, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5928, 2392, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5929, 2392, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5930, 2393, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}'),
(5931, 2393, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585070442808{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070449939{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070456649{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070465149{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070473828{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5932, 2393, 'gusta_display_this_section_when', '1'),
(5933, 2393, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5934, 2393, 'preview_image', ''),
(5935, 2393, '_preview_image', 'field_5a3958ba1fdcc'),
(5936, 2393, 'gusta_section_purpose', 'footer'),
(5937, 2393, '_gusta_section_purpose', 'gusta_section_purpose'),
(5938, 2393, 'gusta_section_timing_gusta_section_delay', ''),
(5939, 2393, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5940, 2393, 'gusta_section_timing_gusta_section_duration', ''),
(5941, 2393, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5942, 2393, 'gusta_section_timing', ''),
(5943, 2393, '_gusta_section_timing', 'gusta_section_timing'),
(5944, 2393, 'gusta_section_background_gusta_section_background_color', ''),
(5945, 2393, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5946, 2393, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5947, 2393, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5948, 2393, 'gusta_section_background', ''),
(5949, 2393, '_gusta_section_background', 'gusta_section_background'),
(5950, 2393, 'gusta_display_this_section_when_0_gusta_min_width', '850px'),
(5951, 2393, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5952, 2393, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5953, 2393, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5954, 2394, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}\r\n\r\n.ftr-txt-fnt-sze{\r\n    font-size:18px;\r\n}'),
(5955, 2394, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585070532853{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070540353{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070547324{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070553577{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070560457{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5956, 2394, 'gusta_display_this_section_when', '1'),
(5957, 2394, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5958, 2394, 'preview_image', ''),
(5959, 2394, '_preview_image', 'field_5a3958ba1fdcc'),
(5960, 2394, 'gusta_section_purpose', 'footer'),
(5961, 2394, '_gusta_section_purpose', 'gusta_section_purpose'),
(5962, 2394, 'gusta_section_timing_gusta_section_delay', ''),
(5963, 2394, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5964, 2394, 'gusta_section_timing_gusta_section_duration', ''),
(5965, 2394, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5966, 2394, 'gusta_section_timing', ''),
(5967, 2394, '_gusta_section_timing', 'gusta_section_timing'),
(5968, 2394, 'gusta_section_background_gusta_section_background_color', ''),
(5969, 2394, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5970, 2394, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5971, 2394, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5972, 2394, 'gusta_section_background', ''),
(5973, 2394, '_gusta_section_background', 'gusta_section_background'),
(5974, 2394, 'gusta_display_this_section_when_0_gusta_min_width', '850px'),
(5975, 2394, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(5976, 2394, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(5977, 2394, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(5978, 2395, '_wpb_post_custom_css', 'a{\r\n    color:black;\r\n}\r\n\r\np{\r\n    font-size:14px!important;\r\n}'),
(5979, 2395, '_wpb_shortcodes_custom_css', '.vc_custom_1584831431593{background-color: #ffffff !important;}.vc_custom_1585070943486{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}.vc_custom_1585070532853{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070540353{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070547324{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070553577{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585070560457{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}'),
(5980, 2395, 'gusta_display_this_section_when', '1'),
(5981, 2395, '_gusta_display_this_section_when', 'field_58b4bedc56504'),
(5982, 2395, 'preview_image', ''),
(5983, 2395, '_preview_image', 'field_5a3958ba1fdcc'),
(5984, 2395, 'gusta_section_purpose', 'footer'),
(5985, 2395, '_gusta_section_purpose', 'gusta_section_purpose'),
(5986, 2395, 'gusta_section_timing_gusta_section_delay', ''),
(5987, 2395, '_gusta_section_timing_gusta_section_delay', 'gusta_section_delay'),
(5988, 2395, 'gusta_section_timing_gusta_section_duration', ''),
(5989, 2395, '_gusta_section_timing_gusta_section_duration', 'gusta_section_duration'),
(5990, 2395, 'gusta_section_timing', ''),
(5991, 2395, '_gusta_section_timing', 'gusta_section_timing'),
(5992, 2395, 'gusta_section_background_gusta_section_background_color', ''),
(5993, 2395, '_gusta_section_background_gusta_section_background_color', 'gusta_section_background_color'),
(5994, 2395, 'gusta_section_background_gusta_section_background_transparency', '100%'),
(5995, 2395, '_gusta_section_background_gusta_section_background_transparency', 'gusta_section_background_transparency'),
(5996, 2395, 'gusta_section_background', ''),
(5997, 2395, '_gusta_section_background', 'gusta_section_background'),
(5998, 2395, 'gusta_display_this_section_when_0_gusta_min_width', '850px'),
(5999, 2395, '_gusta_display_this_section_when_0_gusta_min_width', 'field_58b4bf6e56505'),
(6000, 2395, 'gusta_display_this_section_when_0_gusta_max_width', ''),
(6001, 2395, '_gusta_display_this_section_when_0_gusta_max_width', 'field_58b4bfbb56506'),
(6002, 2396, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-9999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:50px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(6003, 2396, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(6004, 2396, 'gusta_override_section_options', '0'),
(6005, 2396, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6006, 2396, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6007, 2396, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6008, 2396, 'gusta_header_sections_tab', ''),
(6009, 2396, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6010, 2396, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6011, 2396, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6012, 2396, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6013, 2396, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6014, 2396, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6015, 2396, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6016, 2396, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(6017, 2396, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6018, 2396, 'gusta_content_sections_tab', ''),
(6019, 2396, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6020, 2396, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(6021, 2396, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6022, 2396, 'gusta_footer_sections_tab', ''),
(6023, 2396, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6024, 2396, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6025, 2396, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6026, 2396, 'gusta_sticky_sections_tab', ''),
(6027, 2396, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6028, 1989, 'gusta_override_section_options', '0'),
(6029, 1989, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6030, 1989, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6031, 1989, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6032, 1989, 'gusta_header_sections_tab', ''),
(6033, 1989, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6034, 1989, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6035, 1989, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6036, 1989, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6037, 1989, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6038, 1989, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6039, 1989, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6040, 1989, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(6041, 1989, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6042, 1989, 'gusta_content_sections_tab', ''),
(6043, 1989, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6044, 1989, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:2:{i:0;s:4:\"2283\";i:1;s:4:\"2379\";}'),
(6045, 1989, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6046, 1989, 'gusta_footer_sections_tab', ''),
(6047, 1989, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6048, 1989, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6049, 1989, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6050, 1989, 'gusta_sticky_sections_tab', ''),
(6051, 1989, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6052, 1989, '_wpb_post_custom_css', '@media only screen and (min-width: 1024px) {\r\ndiv.vc_row.wpb_row.vc_row-fluid{\r\n    padding-right:60px!important;\r\n}\r\n}\r\n\r\n\r\na{\r\n    color:black;\r\n}'),
(6053, 2397, '_wpb_post_custom_css', '@media only screen and (min-width: 1024px) {\r\ndiv.vc_row.wpb_row.vc_row-fluid{\r\n    padding-right:60px!important;\r\n}\r\n}\r\n\r\n\r\na{\r\n    color:black;\r\n}'),
(6054, 2397, '_wpb_shortcodes_custom_css', '.vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}.vc_custom_1584748837166{padding-top: 20px !important;}'),
(6055, 1878, 'gusta_override_section_options', '0'),
(6056, 1878, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6057, 1878, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6058, 1878, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6059, 1878, 'gusta_header_sections_tab', ''),
(6060, 1878, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6061, 1878, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6062, 1878, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6063, 1878, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6064, 1878, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6065, 1878, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6066, 1878, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6067, 1878, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(6068, 1878, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6069, 1878, 'gusta_content_sections_tab', ''),
(6070, 1878, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6071, 1878, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:2:{i:0;s:4:\"2283\";i:1;s:4:\"2379\";}'),
(6072, 1878, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6073, 1878, 'gusta_footer_sections_tab', ''),
(6074, 1878, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6075, 1878, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6076, 1878, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6077, 1878, 'gusta_sticky_sections_tab', ''),
(6078, 1878, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6079, 2397, 'gusta_override_section_options', '0'),
(6080, 2397, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6081, 2397, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6082, 2397, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6083, 2397, 'gusta_header_sections_tab', ''),
(6084, 2397, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6085, 2397, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6086, 2397, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6087, 2397, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6088, 2397, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6089, 2397, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6090, 2397, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6091, 2397, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(6092, 2397, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6093, 2397, 'gusta_content_sections_tab', ''),
(6094, 2397, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6095, 2397, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:2:{i:0;s:4:\"2283\";i:1;s:4:\"2379\";}'),
(6096, 2397, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6097, 2397, 'gusta_footer_sections_tab', ''),
(6098, 2397, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6099, 2397, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6100, 2397, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6101, 2397, 'gusta_sticky_sections_tab', ''),
(6102, 2397, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6103, 2398, '_wpb_post_custom_css', '@media only screen and (min-width: 1024px){\r\n.vc_row.vc_row-o-full-height {\r\n    min-height: 80vh;\r\n}\r\n.splashAmericanFootball .stm-sportspress-sidebar {\r\n    margin-top: -150px;\r\n}\r\nvc_row.vc_row-o-columns-bottom.vc_row-flex{\r\npadding-right: 120.5px!important;\r\n}\r\n\r\n/*\r\n.full-wdth-row-css{\r\n    padding:0px;\r\n}\r\n*/\r\n.container{\r\n    width:1100px!important;\r\n}\r\n}\r\n\r\n.stm-sportspress-sidebar{\r\nz-index:3!important;\r\nposition: absolute!important;\r\n}'),
(6104, 2398, '_wpb_shortcodes_custom_css', '.vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}.vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}.vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}'),
(6105, 2398, 'gusta_override_section_options', '0'),
(6106, 2398, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6107, 2398, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6108, 2398, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6109, 2398, 'gusta_header_sections_tab', ''),
(6110, 2398, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6111, 2398, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6112, 2398, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6113, 2398, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6114, 2398, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6115, 2398, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6116, 2398, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6117, 2398, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(6118, 2398, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6119, 2398, 'gusta_content_sections_tab', ''),
(6120, 2398, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6121, 2398, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(6122, 2398, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6123, 2398, 'gusta_footer_sections_tab', ''),
(6124, 2398, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6125, 2398, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6126, 2398, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6127, 2398, 'gusta_sticky_sections_tab', ''),
(6128, 2398, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6181, 2405, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6182, 2405, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(6183, 2405, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6184, 2405, 'gusta_content_sections_tab', ''),
(6185, 2405, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6186, 2405, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(6187, 2405, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6188, 2405, 'gusta_footer_sections_tab', ''),
(6189, 2405, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6190, 2405, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6191, 2405, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6192, 2405, 'gusta_sticky_sections_tab', ''),
(6193, 2405, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6194, 2405, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-9999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:50px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(6195, 2405, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(6196, 2407, '_wpb_post_custom_css', '.z-img-css{\r\n    z-index:-9999px!important;\r\n}\r\n\r\n.z-img-css-bg{\r\n    z-index:50px!important;\r\n}\r\n\r\n#main > div.container > div.vc_row.wpb_row.vc_row-fluid.z-img-css-bg.vc_custom_1584803278541.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex{\r\n    z-index:1;\r\n}\r\n.stm-title-box-unit{\r\n    padding-top:0px!important;\r\n}'),
(6197, 2407, '_wpb_shortcodes_custom_css', '.vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}.vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}.vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}.vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}'),
(6198, 2407, 'gusta_override_section_options', '0'),
(6199, 2407, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(6200, 2407, 'gusta_header_sections_tab_gusta_header_sections', ''),
(6201, 2407, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(6202, 2407, 'gusta_header_sections_tab', ''),
(6203, 2407, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(6204, 2407, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(6205, 2407, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(6206, 2407, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(6207, 2407, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(6208, 2407, 'gusta_content_sections_tab_gusta_content_sections', ''),
(6209, 2407, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(6210, 2407, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(6211, 2407, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(6212, 2407, 'gusta_content_sections_tab', ''),
(6213, 2407, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(6214, 2407, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(6215, 2407, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(6216, 2407, 'gusta_footer_sections_tab', ''),
(6217, 2407, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(6218, 2407, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(6219, 2407, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(6220, 2407, 'gusta_sticky_sections_tab', ''),
(6221, 2407, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(6222, 2408, '_edit_lock', '1585083240:2'),
(6226, 2408, '_edit_last', '2');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_posts`
--

CREATE TABLE `wphi_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_posts`
--

INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1875, 1, '2020-03-16 11:05:53', '2020-03-16 11:05:53', '', 'new_banner_blur1.jpg', '', 'inherit', 'closed', 'closed', '', 'new-banner-blur1-jpg', '', '', '2020-03-16 11:05:53', '2020-03-16 11:05:53', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/revslider/new_banner_blur1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1876, 1, '2020-03-16 11:05:53', '2020-03-16 11:05:53', '', 'new_banner_2_blur.jpg', '', 'inherit', 'closed', 'closed', '', 'new-banner-2-blur-jpg', '', '', '2020-03-16 11:05:53', '2020-03-16 11:05:53', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/revslider/new_banner_2_blur.jpg', 0, 'attachment', 'image/jpeg', 0),
(3, 1, '2020-03-16 08:57:18', '2020-03-16 08:57:18', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://southafricacricket.co.za.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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 &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-03-16 08:57:18', '2020-03-16 08:57:18', '', 0, 'https://southafricacricket.co.za/?page_id=3', 0, 'page', '', 0),
(8, 1, '2020-03-16 10:53:14', '2020-03-16 10:53:14', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nMzansi Cricket LIVE Score App \"[your-subject]\"\nMzansi Cricket LIVE Score App <wordpress@travollie.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Mzansi Cricket LIVE Score App (https://southafricacricket.co.za)\nhimal@qualon.xyz\nReply-To: [your-email]\n\n0\n0\n\nMzansi Cricket LIVE Score App \"[your-subject]\"\nMzansi Cricket LIVE Score App <wordpress@travollie.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Mzansi Cricket LIVE Score App (https://southafricacricket.co.za)\n[your-email]\nReply-To: himal@qualon.xyz\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2020-03-16 10:53:14', '2020-03-16 10:53:14', '', 0, 'https://southafricacricket.co.za/?post_type=wpcf7_contact_form&p=8', 0, 'wpcf7_contact_form', '', 0),
(9, 1, '2020-03-16 10:53:16', '2020-03-16 10:53:16', '', 'woocommerce-placeholder', '', 'inherit', 'open', 'closed', '', 'woocommerce-placeholder', '', '', '2020-03-16 10:53:16', '2020-03-16 10:53:16', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/woocommerce-placeholder.png', 0, 'attachment', 'image/png', 0),
(2057, 1, '2020-03-17 19:00:59', '2020-03-17 17:00:59', '<ul id=\"menu-temp\"><li id=\"menu-item-1973\" ><a title=\"HOME\" href=\"https://southafricacricket.co.za/\" data-text=\"HOME\">HOME</a></li>\n<li id=\"menu-item-1971\" ><a title=\"COMMUNITY\" href=\"#\" aria-haspopup=\"true\" data-text=\"COMMUNITY\">COMMUNITY</a>\n<ul role=\"menu\">\n	<li id=\"menu-item-2015\" ></li>\n</ul>\n</li>\n<li id=\"menu-item-1972\" ><a title=\"PLAY\" href=\"#\" data-text=\"PLAY\">PLAY</a></li>\n</ul>						\n																<ul>\n									<li></li>\n									<li></li>\n								</ul>\n		<style>@media (min-width:992px){.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 #theplus-navigation-normal-menu{display: block!important;}.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 #plus-mobile-nav-toggle-nav-menu5e71024b1aaa27ddc165.collapse.in{display:none;}}@media (max-width:991px){.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 #theplus-navigation-normal-menu{display:none !important;}.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 .plus-mobile-nav-toggle.mobile-toggle{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center;-webkit-justify-content: flex-end;-moz-justify-content: flex-end;-ms-justify-content: flex-end;justify-content: flex-end;}.plus-navigation-wrap .plus-mobile-menu-content.collapse.swiper-container{display: block;}}</style>', 'Coaches', '', 'inherit', 'closed', 'closed', '', '2010-revision-v1', '', '', '2020-03-17 19:00:59', '2020-03-17 17:00:59', '', 2010, 'https://southafricacricket.co.za/2010-revision-v1/', 0, 'revision', '', 0),
(2032, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'BP', 'Bonus points', 'publish', 'closed', 'closed', '', 'bp', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_result/bp/', 40, 'sp_result', '', 0),
(2031, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Overs', 'Overs', 'publish', 'closed', 'closed', '', 'overs', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_result/overs/', 30, 'sp_result', '', 0),
(2036, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', '4s', 'Fours', 'publish', 'closed', 'closed', '', 'fours', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/fours/', 40, 'sp_performance', '', 0),
(2037, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', '6s', 'Sixes', 'publish', 'closed', 'closed', '', 'sixs', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/sixs/', 50, 'sp_performance', '', 0),
(2038, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'O', 'Overs bowled', 'publish', 'closed', 'closed', '', 'o', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/o/', 60, 'sp_performance', '', 0),
(2039, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'M', 'Maidens', 'publish', 'closed', 'closed', '', 'm', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/m/', 70, 'sp_performance', '', 0),
(2040, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'R', 'Runs', 'publish', 'closed', 'closed', '', 'r', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/r/', 80, 'sp_performance', '', 0),
(2041, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'W', 'Wickets taken', 'publish', 'closed', 'closed', '', 'w', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/w/', 90, 'sp_performance', '', 0),
(2053, 1, '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 'Bat Brand', '', 'publish', 'closed', 'closed', '', 'batbrand', '', '', '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 0, 'https://southafricacricket.co.za/sp_metric/batbrand/', 140, 'sp_metric', '', 0),
(2044, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'L', 'Losses', 'publish', 'closed', 'closed', '', 'l', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/l/', 30, 'sp_column', '', 0),
(2045, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'D', 'Draws', 'publish', 'closed', 'closed', '', 'd', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/d/', 40, 'sp_column', '', 0),
(2046, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'T', 'Ties', 'publish', 'closed', 'closed', '', 't', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/t/', 50, 'sp_column', '', 0),
(2047, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'NR', 'No results', 'publish', 'closed', 'closed', '', 'nr', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/nr/', 60, 'sp_column', '', 0),
(2048, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'BP', 'Bonus points', 'publish', 'closed', 'closed', '', 'bp', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/bp/', 70, 'sp_column', '', 0),
(2049, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Points', 'Total points', 'publish', 'closed', 'closed', '', 'points', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/points/', 80, 'sp_column', '', 0),
(2050, 1, '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 'NRR', 'Net run rate', 'publish', 'closed', 'closed', '', 'nrr', '', '', '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 0, 'https://southafricacricket.co.za/sp_column/nrr/', 90, 'sp_column', '', 0),
(42, 1, '2020-03-16 10:55:04', '0000-00-00 00:00:00', '', 'Event', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-16 10:55:04', '0000-00-00 00:00:00', '', 0, 'https://southafricacricket.co.za/?post_type=sp_event&p=42', 0, 'sp_event', '', 0),
(354, 1, '2016-04-05 05:05:14', '2016-04-05 05:05:14', '', 'Cavaliers Stave Off Elimination in N.B.A. Finals', '', 'publish', 'closed', 'closed', '', 'jowl-boudin-corned-beef-ball-tip-meatloaf-porks-6', '', '', '2016-04-05 05:05:14', '2016-04-05 05:05:14', '', 0, 'http://splash.stylemixthemes.com//?post_type=media_gallery&amp;p=354', 0, 'media_gallery', '', 0),
(360, 1, '2016-06-02 05:05:14', '2016-06-02 05:05:14', '', 'Mighty UConn Faces a Future of Rising Powers', '', 'publish', 'closed', 'closed', '', 'mighty-uconn-faces-a-future-of-rising-powers', '', '', '2016-06-02 05:05:14', '2016-06-02 05:05:14', '', 0, 'http://splash.stylemixthemes.com//?post_type=media_gallery&amp;p=360', 0, 'media_gallery', '', 0),
(545, 1, '2016-12-18 11:08:46', '2016-12-18 11:08:46', '<p>\n	<label>Select topics and stay current with our latest news.</label>\n</p>\n<p>\n  <div class=\"subscribe-wrapp\">\n      <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\n      <span class=\"button btn-md\">\n      	<input type=\"submit\" value=\"Submit\" />\n      </span>\n  </div>\n</p>', 'Subscribe', '', 'publish', 'closed', 'closed', '', 'subscribe', '', '', '2016-12-18 11:08:46', '2016-12-18 11:08:46', '', 0, 'http://splash.stylemixthemes.com//mc4wp-form/subscribe/', 0, 'mc4wp-form', '', 0),
(594, 1, '2016-05-05 09:13:01', '2016-05-05 09:13:01', '', 'Timmy', 'MY DONATION!', 'publish', 'closed', 'closed', '', 'timmy', '', '', '2016-05-05 09:13:01', '2016-05-05 09:13:01', '', 0, 'http://splash.stylemixthemes.com//?post_type=donor&amp;p=594', 0, 'donor', '', 0),
(595, 1, '2016-05-05 09:14:11', '2016-05-05 09:14:11', '[vc_row][vc_column width=\"1/2\"][stm_icon_list list_type=\"font\" title=\"fa fa-check\"]\n<ul>\n 	<li>Material: 76% Cotton/24% Polyester — Body; 100% Polyester — Hood Lining</li>\n 	<li>Lightweight hoodie suitable for mild temperatures</li>\n 	<li>Scuba hood with drawstring closure</li>\n 	<li>Zipper garage</li>\n 	<li>Embroidered fabric applique</li>\n</ul>\n[/stm_icon_list][/vc_column][vc_column width=\"1/2\"][stm_icon_list list_type=\"font\" title=\"fa fa-check\"]\n<ul>\n 	<li> Long sleeve</li>\n 	<li>Machine wash, tumble dry low</li>\n 	<li>Officially licensed</li>\n 	<li>Imported</li>\n 	<li>Brand: StylemixThemes</li>\n</ul>\n[/stm_icon_list][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<span style=\"color: #323232;\">The USA’s +33.0 points per game differential was the most of a U.S. men’s team in a FIBA World Cup or Olympic Games since the 1994 World Championship (+37.8). OI think the results were dominant, but we had spurts of dominance in a lot of games,” said USA coach Mike Krzyzewski (Duke University). “And, we had tough games, and then FIBA World</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][stm_share_this title=\"Share\"][/vc_column][/vc_row]', 'New Equipment for Our Boys', '\n                Rori Spivey was formerly Wired Impact’s in-house web designer. She spent her time planning, sketching, and designing the look and feel of creative, meaningful websites...', 'publish', 'closed', 'closed', '', 'lets-grant-helly-a-chance-3', '', '', '2016-05-05 09:14:11', '2016-05-05 09:14:11', '', 0, 'http://splash.stylemixthemes.com//?post_type=donation&amp;p=595', 0, 'donation', '', 0),
(1034, 1, '2016-06-01 12:07:21', '2016-06-01 12:07:21', '', 'Cavaliers Stave Off Elimination in N.B.A. Finals', '', 'publish', 'closed', 'closed', '', 'cavaliers-stave-off-elimination-in-n-b-a-finals', '', '', '2016-06-01 12:07:21', '2016-06-01 12:07:21', '', 0, 'http://splash.stylemixthemes.com//?post_type=media_gallery&amp;p=1034', 0, 'media_gallery', '', 0),
(1036, 1, '2016-06-03 12:13:08', '2016-06-03 12:13:08', '', 'Expelled Basketball Player Sues Yale', '', 'publish', 'closed', 'closed', '', 'expelled-basketball-player-sues-yale-2', '', '', '2016-06-03 12:13:08', '2016-06-03 12:13:08', '', 0, 'http://splash.stylemixthemes.com//?post_type=media_gallery&amp;p=1036', 0, 'media_gallery', '', 0),
(1037, 1, '2016-06-04 12:14:42', '2016-06-04 12:14:42', '', 'After Devouring League, Warriors Remain Hungry', '', 'publish', 'closed', 'closed', '', 'after-devouring-league-warriors-remain-hungry-2', '', '', '2016-06-04 12:14:42', '2016-06-04 12:14:42', '', 0, 'http://splash.stylemixthemes.com//?post_type=media_gallery&amp;p=1037', 0, 'media_gallery', '', 0),
(1038, 1, '2016-06-05 12:15:51', '2016-06-05 12:15:51', '', 'Warriors Remain Hungry', '', 'publish', 'closed', 'closed', '', 'warriors-remain-hungry', '', '', '2020-03-16 13:34:37', '2020-03-16 13:34:37', '', 0, 'http://splash.stylemixthemes.com//?post_type=media_gallery&#038;p=1038', 0, 'media_gallery', '', 0),
(1045, 1, '2016-06-14 12:40:37', '2016-06-14 12:40:37', '[vc_row][vc_column][stm_icon_list list_type=\"font\" title=\"fa fa-arrow-right\"]\n<ul>\n 	<li>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in Latin literature from 45 BC.</li>\n 	<li>There are many variations of passages of Lorem Ipsum available.</li>\n 	<li>Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text.</li>\n 	<li>Search for ‘lorem ipsum’ will uncover many web sites still in their infancy.</li>\n 	<li>Various versions have evolved over the years, sometimes by accident.</li>\n 	<li>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages</li>\n 	<li>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested.</li>\n</ul>\n[/stm_icon_list][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<span style=\"color: #323232;\">Cup gold medal with a blistering 129-92 win over Serbia (5-4) at the Palacio de os Deportes de la Comunidad arena on Sunday night in Madrid, Spain. The USA, which distanced itself from Serbia early in the game with a 28-6 run to close the first quarter, became just the third country in FIBA World Cup history to capture consecutive titles, and more crucial, the championship earned the USA an automatic bid into the 2016 Rio de Janeiro Olympic Games.</span>\n\n<span style=\"color: #323232;\">The USA’s +33.0 points per game differential was the most of a U.S. men’s team in a FIBA World Cup or Olympic Games since the 1994 World Championship (+37.8). OI think the results were dominant, but we had spurts of dominance in a lot of games,” said USA coach Mike Krzyzewski (Duke University). “And, we had tough games, and then FIBA World</span>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][stm_share_this title=\"Share\"][/vc_column][/vc_row]', 'Renovation of Sport Inventory', '\n                Rori Spivey was formerly Wired Impact’s in-house web designer. She spent her time planning, sketching, and designing the look and feel of creative, meaningful websites...', 'publish', 'closed', 'closed', '', 'a-new-prosthesis-for-the-future-champion', '', '', '2016-06-14 12:40:37', '2016-06-14 12:40:37', '', 0, 'http://splash.stylemixthemes.com//?post_type=donation&amp;p=1045', 0, 'donation', '', 0),
(1048, 1, '2016-06-15 05:34:37', '2016-06-15 05:34:37', '', 'placeholder', '', 'inherit', 'open', 'closed', '', 'placeholder', '', '', '2016-06-15 05:34:37', '2016-06-15 05:34:37', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2016/06/placeholder.gif', 0, 'attachment', 'image/gif', 0),
(2139, 1, '2020-03-18 15:05:05', '2020-03-18 13:05:05', ' ', '', '', 'publish', 'closed', 'closed', '', '2139', '', '', '2020-03-18 15:05:05', '2020-03-18 13:05:05', '', 0, 'https://southafricacricket.co.za/2139/', 2, 'nav_menu_item', '', 0),
(1053, 1, '2020-03-16 11:05:32', '2020-03-16 11:05:32', '', 'Stadium', '', 'publish', 'closed', 'closed', '', 'stadium', '', '', '2020-03-16 11:05:32', '2020-03-16 11:05:32', '', 0, 'https://southafricacricket.co.za/?p=1053', 2, 'nav_menu_item', '', 0),
(1054, 1, '2020-03-16 11:05:32', '2020-03-16 11:05:32', '', 'Trophy room', '', 'publish', 'closed', 'closed', '', 'trophy-room', '', '', '2020-03-16 11:05:32', '2020-03-16 11:05:32', '', 0, 'https://southafricacricket.co.za/?p=1054', 3, 'nav_menu_item', '', 0),
(1055, 1, '2020-03-16 11:05:32', '2020-03-16 11:05:32', '', 'Partners', '', 'publish', 'closed', 'closed', '', 'partners', '', '', '2020-03-16 11:05:32', '2020-03-16 11:05:32', '', 0, 'https://southafricacricket.co.za/?p=1055', 4, 'nav_menu_item', '', 0),
(1797, 1, '2017-10-19 13:23:24', '2017-10-19 13:23:24', '', 'new_banner_blur.jpg', '', 'inherit', 'closed', 'closed', '', 'new-banner-blur-jpg', '', '', '2017-10-19 13:23:24', '2017-10-19 13:23:24', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2017/10/new_banner_blur.jpg', 0, 'attachment', 'image/jpeg', 0),
(1798, 1, '2020-03-16 11:05:38', '2020-03-16 11:05:38', '', 'Management', '', 'publish', 'closed', 'closed', '', 'management', '', '', '2020-03-16 11:05:38', '2020-03-16 11:05:38', '', 0, 'https://southafricacricket.co.za/?p=1798', 5, 'nav_menu_item', '', 0),
(1799, 1, '2020-03-16 11:05:38', '2020-03-16 11:05:38', '', 'Careers', '', 'publish', 'closed', 'closed', '', 'careers', '', '', '2020-03-16 11:05:38', '2020-03-16 11:05:38', '', 0, 'https://southafricacricket.co.za/?p=1799', 6, 'nav_menu_item', '', 0),
(2073, 1, '2020-03-17 19:15:43', '2020-03-17 17:15:43', '', 'trns22', '', 'inherit', 'open', 'closed', '', 'trns22', '', '', '2020-03-17 19:15:43', '2020-03-17 17:15:43', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/trns22.png', 0, 'attachment', 'image/png', 0),
(2067, 1, '2020-03-17 19:13:31', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:13:31', '0000-00-00 00:00:00', '', 0, 'https://southafricacricket.co.za/?p=2067', 1, 'nav_menu_item', '', 0),
(2066, 1, '2020-03-17 19:13:28', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:13:28', '0000-00-00 00:00:00', '', 0, 'https://southafricacricket.co.za/?p=2066', 1, 'nav_menu_item', '', 0),
(2234, 1, '2020-03-21 03:16:31', '2020-03-21 01:16:31', '', 'School', '', 'publish', 'closed', 'closed', '', 'school', '', '', '2020-03-21 03:16:31', '2020-03-21 01:16:31', '', 0, 'https://southafricacricket.co.za/school/', 3, 'nav_menu_item', '', 0),
(2235, 1, '2020-03-21 03:16:32', '2020-03-21 01:16:32', ' ', '', '', 'publish', 'closed', 'closed', '', '2235', '', '', '2020-03-21 03:16:32', '2020-03-21 01:16:32', '', 0, 'https://southafricacricket.co.za/2235/', 4, 'nav_menu_item', '', 0),
(2065, 1, '2020-03-17 19:13:26', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:13:26', '0000-00-00 00:00:00', '', 0, 'https://southafricacricket.co.za/?p=2065', 1, 'nav_menu_item', '', 0),
(2064, 1, '2020-03-17 19:13:23', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:13:23', '0000-00-00 00:00:00', '', 0, 'https://southafricacricket.co.za/?p=2064', 1, 'nav_menu_item', '', 0),
(90, 1, '2016-04-20 10:34:30', '2016-04-20 10:34:30', '[vc_row][vc_column][vc_column_text]\n<h2>Shop</h2>\n[/vc_column_text][/vc_column][/vc_row]', 'Shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2016-04-20 10:34:30', '2016-04-20 10:34:30', '', 0, 'http://splash.stylemixthemes.com//shop/', 0, 'page', '', 0),
(2062, 1, '2020-03-17 19:12:23', '0000-00-00 00:00:00', '<p>[vc_row][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:12:23', '2020-03-17 17:12:23', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2062', 0, 'clever_menu', '', 0),
(91, 1, '2016-04-20 10:34:30', '2016-04-20 10:34:30', '[woocommerce_cart]', 'Cart', '', 'publish', 'closed', 'closed', '', 'cart', '', '', '2016-04-20 10:34:30', '2016-04-20 10:34:30', '', 0, 'http://splash.stylemixthemes.com//cart/', 0, 'page', '', 0),
(92, 1, '2016-04-20 10:34:30', '2016-04-20 10:34:30', '[woocommerce_checkout]', 'Checkout', '', 'publish', 'closed', 'closed', '', 'checkout', '', '', '2016-04-20 10:34:30', '2016-04-20 10:34:30', '', 0, 'http://splash.stylemixthemes.com//checkout/', 0, 'page', '', 0),
(93, 1, '2016-04-20 10:34:30', '2016-04-20 10:34:30', '[woocommerce_my_account]', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2016-04-20 10:34:30', '2016-04-20 10:34:30', '', 0, 'http://splash.stylemixthemes.com//my-account/', 0, 'page', '', 0),
(500, 1, '2016-05-03 05:04:41', '2016-05-03 05:04:41', '', 'News', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2016-05-03 05:04:41', '2016-05-03 05:04:41', '', 0, 'http://splash.stylemixthemes.com//?page_id=500', 0, 'page', '', 0),
(1816, 1, '2013-06-07 10:35:51', '2013-06-07 10:35:51', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Men\'s Navy Circuit Sideline Performance Pants', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-logo', '', '', '2013-06-07 10:35:51', '2013-06-07 10:35:51', '', 0, 'http://demo.woothemes.com/woocommerce/?post_type=product&amp;p=15', 0, 'product', '', 0),
(1817, 1, '2013-06-07 11:00:28', '2013-06-07 11:00:28', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Men\'s Navy AV15 Fleece Pullover Hoodie', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'ship-your-idea-2', '', '', '2013-06-07 11:00:28', '2013-06-07 11:00:28', '', 0, 'http://demo.woothemes.com/woocommerce/?post_type=product&amp;p=40', 0, 'product', '', 0),
(1818, 1, '2013-06-07 10:59:15', '2013-06-07 10:59:15', '', 'Men\'s Navy AV15 Fleece Pullover Hoodie', '', 'publish', 'open', 'open', '', 'product-40-variation', '', '', '2013-06-07 10:59:15', '2013-06-07 10:59:15', '', 1817, 'http://demo.woothemes.com/woocommerce/?product_variation=product-40-variation', 0, 'product_variation', '', 0),
(50, 1, '2013-06-07 11:03:56', '2013-06-07 11:03:56', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Men\'s Navy Circuit Sideline Performance Pants', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'patient-ninja', '', '', '2013-06-07 11:03:56', '2013-06-07 11:03:56', '', 0, 'http://demo.woothemes.com/woocommerce/?post_type=product&amp;p=50', 0, 'product', '', 0),
(53, 1, '2013-06-07 11:05:37', '2013-06-07 11:05:37', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Men\'s Navy Circuit Sideline Performance Pants', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'happy-ninja-2', '', '', '2013-06-07 11:05:37', '2013-06-07 11:05:37', '', 0, 'http://demo.woothemes.com/woocommerce/?post_type=product&amp;p=53', 0, 'product', '', 0),
(74, 1, '2015-09-25 20:00:00', '2015-09-25 20:00:00', '[vc_row][vc_column][vc_column_text]\n<h4>RECAP</h4>\nNFL teams are required to number their players by a league-approved numbering system, and any exceptions must be approved by the Commissioner. NCAA and NFHS teams are \"strongly advised\" to number their offensive players according to a league-suggested numbering scheme. Cementing his legacy as one of the greatest basketball players ever.[/vc_column_text][/vc_column][/vc_row]', 'Splashes vs Bulls', '', 'publish', 'closed', 'closed', '', 'stylemix-vs-memphis-2', '', '', '2015-09-25 20:00:00', '2015-09-25 20:00:00', '', 0, 'http://splash.stylemixthemes.com//event/kangaroos-vs-bluebirds/', 0, 'sp_event', '', 0),
(78, 1, '2016-04-19 04:54:39', '2016-04-19 04:54:39', '[vc_row][vc_column][vc_column_text]Teams may substitute any number of their players between downs; this \"platoon\" system replaced the original system, which featured limited substitution rules, and has resulted in teams utilizing specialized offensive, defensive and special teams squads.[/vc_column_text][/vc_column][/vc_row]', 'Fixtures & Results', '', 'publish', 'closed', 'closed', '', 'fixtures-results', '', '', '2016-04-19 04:54:39', '2016-04-19 04:54:39', '', 0, 'http://splash.stylemixthemes.com//calendar/fixtures-results/', 0, 'sp_calendar', '', 0),
(440, 1, '2013-06-07 11:12:55', '2013-06-07 11:12:55', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Men\'s Pro Line Gray Victory Arch T-Shirt', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-logo-2', '', '', '2013-06-07 11:12:55', '2013-06-07 11:12:55', '', 0, 'http://demo.woothemes.com/woocommerce/?post_type=product&amp;p=60', 0, 'product', '', 0),
(443, 1, '2013-06-07 11:27:38', '2013-06-07 11:27:38', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Men\'s Navy Circuit Sideline Performance Pants', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'premium-quality-2', '', '', '2013-06-07 11:27:38', '2013-06-07 11:27:38', '', 0, 'http://demo.woothemes.com/woocommerce/?post_type=product&amp;p=73', 0, 'product', '', 0),
(822, 1, '2016-05-16 05:03:40', '2016-05-16 05:03:40', '[vc_row][vc_column][vc_column_text]Teams may substitute any number of their players between downs; this \"platoon\" system replaced the original system, which featured limited substitution rules, and has resulted in teams utilizing specialized offensive, defensive and special teams squads.[/vc_column_text][/vc_column][/vc_row]', 'Fixtures List', '', 'publish', 'closed', 'closed', '', 'fixtures-list', '', '', '2016-05-16 05:03:40', '2016-05-16 05:03:40', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_calendar&amp;p=822', 0, 'sp_calendar', '', 0),
(877, 1, '2016-05-25 12:57:03', '2016-05-25 12:57:03', '', 'Men\'s Navy AV15 Fleece Pullover Hoodie', '', 'publish', 'closed', 'closed', '', 'product-40-variation-3', '', '', '2016-05-25 12:57:03', '2016-05-25 12:57:03', '', 1817, 'http://splash.stylemixthemes.com//product_variation/product-40-variation-3/', 1, 'product_variation', '', 0),
(1008, 1, '2016-06-14 11:07:41', '2016-06-14 11:07:41', 'This is an example Player List. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Player List and create new Player Lists for your content. Have fun!', 'Splash team', '', 'publish', 'closed', 'closed', '', 'splash-team', '', '', '2016-06-14 11:07:41', '2016-06-14 11:07:41', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_list&amp;p=1008', 0, 'sp_list', '', 0),
(1013, 1, '2016-06-14 11:23:17', '2016-06-14 11:23:17', 'This is an example Player List. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Player List and create new Player Lists for your content. Have fun!', 'Miami heat team', '', 'publish', 'closed', 'closed', '', 'miami-heat-team', '', '', '2016-06-14 11:23:17', '2016-06-14 11:23:17', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_list&amp;p=1013', 0, 'sp_list', '', 0),
(1014, 1, '2016-06-14 11:24:33', '2016-06-14 11:24:33', 'This is an example Player List. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Player List and create new Player Lists for your content. Have fun!', 'Secret team', '', 'publish', 'closed', 'closed', '', 'secret-team', '', '', '2016-06-14 11:24:33', '2016-06-14 11:24:33', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_list&amp;p=1014', 0, 'sp_list', '', 0),
(1595, 1, '2016-12-19 09:25:31', '2016-12-19 09:25:31', '', 'Splashes vs Grizzlies', '', 'publish', 'closed', 'closed', '', 'splashes-vs-memphis-tigers', '', '', '2016-12-19 09:25:31', '2016-12-19 09:25:31', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_event&amp;p=1595', 0, 'sp_event', '', 0),
(1596, 1, '2019-09-19 09:25:41', '2019-09-19 09:25:41', '', 'Splashes vs Quick Winners', '', 'publish', 'closed', 'closed', '', 'splashes-vs-quick-winners', '', '', '2019-09-19 09:25:41', '2019-09-19 09:25:41', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_event&amp;p=1596', 0, 'sp_event', '', 0),
(1599, 1, '2016-12-19 09:38:48', '2016-12-19 09:38:48', '', 'Splashes vs Spartans', '', 'publish', 'closed', 'closed', '', 'splashes-vs-elite-pandas', '', '', '2016-12-19 09:38:48', '2016-12-19 09:38:48', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_event&amp;p=1599', 0, 'sp_event', '', 0),
(1600, 1, '2016-12-19 09:39:22', '2016-12-19 09:39:22', '', 'Splashes vs Idaho Bulls', '', 'publish', 'closed', 'closed', '', 'splashes-vs-quick-winners-2', '', '', '2016-12-19 09:39:22', '2016-12-19 09:39:22', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_event&amp;p=1600', 0, 'sp_event', '', 0),
(57, 1, '2016-04-19 04:54:38', '2016-04-19 04:54:38', '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 eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'Spartans', '', 'publish', 'closed', 'closed', '', 'spartans', '', '', '2016-04-19 04:54:38', '2016-04-19 04:54:38', '', 0, 'http://splash.stylemixthemes.com//team/eagles/', 0, 'sp_team', '', 0),
(58, 1, '2016-04-19 04:54:38', '2016-04-19 04:54:38', '[vc_row][vc_column][vc_column_text css=\".vc_custom_1482244607183{margin-bottom: 35px !important;}\"]American football evolved from the sports of association football (soccer) and rugby football. Rugby football, like American football, is a sport where two competing teams vie for control of a ball, which can be kicked through a set of goalposts or run into the opponent\'s goal area to score points.[/vc_column_text][/vc_column][/vc_row]', 'Splashes', '', 'publish', 'closed', 'closed', '', 'splashes', '', '', '2016-04-19 04:54:38', '2016-04-19 04:54:38', '', 0, 'http://splash.stylemixthemes.com//team/kangaroos/', 0, 'sp_team', '', 0),
(65, 1, '2016-04-19 04:54:38', '2016-04-19 04:54:38', '[vc_row][vc_column][vc_column_text]\n<h3>Biography</h3>\nSigned the first of two 10-day contracts with the Utah Jazz on February 5, 2007 â€¦ Signed the first of two 10-day contracts with the Philadelphia 76ers on March 8, 2007 and then signed for the remainder of the season â€¦ Signed as a free agent with the Phoenix Suns on March 8, 2007 â€¦ Signed as a free agent with the Golden State Warriors on September 13, 2010 â€¦ Acquired by the Indiana Pacers from Golden STate in exchange for Brandon Rush just before start of training camp in 2011â€¦ Signed by the Wolves as an unrestricted free agent on Sept. 25, 2012.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][stm_player_quick_stats stm_pl_qk_sts=\"%5B%7B%22label%22%3A%22Total%20tackles%22%2C%22data%22%3A%2213%22%7D%2C%7B%22label%22%3A%22Sacks%3A%22%2C%22data%22%3A%225.0%22%7D%2C%7B%22label%22%3A%22Forced%20Fumbles%3A%22%2C%22data%22%3A%223%22%7D%2C%7B%22label%22%3A%22Fumble%20Recoveries%3A%22%2C%22data%22%3A%220%22%7D%2C%7B%22label%22%3A%22Defensive%20Touchdowns%22%2C%22data%22%3A%220%22%7D%5D\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]2011â€“12 HIGHLIGHTS WITH INDIANA: Acquired by the Pacers from Golden State in exchange for Brandon Rush just before the start of training campâ€¦ Though he averaged just 3.7 rebounds per game and logged an average of 12.6 minutes per contest, he was fourth on the team with 94 offensive rebounds and was third with 44 blocked shotsâ€¦ Gathered four or more rebounds 29 times and claimed 10+ rebounds twiceâ€¦ Had a season-high with12 boards at Charlotte, 2/22, grabbing a season-high six offensive boards in that gameâ€¦ Including acareer-best nine rebounds at the defensive end, totaled 10 at New Orleans, 3/3â€¦ Added 11 points inthat game against the Hornets for his only double-double of the campaign.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>2010â€“11 HIGHLIGHTS WITH GOLDEN STATE</strong>: Appeared in 46 games (seven starts), averaging 4.3 points and 4.0 rebounds in a career-high 15.0 minutes pre gameâ€¦ scoring and rebounding averages were the second highest marks of his careerâ€¦ Logged 20 or more minutes 10 times in the season, averagint 5.7 rebounds int hose contestsâ€¦ Gathered in a season-high 12 rebounds at New Orleans on 1/5, scored a season-high 11 points twice: vs. Lakers 4/6 and vs. Timberwolves on 3/13.\n\n<strong>2009â€“10 HIGHLIGHTS WITH PHOENIX</strong>: Appeared in 79 games, averaging 4.7 points and 4.4 rebounds in 14.8 minutes while shooting 55.1% from the field â€¦ Set new career-highs in nearly every major statistical category, including points, rebounds, field goal percentage and minutes â€¦ Played 20-plus minutes 14 times, averaging 9.1 points, 6.9 rebounds, 2.14 blocks and 22.1 minutes in those contests â€¦ Scored 10-plus points 11 times â€¦ Scored a career-high tying 20 points vs. Minnesota (3/16) â€¦ Grabbed 10-plus rebounds four times â€¦ Registered two double-doubles, both of the point/rebound variety â€¦ Appeared in all 16 of the Suns playoff games, averaging 2.9 points and 3.5 rebounds in 12.1 minutes.[/vc_column_text][/vc_column][/vc_row]', 'Finn Rosetta', '', 'publish', 'closed', 'closed', '', 'finn-rosetta', '', '', '2016-04-19 04:54:38', '2016-04-19 04:54:38', '', 0, 'http://splash.stylemixthemes.com//player/finn-rosetta/', 0, 'sp_player', '', 0),
(71, 1, '1980-04-19 04:54:38', '1980-04-19 04:54:38', 'This is an example Staff. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Staff and create new Staff for your content. Have fun!', 'Bobby Brown', '', 'publish', 'closed', 'closed', '', 'bobby-brown', '', '', '1980-04-19 04:54:38', '1980-04-19 04:54:38', '', 0, 'http://splash.stylemixthemes.com//staff/bobby-brown/', 0, 'sp_staff', '', 0),
(79, 1, '2016-04-19 04:54:39', '2016-04-19 04:54:39', '', 'Primary League 2016', '', 'publish', 'closed', 'closed', '', 'primary-league-2016', '', '', '2016-04-19 04:54:39', '2016-04-19 04:54:39', '', 0, 'http://splash.stylemixthemes.com//table/primary-league-2015/', 0, 'sp_table', '', 0),
(89, 1, '2016-04-20 09:53:18', '2016-04-20 09:53:18', '<p>[text your-subject class:style-2 placeholder \"Subject\"] </p>\n<p>[text* your-name class:style-2 placeholder \"Name\"] </p>\n<p>[email* your-email class:style-2 placeholder \"E-mail\"] </p>\n<p>[textarea class:style-2 your-message class:style-2 placeholder \"Message\"] </p>\n<p><span class=\'button btn-md\'>[submit \"Submit\"]</span></p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact us', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-2', '', '', '2016-04-20 09:53:18', '2016-04-20 09:53:18', '', 0, 'http://splash.stylemixthemes.com//?post_type=wpcf7_contact_form&amp;p=89', 0, 'wpcf7_contact_form', '', 0),
(320, 1, '2016-04-27 06:51:53', '2016-04-27 06:51:53', 'Consulting WP - Before we talk destination, we shine a spotlight across your organization to fully understand its people, processes, and technology.', 'Georg Panking', '', 'publish', 'closed', 'closed', '', 'georg-panking', '', '', '2016-04-27 06:51:53', '2016-04-27 06:51:53', '', 0, 'http://splash.stylemixthemes.com//?post_type=testimonial&amp;p=320', 0, 'testimonial', '', 0),
(326, 1, '2016-04-27 09:27:45', '2016-04-27 09:27:45', 'Thinking of surnames can be a tedious task, whether the last name is for a character in a fictional book, game or for an alias. I am guessing you are here because you are an author and have found it difficult to think of a good surname.', 'Mildred Shelton', '', 'publish', 'closed', 'closed', '', 'stiven-metzler', '', '', '2016-04-27 09:27:45', '2016-04-27 09:27:45', '', 0, 'http://splash.stylemixthemes.com//?post_type=testimonial&amp;p=326', 0, 'testimonial', '', 0),
(480, 1, '2016-05-02 09:37:07', '2016-05-02 09:37:07', '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 eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'Grizzlies', '', 'publish', 'closed', 'closed', '', 'grizzlies', '', '', '2016-05-02 09:37:07', '2016-05-02 09:37:07', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_team&amp;p=480', 0, 'sp_team', '', 0),
(481, 1, '2016-05-02 09:37:07', '2016-05-02 09:37:07', '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 eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', 'Bulls', '', 'publish', 'closed', 'closed', '', 'quick-winners', '', '', '2016-05-02 09:37:07', '2016-05-02 09:37:07', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_team&amp;p=481', 0, 'sp_team', '', 0),
(556, 1, '2016-05-04 11:35:04', '2016-05-04 11:35:04', '[vc_row][vc_column][vc_widget_sidebar sidebar_id=\"footer\"][/vc_column][/vc_row]', 'Donations Sidebar', '', 'publish', 'closed', 'closed', '', 'donations-sidebar', '', '', '2016-05-04 11:35:04', '2016-05-04 11:35:04', '', 0, 'http://splash.stylemixthemes.com//?post_type=vc_sidebar&amp;p=556', 0, 'vc_sidebar', '', 0),
(887, 1, '2016-05-31 09:29:01', '2016-05-31 09:29:01', 'This is an example Staff. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Staff and create new Staff for your content. Have fun!', 'Roger Hinds', '', 'publish', 'closed', 'closed', '', 'roger-hinds', '', '', '2016-05-31 09:29:01', '2016-05-31 09:29:01', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_staff&amp;p=887', 0, 'sp_staff', '', 0),
(888, 1, '2016-05-31 09:29:37', '2016-05-31 09:29:37', 'This is an example Staff. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Staff and create new Staff for your content. Have fun!', 'Anthony Goenaga', '', 'publish', 'closed', 'closed', '', 'anthony-goenaga', '', '', '2016-05-31 09:29:37', '2016-05-31 09:29:37', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_staff&amp;p=888', 0, 'sp_staff', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(889, 1, '2016-05-31 09:30:27', '2016-05-31 09:30:27', 'This is an example Staff. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Staff and create new Staff for your content. Have fun!', 'Paul Pressey', '', 'publish', 'closed', 'closed', '', 'paul-pressey', '', '', '2016-05-31 09:30:27', '2016-05-31 09:30:27', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_staff&amp;p=889', 0, 'sp_staff', '', 0),
(1015, 1, '2016-06-14 11:25:48', '2016-06-14 11:25:48', 'This is an example Player List. As a new SportsPress user, you should go to <a href=\"http://splash.stylemixthemes.com//wp-admin/\">your dashboard</a> to delete this Player List and create new Player Lists for your content. Have fun!', 'Stylemix team', '', 'publish', 'closed', 'closed', '', 'stylemix-team', '', '', '2016-06-14 11:25:48', '2016-06-14 11:25:48', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_list&amp;p=1015', 0, 'sp_list', '', 0),
(1153, 1, '2016-10-03 04:51:43', '2016-10-03 04:51:43', '<b>Thomas Edward Patrick</b> \"<b>Tom</b>\" <b>Brady Jr.</b> (born August 3, 1977) is an <a title=\"American football\" href=\"https://en.wikipedia.org/wiki/American_football\">American football</a> <a title=\"Quarterback\" href=\"https://en.wikipedia.org/wiki/Quarterback\">quarterback</a> for the <a title=\"New England Patriots\" href=\"https://en.wikipedia.org/wiki/New_England_Patriots\">New England Patriots</a> of the <a title=\"National Football League\" href=\"https://en.wikipedia.org/wiki/National_Football_League\">National Football League</a> (NFL).\n\nAfter playing <a title=\"College football\" href=\"https://en.wikipedia.org/wiki/College_football\">college football</a> for the <a title=\"University of Michigan\" href=\"https://en.wikipedia.org/wiki/University_of_Michigan\">University of Michigan</a>, Brady was drafted by the Patriots in the sixth round of the<a class=\"mw-redirect\" title=\"2000 NFL draft\" href=\"https://en.wikipedia.org/wiki/2000_NFL_draft\">2000 NFL draft</a>. In Brady\'s 14 seasons as a starter,<sup id=\"cite_ref-3\" class=\"reference\"><a href=\"https://en.wikipedia.org/wiki/Tom_Brady#cite_note-3\">[a]</a></sup> the Patriots have earned six trips to the <a title=\"Super Bowl\" href=\"https://en.wikipedia.org/wiki/Super_Bowl\">Super Bowl</a>, the most for any quarterback in history, winning four titles.', 'Thomas Edward Brady, Jr.', 'Thomas Edward Patrick \"Tom\" Brady Jr. (born August 3, 1977) is an American football quarterback for the New England Patriots of the National Football League (NFL).', 'publish', 'closed', 'closed', '', 'thomas-edward-brady-jr', '', '', '2016-10-03 04:51:43', '2016-10-03 04:51:43', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_player&amp;p=1153', 0, 'sp_player', '', 0),
(1155, 1, '2016-10-03 04:54:42', '2016-10-03 04:54:42', '[vc_row][vc_column][vc_column_text]\n<h3>Biography</h3>\nSigned the first of two 10-day contracts with the Utah Jazz on February 5, 2007 â€¦ Signed the first of two 10-day contracts with the Philadelphia 76ers on March 8, 2007 and then signed for the remainder of the season â€¦ Signed as a free agent with the Phoenix Suns on March 8, 2007 â€¦ Signed as a free agent with the Golden State Warriors on September 13, 2010 â€¦ Acquired by the Indiana Pacers from Golden STate in exchange for Brandon Rush just before start of training camp in 2011â€¦ Signed by the Wolves as an unrestricted free agent on Sept. 25, 2012.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>2010â€“11 HIGHLIGHTS WITH GOLDEN STATE</strong>: Appeared in 46 games (seven starts), averaging 4.3 points and 4.0 rebounds in a career-high 15.0 minutes pre gameâ€¦ scoring and rebounding averages were the second highest marks of his careerâ€¦ Logged 20 or more minutes 10 times in the season, averagint 5.7 rebounds int hose contestsâ€¦ Gathered in a season-high 12 rebounds at New Orleans on 1/5, scored a season-high 11 points twice: vs. Lakers 4/6 and vs. Timberwolves on 3/13.\n\n<strong>2009â€“10 HIGHLIGHTS WITH PHOENIX</strong>: Appeared in 79 games, averaging 4.7 points and 4.4 rebounds in 14.8 minutes while shooting 55.1% from the field â€¦ Set new career-highs in nearly every major statistical category, including points, rebounds, field goal percentage and minutes â€¦ Played 20-plus minutes 14 times, averaging 9.1 points, 6.9 rebounds, 2.14 blocks and 22.1 minutes in those contests â€¦ Scored 10-plus points 11 times â€¦ Scored a career-high tying 20 points vs. Minnesota (3/16) â€¦ Grabbed 10-plus rebounds four times â€¦ Registered two double-doubles, both of the point/rebound variety â€¦ Appeared in all 16 of the Suns playoff games, averaging 2.9 points and 3.5 rebounds in 12.1 minutes.[/vc_column_text][/vc_column][/vc_row]', 'Colin Kaepernick', '                Colin Rand Kaepernick (born November 3, 1987) is anAmerican football quarterback for the San Francisco 49ers of the National Football League (NFL)', 'publish', 'closed', 'closed', '', 'colin-kaepernick', '', '', '2016-10-03 04:54:42', '2016-10-03 04:54:42', '', 0, 'http://splash.stylemixthemes.com//?post_type=sp_player&amp;p=1155', 0, 'sp_player', '', 0),
(1264, 1, '2016-10-10 06:20:15', '2016-10-10 06:20:15', 'Thinking of surnames can be a tedious task, whether the last name is for a character in a fictional book, game or for an alias. I am guessing you are here because you are an author and have found it difficult to think of a good surname.', 'George Harther', '', 'publish', 'closed', 'closed', '', 'george', '', '', '2016-10-10 06:20:15', '2016-10-10 06:20:15', '', 0, 'http://splash.stylemixthemes.com//?post_type=testimonial&amp;p=1264', 0, 'testimonial', '', 0),
(1265, 1, '2016-10-10 06:20:48', '2016-10-10 06:20:48', 'Thinking of surnames can be a tedious task, whether the last name is for a character in a fictional book, game or for an alias. I am guessing you are here because you are an author and have found it difficult to think of a good surname.', 'Billy Bernard', '', 'publish', 'closed', 'closed', '', 'billy', '', '', '2016-10-10 06:20:48', '2016-10-10 06:20:48', '', 0, 'http://splash.stylemixthemes.com//?post_type=testimonial&amp;p=1265', 0, 'testimonial', '', 0),
(1468, 1, '2016-11-07 07:56:12', '2016-11-07 07:56:12', '[vc_row][vc_column][vc_widget_sidebar sidebar_id=\"shop\"][/vc_column][/vc_row]', 'shop', '', 'publish', 'closed', 'closed', '', 'shop', '', '', '2016-11-07 07:56:12', '2016-11-07 07:56:12', '', 0, 'http://splash.stylemixthemes.com//?post_type=vc_sidebar&amp;p=1468', 0, 'vc_sidebar', '', 0),
(5, 1, '2017-10-19 13:18:03', '2017-10-19 13:18:03', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nSoccer \"[your-subject]\"\n[your-name] <wordpress@soccer.loc>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Soccer (http://splash.stylemixthemes.com)\nsoccer@info.com\nReply-To: [your-email]\n\n0\n0\n\nSoccer \"[your-subject]\"\nSoccer <wordpress@soccer.loc>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Soccer (http://splash.stylemixthemes.com)\n[your-email]\nReply-To: soccer@info.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2', '', '', '2017-10-19 13:18:03', '2017-10-19 13:18:03', '', 0, 'http://splash.stylemixthemes.com/?post_type=wpcf7_contact_form&amp;p=5', 0, 'wpcf7_contact_form', '', 0),
(781, 1, '2016-05-12 09:25:47', '2016-05-12 09:25:47', '<div class=\"stm-form-bg\">\n   <h4 class=\"stm-white\">Ask Your Question</h4>\n   <h5>Did not find an answer to your question?</h5>\n   <p>[textarea your-message placeholder \"Message\"]</p>\n   <p>[text* your-name placeholder \"Name\"]</p>\n   <p>[email* your-email placeholder \"E-mail\"]</p>\n   <p><span class=\"button btn-md\">[submit \"Submit\"]</span></p>\n</div>\nBasketball\n[your-email] <wordpress@basketball.stm>\nFrom: <[your-email]>\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Basketball\ntimur@stylemix.net\nReply-To: [your-email]\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'FAQ Feedback', '', 'publish', 'closed', 'closed', '', 'faq-feedback', '', '', '2016-05-12 09:25:47', '2016-05-12 09:25:47', '', 0, 'http://splash.stylemixthemes.com//?post_type=wpcf7_contact_form&amp;p=781', 0, 'wpcf7_contact_form', '', 0),
(1742, 1, '2016-09-27 07:18:43', '2016-09-27 07:18:43', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nAmerican Football \"[your-subject]\"\n[your-name] <wordpress@basketball.stylemixthemes.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on American Football (http://splash.stylemixthemes.com/)\ninfo@af.com\nReply-To: [your-email]\n\n0\n0\n\nAmerican Football \"[your-subject]\"\nAmerican Football <wordpress@basketball.stylemixthemes.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on American Football (http://splash.stylemixthemes.com/)\n[your-email]\nReply-To: info@af.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2-3', '', '', '2016-09-27 07:18:43', '2016-09-27 07:18:43', '', 0, 'http://splash.stylemixthemes.com//?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(2059, 1, '2020-03-17 20:33:52', '2020-03-17 18:33:52', '', 'Default', '', 'publish', 'closed', 'closed', '', 'default-461836', '', '', '2020-03-17 20:35:33', '2020-03-17 18:35:33', '', 0, '', 0, 'clever_menu_theme', '', 0),
(2028, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'No Result', '', 'publish', 'closed', 'closed', '', 'noresult', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_outcome/noresult/', 50, 'sp_outcome', '', 0),
(2027, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Tie', '', 'publish', 'closed', 'closed', '', 'tie', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_outcome/tie/', 40, 'sp_outcome', '', 0),
(2034, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'R', 'Runs', 'publish', 'closed', 'closed', '', 'runs', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/runs/', 20, 'sp_performance', '', 0),
(1878, 1, '2020-03-16 11:14:46', '2020-03-16 09:14:46', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"We have updated our Learning Platform. To see the changes and a how to guide click learn more\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_btn title=\"LEARN MORE\" color=\"green\" size=\"lg\" align=\"left\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Explore Cricket Australia Coaching\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\r\n\r\n<a href=\"#\">Coach Insurance</a>\r\n<a href=\"#\">Code of Behaviour</a>\r\n<a href=\"#\">Community Coach</a>\r\n<a href=\"#\">High Performance Coach</a>\r\n<a href=\"#\">Introduction to Cricket</a>\r\n<a href=\"#\">Representative Coach</a>\r\n<a href=\"#\">Role of the a coach</a>\r\n<a href=\"#\">Woolworths Cricket Blast</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Courses &amp; Workshops</strong></a>\r\n\r\n<a href=\"#\">Course Listing Page</a>\r\n<a href=\"#\">How to guide</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>FAQs</strong></a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>The Resource Kit Bag</strong></a>\r\n\r\n<a href=\"#\">Junior Formats</a>\r\n<a href=\"#\">Leading the game</a>\r\n<a href=\"#\">Prepare to perform</a>\r\n<a href=\"#\">Scoring Runs</a>\r\n<a href=\"#\">Skills Videos</a>\r\n<a href=\"#\">Taking Wickets</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Cricket Australia Coaching proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Coaches', '', 'publish', 'closed', 'closed', '', 'coach', '', '', '2020-03-24 19:43:18', '2020-03-24 17:43:18', '', 0, 'https://southafricacricket.co.za/?page_id=1878', 0, 'page', '', 0),
(1879, 1, '2020-03-16 11:14:46', '2020-03-16 11:14:46', '', 'Coach', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-16 11:14:46', '2020-03-16 11:14:46', '', 1878, 'https://southafricacricket.co.za/?p=1879', 0, 'revision', '', 0),
(1880, 1, '2020-03-16 11:18:08', '2020-03-16 11:18:08', '[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3>Umpire\'s Insights</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" css=\".vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=p-nWhXof7Bk\" el_aspect=\"43\" css=\".vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}\"]\r\n<p style=\"text-align: left;\">The CSA Umpire Pathway</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text css=\".vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"]Join Cricket Umpires South Africa to get access to more resources like these.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER TODAY\" style=\"classic\" color=\"success\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Umpire', '', 'publish', 'closed', 'closed', '', 'umpire', '', '', '2020-03-21 19:19:50', '2020-03-21 17:19:50', '', 0, 'https://southafricacricket.co.za/?page_id=1880', 0, 'page', '', 0),
(1881, 1, '2020-03-16 11:18:08', '2020-03-16 11:18:08', '', 'Umpire', '', 'inherit', 'closed', 'closed', '', '1880-revision-v1', '', '', '2020-03-16 11:18:08', '2020-03-16 11:18:08', '', 1880, 'https://southafricacricket.co.za/1880-revision-v1/', 0, 'revision', '', 0),
(1882, 1, '2020-03-16 11:19:09', '2020-03-16 11:19:09', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1584811865327{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/Image-URL-1.jpg?id=2247) !important;}\"][vc_column][vc_empty_space height=\"250px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=6CLTa2RdHNg\"][vc_column_text css=\".vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"]By signing up as a School Ambassador, you are taking the first step along the journey to ensuring your students live active and healthy lives.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER NOW\" color=\"success\" align=\"left\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'School Ambassador Program', '', 'publish', 'closed', 'closed', '', 'school-ambassador-program', '', '', '2020-03-21 19:32:52', '2020-03-21 17:32:52', '', 0, 'https://southafricacricket.co.za/?page_id=1882', 0, 'page', '', 0),
(1883, 1, '2020-03-16 11:19:09', '2020-03-16 11:19:09', '', 'School Ambassador Program', '', 'inherit', 'closed', 'closed', '', '1882-revision-v1', '', '', '2020-03-16 11:19:09', '2020-03-16 11:19:09', '', 1882, 'https://southafricacricket.co.za/1882-revision-v1/', 0, 'revision', '', 0),
(1884, 1, '2020-03-16 11:19:35', '2020-03-16 11:19:35', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"20px\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" equal_height=\"yes\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'publish', 'closed', 'closed', '', 'premier-cricket', '', '', '2020-03-24 22:49:26', '2020-03-24 20:49:26', '', 0, 'https://southafricacricket.co.za/?page_id=1884', 0, 'page', '', 0),
(1885, 1, '2020-03-16 11:19:35', '2020-03-16 11:19:35', '', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-16 11:19:35', '2020-03-16 11:19:35', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(1887, 1, '2020-03-16 11:19:49', '2020-03-16 11:19:49', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814170402{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/clubs-hdr-bg.jpg?id=2253) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Cricket Australia supports grassroots cricket clubs by providing a wealth of resources to enable your club to thrive.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Clubs proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Clubs', '', 'publish', 'closed', 'closed', '', 'clubs', '', '', '2020-03-21 20:11:05', '2020-03-21 18:11:05', '', 0, 'https://southafricacricket.co.za/?page_id=1887', 0, 'page', '', 0),
(1888, 1, '2020-03-16 11:19:49', '2020-03-16 11:19:49', '', 'Clubs', '', 'inherit', 'closed', 'closed', '', '1887-revision-v1', '', '', '2020-03-16 11:19:49', '2020-03-16 11:19:49', '', 1887, 'https://southafricacricket.co.za/1887-revision-v1/', 0, 'revision', '', 0),
(1889, 1, '2020-03-16 11:21:23', '2020-03-16 11:21:23', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Backyard to Baggy Green\" font_container=\"tag:h3|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Cricket is Australia’s favourite sport; millions enjoy the opportunity to play this great game and rise through its ranks\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>South African Cricket Pathway</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Explore South African Cricket Pathway</h3>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'publish', 'closed', 'closed', '', 'south-africa-cricket-pathway', '', '', '2020-03-22 00:23:29', '2020-03-21 22:23:29', '', 0, 'https://southafricacricket.co.za/?page_id=1889', 0, 'page', '', 0),
(1890, 1, '2020-03-16 11:21:23', '2020-03-16 11:21:23', '', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-revision-v1', '', '', '2020-03-16 11:21:23', '2020-03-16 11:21:23', '', 1889, 'https://southafricacricket.co.za/1889-revision-v1/', 0, 'revision', '', 0),
(1891, 1, '2020-03-16 11:29:18', '2020-03-16 11:29:18', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css\"][vc_column width=\"1/3\" css=\".vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_empty_space][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-03-24 22:50:00', '2020-03-24 20:50:00', '', 0, 'https://southafricacricket.co.za/?page_id=1891', 0, 'page', '', 0),
(1892, 1, '2020-03-16 11:29:18', '2020-03-16 11:29:18', '', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-16 11:29:18', '2020-03-16 11:29:18', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(1895, 1, '2020-03-16 11:33:13', '2020-03-16 11:33:13', '', 'First Preset', '', 'publish', 'closed', 'closed', '', 'first-preset', '', '', '2020-03-16 11:33:13', '2020-03-16 11:33:13', '', 0, 'https://southafricacricket.co.za/first-preset/', 0, 'groovy_menu_preset', '', 0),
(1903, 1, '2020-03-16 11:36:26', '2020-03-16 11:36:26', '', 'Umpires South Africa Cricket', '', 'inherit', 'open', 'closed', '', 'umpires-south-africa-cricket', '', '', '2020-03-16 11:36:26', '2020-03-16 11:36:26', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Umpires-South-Africa-Cricket.png', 0, 'attachment', 'image/png', 0),
(1904, 1, '2020-03-16 11:36:33', '2020-03-16 11:36:33', '', 'Coaches South Africa Cricket', '', 'inherit', 'open', 'closed', '', 'coaches-south-africa-cricket', '', '', '2020-03-16 11:36:33', '2020-03-16 11:36:33', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Coaches-South-Africa-Cricket.png', 0, 'attachment', 'image/png', 0),
(1905, 1, '2020-03-16 11:36:40', '2020-03-16 11:36:40', '', 'PNG Mzansi Cricket Dropdown menu (5)', '', 'inherit', 'open', 'closed', '', 'png-mzansi-cricket-dropdown-menu-5', '', '', '2020-03-16 11:36:40', '2020-03-16 11:36:40', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-5.png', 0, 'attachment', 'image/png', 0),
(1906, 1, '2020-03-16 11:36:47', '2020-03-16 11:36:47', '', 'PNG Mzansi Cricket Dropdown menu (3)', '', 'inherit', 'open', 'closed', '', 'png-mzansi-cricket-dropdown-menu-3', '', '', '2020-03-16 11:36:47', '2020-03-16 11:36:47', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-3.png', 0, 'attachment', 'image/png', 0),
(1907, 1, '2020-03-16 11:36:53', '2020-03-16 11:36:53', '', 'PNG Mzansi Cricket Dropdown menu (6)', '', 'inherit', 'open', 'closed', '', 'png-mzansi-cricket-dropdown-menu-6', '', '', '2020-03-16 11:36:53', '2020-03-16 11:36:53', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-6.png', 0, 'attachment', 'image/png', 0),
(1908, 1, '2020-03-16 11:36:57', '2020-03-16 11:36:57', '', 'PNG Mzansi Cricket Dropdown menu (1)', '', 'inherit', 'open', 'closed', '', 'png-mzansi-cricket-dropdown-menu-1', '', '', '2020-03-16 11:36:57', '2020-03-16 11:36:57', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-1.png', 0, 'attachment', 'image/png', 0),
(1909, 1, '2020-03-16 11:37:02', '2020-03-16 11:37:02', '', 'PNG Mzansi Cricket Dropdown menu (2)', '', 'inherit', 'open', 'closed', '', 'png-mzansi-cricket-dropdown-menu-2', '', '', '2020-03-16 11:37:02', '2020-03-16 11:37:02', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-2.png', 0, 'attachment', 'image/png', 0),
(1910, 1, '2020-03-16 11:37:08', '2020-03-16 11:37:08', '', 'PNG Mzansi Cricket Dropdown menu (4)', '', 'inherit', 'open', 'closed', '', 'png-mzansi-cricket-dropdown-menu-4', '', '', '2020-03-16 11:37:08', '2020-03-16 11:37:08', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/PNG-Mzansi-Cricket-Dropdown-menu-4.png', 0, 'attachment', 'image/png', 0),
(1911, 1, '2020-03-16 11:37:13', '2020-03-16 11:37:13', '', 'Mzansi Cricket Dropdown menu (4)', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-dropdown-menu-4', '', '', '2020-03-16 11:37:13', '2020-03-16 11:37:13', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-Dropdown-menu-4.png', 0, 'attachment', 'image/png', 0),
(1912, 1, '2020-03-16 11:37:20', '2020-03-16 11:37:20', '', 'Mzansi Cricket Dropdown menu (2)', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-dropdown-menu-2', '', '', '2020-03-16 11:37:20', '2020-03-16 11:37:20', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-Dropdown-menu-2.png', 0, 'attachment', 'image/png', 0),
(1913, 1, '2020-03-16 11:37:26', '2020-03-16 11:37:26', '', 'Mzansi Cricket Dropdown menu (1)', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-dropdown-menu-1', '', '', '2020-03-16 11:37:26', '2020-03-16 11:37:26', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-Dropdown-menu-1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1914, 1, '2020-03-16 11:37:31', '2020-03-16 11:37:31', '', 'Mzansi Cricket Dropdown menu (5)', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-dropdown-menu-5', '', '', '2020-03-16 11:37:31', '2020-03-16 11:37:31', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-Dropdown-menu-5.png', 0, 'attachment', 'image/png', 0),
(1915, 1, '2020-03-16 11:37:34', '2020-03-16 11:37:34', '', 'Mzansi Cricket Dropdown menu (6)', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-dropdown-menu-6', '', '', '2020-03-16 11:37:34', '2020-03-16 11:37:34', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-Dropdown-menu-6.png', 0, 'attachment', 'image/png', 0),
(1916, 1, '2020-03-16 11:37:40', '2020-03-16 11:37:40', '', 'Mzansi Cricket Dropdown menu (3)', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-dropdown-menu-3', '', '', '2020-03-16 11:37:40', '2020-03-16 11:37:40', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-Dropdown-menu-3.png', 0, 'attachment', 'image/png', 0),
(1917, 1, '2020-03-16 11:37:46', '2020-03-16 11:37:46', '', 'Mzansi Cricket logo', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-logo', '', '', '2020-03-16 11:37:46', '2020-03-16 11:37:46', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-logo.png', 0, 'attachment', 'image/png', 0),
(1918, 1, '2020-03-16 11:37:59', '2020-03-16 11:37:59', '', 'image', '', 'inherit', 'open', 'closed', '', 'image', '', '', '2020-03-16 11:37:59', '2020-03-16 11:37:59', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/image.png', 0, 'attachment', 'image/png', 0),
(2080, 1, '2020-03-17 19:29:56', '0000-00-00 00:00:00', '<p>[vc_row][vc_column][vc_single_image image=\"2073\" alignment=\"center\"][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:29:56', '2020-03-17 17:29:56', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2080', 0, 'clever_menu', '', 0),
(1928, 1, '2020-03-21 20:11:03', '2020-03-21 18:11:03', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814170402{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/clubs-hdr-bg.jpg?id=2253) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Cricket Australia supports grassroots cricket clubs by providing a wealth of resources to enable your club to thrive.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Clubs proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Clubs', '', 'inherit', 'closed', 'closed', '', '1887-autosave-v1', '', '', '2020-03-21 20:11:03', '2020-03-21 18:11:03', '', 1887, 'https://southafricacricket.co.za/1887-autosave-v1/', 0, 'revision', '', 0),
(1965, 1, '2020-03-16 22:07:33', '2020-03-16 22:07:33', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=UY97ZN_CT4w\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-16 22:07:33', '2020-03-16 22:07:33', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(1929, 2, '2020-03-16 15:54:28', '2020-03-16 15:54:28', '[vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:50|text_align:left\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_column_text]\r\n<p class=\"title\">Destroy the semi-circle</p>\r\nThe horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_column_text]\r\n<p class=\"title\">Shopping for a bat</p>\r\nGreg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_column_text]\r\n<p class=\"title\">Take Wickets</p>\r\nTake a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_column_text]\r\n<p class=\"title\">Score Runs</p>\r\nTake a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Join Cricket Coaches Australia to get access to more resources like these.[/vc_column_text][stm_button link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row]', 'Coach', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-16 15:54:28', '2020-03-16 15:54:28', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(1930, 1, '2020-03-16 20:39:06', '2020-03-16 20:39:06', '[vc_row][vc_column][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584390962043{background-color: #d8d8d8 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Join Cricket Coaches Australia to get access to more resources like these.[/vc_column_text][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row]', 'Coach', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-16 20:39:06', '2020-03-16 20:39:06', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(1931, 1, '2020-03-16 20:43:07', '2020-03-16 20:43:07', 'https://southafricacricket.co.za/wp-content/uploads/2020/03/cropped-Mzansi-Cricket-logo.png', 'cropped-Mzansi-Cricket-logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-mzansi-cricket-logo-png', '', '', '2020-03-16 20:43:07', '2020-03-16 20:43:07', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/cropped-Mzansi-Cricket-logo.png', 0, 'attachment', 'image/png', 0),
(1935, 1, '2020-03-16 20:45:55', '2020-03-16 20:45:55', '', '', '', 'inherit', 'open', 'closed', '', 'momentum-one-day-cup-hollywoodbets-dolphins-v-imperial-lions', '', '', '2020-03-16 20:46:05', '2020-03-16 20:46:05', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/jjjjjjjjjjjjjjjjjjjjjjjj-800x480-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1936, 1, '2020-03-16 20:46:58', '2020-03-16 20:46:58', '', 'linear-gradient', '', 'inherit', 'open', 'closed', '', 'linear-gradient', '', '', '2020-03-16 20:46:58', '2020-03-16 20:46:58', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/linear-gradient.png', 0, 'attachment', 'image/png', 0),
(1956, 1, '2020-03-22 02:01:19', '2020-03-22 00:01:19', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\n2019/20 Has Now Been Exhausted.\nExpressions Of Interest For The\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\n<h2 style=\"text-align: center;\">Coaches</h2>\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\n<h2 style=\"text-align: center;\">Umpires</h2>\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-autosave-v1', '', '', '2020-03-22 02:01:19', '2020-03-22 00:01:19', '', 1891, 'https://southafricacricket.co.za/1891-autosave-v1/', 0, 'revision', '', 0),
(1957, 1, '2020-03-16 21:14:16', '2020-03-16 21:14:16', '<p>[vc_row][vc_column][rev_slider][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-16 21:14:16', '2020-03-16 21:14:16', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(1958, 1, '2020-03-16 21:18:49', '2020-03-16 21:18:49', '[vc_row][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\" offset=\"\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space][vc_custom_heading text=\"Players\" font_container=\"tag:h2|text_align:center\"][vc_column_text]Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][stm_button link=\"|title:LEARN%20MORE||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_button link=\"|title:LEARN%20MORE||\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-16 21:18:49', '2020-03-16 21:18:49', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(1962, 1, '2020-03-16 21:38:36', '2020-03-16 21:38:36', '', 'players-right', '', 'inherit', 'open', 'closed', '', 'players-right', '', '', '2020-03-16 21:38:36', '2020-03-16 21:38:36', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/players-right.png', 0, 'attachment', 'image/png', 0),
(1961, 1, '2020-03-16 21:38:30', '2020-03-16 21:38:30', '', 'players-left', '', 'inherit', 'open', 'closed', '', 'players-left', '', '', '2020-03-16 21:38:30', '2020-03-16 21:38:30', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/players-left.png', 0, 'attachment', 'image/png', 0),
(1963, 1, '2020-03-16 21:48:38', '2020-03-16 21:48:38', '', 'image-full-coaches-umpires', '', 'inherit', 'open', 'closed', '', 'image-full-coaches-umpires', '', '', '2020-03-16 21:48:38', '2020-03-16 21:48:38', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires.jpg', 0, 'attachment', 'image/jpeg', 0),
(1964, 1, '2020-03-16 22:03:30', '2020-03-16 22:03:30', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=UY97ZN_CT4w\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584395360285{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584395208154{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-16 22:03:30', '2020-03-16 22:03:30', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(1966, 1, '2020-03-16 22:11:07', '2020-03-16 22:11:07', '', 'image-full-clubs', '', 'inherit', 'open', 'closed', '', 'image-full-clubs', '', '', '2020-03-16 22:11:07', '2020-03-16 22:11:07', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs.jpg', 0, 'attachment', 'image/jpeg', 0),
(1967, 1, '2020-03-16 22:15:07', '2020-03-16 22:15:07', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=UY97ZN_CT4w\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket Australia is taking the responsibility to train, resource and genuinely reward teachers to deliver high quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-16 22:15:07', '2020-03-16 22:15:07', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(1969, 1, '2020-03-16 22:21:21', '2020-03-16 22:21:21', '', 'cropped-cropped-header-1', '', 'inherit', 'open', 'closed', '', 'cropped-cropped-header-1', '', '', '2020-03-16 22:21:21', '2020-03-16 22:21:21', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/cropped-cropped-header-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(1970, 1, '2020-03-16 22:22:46', '2020-03-16 22:22:46', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" video_bg=\"yes\" video_bg_url=\"https://www.youtube.com/watch?v=UY97ZN_CT4w\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket Australia is taking the responsibility to train, resource and genuinely reward teachers to deliver high quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-16 22:22:46', '2020-03-16 22:22:46', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2026, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Draw', '', 'publish', 'closed', 'closed', '', 'draw', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_outcome/draw/', 30, 'sp_outcome', '', 0),
(2025, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Loss', '', 'publish', 'closed', 'closed', '', 'loss', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_outcome/loss/', 20, 'sp_outcome', '', 0),
(2024, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Win', '', 'publish', 'closed', 'closed', '', 'win', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_outcome/win/', 10, 'sp_outcome', '', 0),
(2030, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Wickets Lost', 'Wickets lost', 'publish', 'closed', 'closed', '', 'wicketslost', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_result/wicketslost/', 20, 'sp_result', '', 0),
(2035, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'B', 'Balls', 'publish', 'closed', 'closed', '', 'b', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/b/', 30, 'sp_performance', '', 0),
(2043, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'W', 'Wins', 'publish', 'closed', 'closed', '', 'w', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/w/', 20, 'sp_column', '', 0),
(2055, 1, '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 'SR', 'Strike Rate', 'publish', 'closed', 'closed', '', 'sr', '', '', '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 0, 'https://southafricacricket.co.za/sp_statistic/sr/', 140, 'sp_statistic', '', 0),
(2052, 1, '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 'Weight', '', 'publish', 'closed', 'closed', '', 'weight', '', '', '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 0, 'https://southafricacricket.co.za/sp_metric/weight/', 120, 'sp_metric', '', 0),
(2051, 1, '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 'Height', '', 'publish', 'closed', 'closed', '', 'height', '', '', '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 0, 'https://southafricacricket.co.za/sp_metric/height/', 100, 'sp_metric', '', 0),
(2056, 2, '2020-03-18 10:31:12', '2020-03-18 08:31:12', '[vc_row][vc_column][vc_column_text]\n<h3>Umpire\'s Insights</h3>\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1584519868634{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1584519657435{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 1px !important;padding-right: 1px !important;padding-bottom: 1px !important;padding-left: 1px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=p-nWhXof7Bk\" el_width=\"60\" el_aspect=\"43\" css=\".vc_custom_1584519956665{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"][vc_column_text css=\".vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}\"]\n<p style=\"text-align: left;\">The CSA Umpire Pathway</p>\n[/vc_column_text][vc_column_text css=\".vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"]Join Cricket Umpires South Africa to get access to more resources like these.[/vc_column_text][vc_btn title=\"REGISTER TODAY\" style=\"classic\" color=\"success\"][/vc_column][/vc_row]', 'Umpire', '', 'inherit', 'closed', 'closed', '', '1880-autosave-v1', '', '', '2020-03-18 10:31:12', '2020-03-18 08:31:12', '', 1880, 'https://southafricacricket.co.za/1880-autosave-v1/', 0, 'revision', '', 0),
(2237, 1, '2020-03-21 03:16:32', '2020-03-21 01:16:32', '', 'Cricket Pathway', '', 'publish', 'closed', 'closed', '', 'cricket-pathway-2', '', '', '2020-03-21 03:16:32', '2020-03-21 01:16:32', '', 0, 'https://southafricacricket.co.za/cricket-pathway-2/', 6, 'nav_menu_item', '', 0),
(2138, 1, '2020-03-18 15:05:05', '2020-03-18 13:05:05', ' ', '', '', 'publish', 'closed', 'closed', '', '2138', '', '', '2020-03-18 15:05:05', '2020-03-18 13:05:05', '', 0, 'https://southafricacricket.co.za/2138/', 1, 'nav_menu_item', '', 0),
(2060, 1, '2020-03-17 19:07:00', '0000-00-00 00:00:00', '<p>[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:07:00', '2020-03-17 17:07:00', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2060', 0, 'clever_menu', '', 0),
(2023, 1, '2020-03-17 18:56:55', '2020-03-17 16:56:55', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2020-03-17 18:56:55', '2020-03-17 16:56:55', '', 0, 'https://southafricacricket.co.za/?elementor_library=default-kit', 0, 'elementor_library', '', 0),
(2029, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'Runs', 'Runs', 'publish', 'closed', 'closed', '', 'runs', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_result/runs/', 10, 'sp_result', '', 0),
(2033, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', '&nbsp;', 'Notes', 'publish', 'closed', 'closed', '', 'notes', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_performance/notes/', 10, 'sp_performance', '', 0),
(2042, 1, '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 'P', 'Matches played', 'publish', 'closed', 'closed', '', 'p', '', '', '2020-03-17 18:58:27', '2020-03-17 16:58:27', '', 0, 'https://southafricacricket.co.za/sp_column/p/', 10, 'sp_column', '', 0),
(2054, 1, '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 'Mat', 'Matches played', 'publish', 'closed', 'closed', '', 'mat', '', '', '2020-03-17 18:58:28', '2020-03-17 16:58:28', '', 0, 'https://southafricacricket.co.za/sp_statistic/mat/', 130, 'sp_statistic', '', 0),
(2175, 2, '2020-03-18 17:01:18', '2020-03-18 15:01:18', '', '234885.3', '', 'inherit', 'open', 'closed', '', '234885-3', '', '', '2020-03-18 17:01:18', '2020-03-18 15:01:18', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/234885.3.jpg', 0, 'attachment', 'image/jpeg', 0),
(1972, 1, '2020-03-17 01:41:48', '2020-03-16 23:41:48', '', 'PLAY', '', 'publish', 'closed', 'closed', '', 'play-2', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=1972', 11, 'nav_menu_item', '', 0),
(1973, 1, '2020-03-17 01:41:48', '2020-03-16 23:41:48', ' ', '', '', 'publish', 'closed', 'closed', '', '1973', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=1973', 1, 'nav_menu_item', '', 0),
(1976, 1, '2020-03-17 13:03:45', '2020-03-17 11:03:45', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1917\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][/vc_column][/vc_row]', 'Default', '', 'publish', 'closed', 'closed', '', 'default', '', '', '2020-03-17 13:03:45', '2020-03-17 11:03:45', '', 0, 'https://southafricacricket.co.za/?post_type=bbhd_content&#038;p=1976', 0, 'bbhd_content', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1982, 1, '2020-03-17 13:19:23', '2020-03-17 11:19:23', '[vc_row][vc_column width=\"1/6\"][vc_single_image image=\"1909\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Join over 30,000 registered coaches.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1909\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Join over 30,000 registered coaches.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1909\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Join over 30,000 registered coaches.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]', 'Menu 1', '', 'publish', 'closed', 'closed', '', 'menu-1', '', '', '2020-03-17 13:19:23', '2020-03-17 11:19:23', '', 0, 'https://southafricacricket.co.za/?post_type=bbhd_megamenu&#038;p=1982', 0, 'bbhd_megamenu', '', 0),
(1984, 1, '2020-03-17 13:22:58', '2020-03-17 11:22:58', '[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"1917\" alignment=\"center\"][/vc_column][vc_column width=\"3/4\"][bbhd_menu_horizontal menu=\"primary\" color=\"\" text_align=\"\"][/vc_column][/vc_row]', 'Default', '', 'inherit', 'closed', 'closed', '', '1976-autosave-v1', '', '', '2020-03-17 13:22:58', '2020-03-17 11:22:58', '', 1976, 'https://southafricacricket.co.za/1976-autosave-v1/', 0, 'revision', '', 0),
(1985, 1, '2020-03-17 13:21:45', '2020-03-17 11:21:45', '[vc_row][vc_column width=\"1/6\"][vc_single_image image=\"1909\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Join over 30,000 registered coaches.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1909\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Join over 30,000 registered coaches.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1909\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]Join over 30,000 registered coaches.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]', 'Menu 1', '', 'inherit', 'closed', 'closed', '', '1982-autosave-v1', '', '', '2020-03-17 13:21:45', '2020-03-17 11:21:45', '', 1982, 'https://southafricacricket.co.za/1982-autosave-v1/', 0, 'revision', '', 0),
(1989, 2, '2020-03-24 19:42:10', '2020-03-24 17:42:10', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"We have updated our Learning Platform. To see the changes and a how to guide click learn more\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_btn title=\"LEARN MORE\" color=\"green\" size=\"lg\" align=\"left\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Explore Cricket Australia Coaching\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\n\n<a href=\"#\">Coach Insurance</a>\n<a href=\"#\">Code of Behaviour</a>\n<a href=\"#\">Community Coach</a>\n<a href=\"#\">High Performance Coach</a>\n<a href=\"#\">Introduction to Cricket</a>\n<a href=\"#\">Representative Coach</a>\n<a href=\"#\">Role of the a coach</a>\n<a href=\"#\">Woolworths Cricket Blast</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Courses &amp; Workshops</strong></a>\n\n<a href=\"#\">Course Listing Page</a>\n<a href=\"#\">How to guide</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>FAQs</strong></a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>The Resource Kit Bag</strong></a>\n\n<a href=\"#\">Junior Formats</a>\n<a href=\"#\">Leading the game</a>\n<a href=\"#\">Prepare to perform</a>\n<a href=\"#\">Scoring Runs</a>\n<a href=\"#\">Skills Videos</a>\n<a href=\"#\">Taking Wickets</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Cricket Australia Coaching proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-autosave-v1', '', '', '2020-03-24 19:42:10', '2020-03-24 17:42:10', '', 1878, 'https://southafricacricket.co.za/1878-autosave-v1/', 0, 'revision', '', 0),
(1991, 2, '2020-03-17 15:55:32', '2020-03-17 13:55:32', '[vc_row][vc_column][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584390962043{background-color: #d8d8d8 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Join Cricket Coaches South Africa to get access to more resources like these.[/vc_column_text][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row]', 'Coach', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-17 15:55:32', '2020-03-17 13:55:32', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2002, 1, '2020-03-17 16:17:21', '2020-03-17 14:17:21', '', 'a5', '', 'inherit', 'open', 'closed', '', 'a5', '', '', '2020-03-17 16:17:21', '2020-03-17 14:17:21', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/a5.png', 0, 'attachment', 'image/png', 0),
(2001, 1, '2020-03-17 16:17:17', '2020-03-17 14:17:17', '', 'a4', '', 'inherit', 'open', 'closed', '', 'a4', '', '', '2020-03-17 16:17:17', '2020-03-17 14:17:17', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/a4.png', 0, 'attachment', 'image/png', 0),
(2000, 1, '2020-03-17 16:17:12', '2020-03-17 14:17:12', '', 'a3', '', 'inherit', 'open', 'closed', '', 'a3', '', '', '2020-03-17 16:17:12', '2020-03-17 14:17:12', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/a3.png', 0, 'attachment', 'image/png', 0),
(1998, 1, '2020-03-17 16:16:59', '2020-03-17 14:16:59', '', 'a1', '', 'inherit', 'open', 'closed', '', 'a1', '', '', '2020-03-17 16:16:59', '2020-03-17 14:16:59', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/a1.png', 0, 'attachment', 'image/png', 0),
(1999, 1, '2020-03-17 16:17:06', '2020-03-17 14:17:06', '', 'a2', '', 'inherit', 'open', 'closed', '', 'a2', '', '', '2020-03-17 16:17:06', '2020-03-17 14:17:06', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/a2.png', 0, 'attachment', 'image/png', 0),
(2003, 1, '2020-03-17 16:17:27', '2020-03-17 14:17:27', '', 'a6', '', 'inherit', 'open', 'closed', '', 'a6', '', '', '2020-03-17 16:17:27', '2020-03-17 14:17:27', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/a6.png', 0, 'attachment', 'image/png', 0),
(2004, 1, '2020-03-17 16:30:09', '2020-03-17 14:30:09', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584455405250{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket Australia is taking the responsibility to train, resource and genuinely reward teachers to deliver high quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-17 16:30:09', '2020-03-17 14:30:09', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2010, 1, '2020-03-17 18:36:46', '2020-03-17 16:36:46', '<ul id=\"menu-temp\"><li id=\"menu-item-1973\" ><a title=\"HOME\" href=\"https://southafricacricket.co.za/\" data-text=\"HOME\">HOME</a></li>\n<li id=\"menu-item-1971\" ><a title=\"COMMUNITY\" href=\"#\" aria-haspopup=\"true\" data-text=\"COMMUNITY\">COMMUNITY</a>\n<ul role=\"menu\">\n	<li id=\"menu-item-2015\" ></li>\n</ul>\n</li>\n<li id=\"menu-item-1972\" ><a title=\"PLAY\" href=\"#\" data-text=\"PLAY\">PLAY</a></li>\n</ul>						\n																<ul>\n									<li></li>\n									<li></li>\n								</ul>\n		<style>@media (min-width:992px){.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 #theplus-navigation-normal-menu{display: block!important;}.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 #plus-mobile-nav-toggle-nav-menu5e71024b1aaa27ddc165.collapse.in{display:none;}}@media (max-width:991px){.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 #theplus-navigation-normal-menu{display:none !important;}.plus-navigation-wrap.nav-menu5e71024b1aaa27ddc165 .plus-mobile-nav-toggle.mobile-toggle{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center;-webkit-justify-content: flex-end;-moz-justify-content: flex-end;-ms-justify-content: flex-end;justify-content: flex-end;}.plus-navigation-wrap .plus-mobile-menu-content.collapse.swiper-container{display: block;}}</style>', 'Coaches', '', 'publish', 'closed', 'closed', '', 'coaches', '', '', '2020-03-17 19:00:59', '2020-03-17 17:00:59', '', 0, 'https://southafricacricket.co.za/?post_type=plus-mega-menu&#038;p=2010', 0, 'plus-mega-menu', '', 0),
(2011, 1, '2020-03-17 18:36:46', '2020-03-17 16:36:46', '', 'Coaches', '', 'inherit', 'closed', 'closed', '', '2010-revision-v1', '', '', '2020-03-17 18:36:46', '2020-03-17 16:36:46', '', 2010, 'https://southafricacricket.co.za/2010-revision-v1/', 0, 'revision', '', 0),
(2014, 1, '2020-03-17 18:38:28', '2020-03-17 16:38:28', '[vc_row][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '2010-revision-v1', '', '', '2020-03-17 18:38:28', '2020-03-17 16:38:28', '', 2010, 'https://southafricacricket.co.za/2010-revision-v1/', 0, 'revision', '', 0),
(2174, 1, '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 'COMMUNITY', '', 'publish', 'closed', 'closed', '', 'community-2', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2174', 2, 'nav_menu_item', '', 0),
(2016, 1, '2020-03-17 18:40:42', '2020-03-17 16:40:42', '', 'COMMUNITY', '', 'publish', 'closed', 'closed', '', 'community-3', '', '', '2020-03-24 22:54:09', '2020-03-24 20:54:09', '', 0, 'https://southafricacricket.co.za/?p=2016', 2, 'nav_menu_item', '', 0),
(2017, 1, '2020-03-17 18:40:42', '2020-03-17 16:40:42', '', 'PLAY', '', 'publish', 'closed', 'closed', '', 'play-3', '', '', '2020-03-24 22:54:09', '2020-03-24 20:54:09', '', 0, 'https://southafricacricket.co.za/?p=2017', 3, 'nav_menu_item', '', 0),
(2063, 1, '2020-03-17 19:13:19', '0000-00-00 00:00:00', '', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:13:19', '0000-00-00 00:00:00', '', 0, 'https://southafricacricket.co.za/?p=2063', 1, 'nav_menu_item', '', 0),
(2089, 1, '2020-03-17 19:54:28', '0000-00-00 00:00:00', '<p>[vc_row css=\".vc_custom_1584465160701{background-color: #417502 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 19:54:28', '2020-03-17 17:54:28', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2089', 0, 'clever_menu', '', 0),
(2092, 1, '2020-03-17 20:12:32', '0000-00-00 00:00:00', '<p>[vc_row css=\".vc_custom_1584465160701{background-color: #417502 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-17 20:12:32', '2020-03-17 18:12:32', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2092', 0, 'clever_menu', '', 0),
(2102, 1, '2020-03-17 20:30:55', '2020-03-17 18:30:55', '', 'HOME', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2020-03-24 22:54:09', '2020-03-24 20:54:09', '', 0, 'https://southafricacricket.co.za/?p=2102', 1, 'nav_menu_item', '', 0),
(2103, 2, '2020-03-18 09:55:32', '2020-03-18 07:55:32', '[vc_row][vc_column][vc_column_text]\r\n<h3>Umpire\'s Insights</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row gap=\"10\" css=\".vc_custom_1584466121251{border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column][vc_video link=\"https://www.youtube.com/watch?v=p-nWhXof7Bk\" el_width=\"60\" el_aspect=\"43\"][vc_column_text]\r\n<p style=\"text-align: left;\">The CSA Umpire Pathway</p>\r\n[/vc_column_text][vc_column_text]Join Cricket Umpires South Africa to get access to more resources like these.[/vc_column_text][vc_btn title=\"REGISTER TODAY\" style=\"classic\" color=\"success\"][/vc_column][vc_column][/vc_column][vc_column][/vc_column][/vc_row]', 'Umpire', '', 'inherit', 'closed', 'closed', '', '1880-revision-v1', '', '', '2020-03-18 09:55:32', '2020-03-18 07:55:32', '', 1880, 'https://southafricacricket.co.za/1880-revision-v1/', 0, 'revision', '', 0),
(2229, 1, '2020-03-21 02:54:09', '2020-03-21 00:54:09', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\" offset=\"\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3>Umpire\'s Insights</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" css=\".vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=p-nWhXof7Bk\" el_aspect=\"43\" css=\".vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}\"]\r\n<p style=\"text-align: left;\">The CSA Umpire Pathway</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text css=\".vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"]Join Cricket Umpires South Africa to get access to more resources like these.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER TODAY\" style=\"classic\" color=\"success\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Umpire', '', 'inherit', 'closed', 'closed', '', '1880-revision-v1', '', '', '2020-03-21 02:54:09', '2020-03-21 00:54:09', '', 1880, 'https://southafricacricket.co.za/1880-revision-v1/', 0, 'revision', '', 0),
(2104, 2, '2020-03-18 10:31:23', '2020-03-18 08:31:23', '[vc_row][vc_column][vc_column_text]\r\n<h3>Umpire\'s Insights</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1584519868634{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column css=\".vc_custom_1584519657435{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 1px !important;padding-right: 1px !important;padding-bottom: 1px !important;padding-left: 1px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=p-nWhXof7Bk\" el_width=\"60\" el_aspect=\"43\" css=\".vc_custom_1584519956665{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"][vc_column_text css=\".vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}\"]\r\n<p style=\"text-align: left;\">The CSA Umpire Pathway</p>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"]Join Cricket Umpires South Africa to get access to more resources like these.[/vc_column_text][vc_btn title=\"REGISTER TODAY\" style=\"classic\" color=\"success\"][/vc_column][/vc_row]', 'Umpire', '', 'inherit', 'closed', 'closed', '', '1880-revision-v1', '', '', '2020-03-18 10:31:23', '2020-03-18 08:31:23', '', 1880, 'https://southafricacricket.co.za/1880-revision-v1/', 0, 'revision', '', 0),
(2105, 2, '2020-03-18 10:52:27', '2020-03-18 08:52:27', '[vc_row][vc_column][vc_video link=\"https://www.youtube.com/watch?v=6CLTa2RdHNg\" el_width=\"60\" css=\".vc_custom_1584521472977{margin-left: 5px !important;border-left-width: 5px !important;padding-left: 5px !important;}\"][vc_column_text css=\".vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"]By signing up as a School Ambassador, you are taking the first step along the journey to ensuring your students live active and healthy lives.[/vc_column_text][vc_btn title=\"REGISTER NOW\" style=\"classic\" shape=\"round\" color=\"green\" css=\".vc_custom_1584521542798{margin-left: 100px !important;border-left-width: 100px !important;padding-left: 100px !important;}\"][/vc_column][/vc_row]', 'School Ambassador Program', '', 'inherit', 'closed', 'closed', '', '1882-autosave-v1', '', '', '2020-03-18 10:52:27', '2020-03-18 08:52:27', '', 1882, 'https://southafricacricket.co.za/1882-autosave-v1/', 0, 'revision', '', 0),
(2225, 1, '2020-03-21 02:40:12', '2020-03-21 00:40:12', '[vc_row][vc_column width=\"2/3\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=6CLTa2RdHNg\"][vc_column_text css=\".vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"]By signing up as a School Ambassador, you are taking the first step along the journey to ensuring your students live active and healthy lives.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER NOW\" color=\"success\" align=\"left\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'School Ambassador Program', '', 'inherit', 'closed', 'closed', '', '1882-revision-v1', '', '', '2020-03-21 02:40:12', '2020-03-21 00:40:12', '', 1882, 'https://southafricacricket.co.za/1882-revision-v1/', 0, 'revision', '', 0),
(2106, 2, '2020-03-18 10:52:48', '2020-03-18 08:52:48', '[vc_row][vc_column][vc_video link=\"https://www.youtube.com/watch?v=6CLTa2RdHNg\" el_width=\"60\" css=\".vc_custom_1584521472977{margin-left: 5px !important;border-left-width: 5px !important;padding-left: 5px !important;}\"][vc_column_text css=\".vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"]By signing up as a School Ambassador, you are taking the first step along the journey to ensuring your students live active and healthy lives.[/vc_column_text][vc_btn title=\"REGISTER NOW\" style=\"classic\" shape=\"round\" color=\"green\" css=\".vc_custom_1584521542798{margin-left: 100px !important;border-left-width: 100px !important;padding-left: 100px !important;}\"][/vc_column][/vc_row]', 'School Ambassador Program', '', 'inherit', 'closed', 'closed', '', '1882-revision-v1', '', '', '2020-03-18 10:52:48', '2020-03-18 08:52:48', '', 1882, 'https://southafricacricket.co.za/1882-revision-v1/', 0, 'revision', '', 0),
(2107, 1, '2020-03-18 13:27:25', '2020-03-18 11:27:25', '', '986e4f807b13a475260314764215f9aa', '', 'inherit', 'open', 'closed', '', '986e4f807b13a475260314764215f9aa', '', '', '2020-03-18 13:27:25', '2020-03-18 11:27:25', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/986e4f807b13a475260314764215f9aa.jpg', 0, 'attachment', 'image/jpeg', 0),
(2108, 1, '2020-03-18 13:28:00', '2020-03-18 11:28:00', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584530871889{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/986e4f807b13a475260314764215f9aa.jpg?id=2107) !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Cricket Australia is taking the responsibility to train, resource and genuinely reward teachers to deliver high quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-18 13:28:00', '2020-03-18 11:28:00', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2109, 1, '2020-03-18 13:32:58', '2020-03-18 11:32:58', '', 'header-bg-sa', '', 'inherit', 'open', 'closed', '', 'header-bg-sa', '', '', '2020-03-18 13:32:58', '2020-03-18 11:32:58', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/header-bg-sa.jpg', 0, 'attachment', 'image/jpeg', 0),
(2110, 1, '2020-03-18 13:40:20', '2020-03-18 11:40:20', '', 'cricketrs-bg-sa', '', 'inherit', 'open', 'closed', '', 'cricketrs-bg-sa', '', '', '2020-03-18 13:40:20', '2020-03-18 11:40:20', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/cricketrs-bg-sa.jpg', 0, 'attachment', 'image/jpeg', 0),
(2112, 1, '2020-03-18 13:55:34', '2020-03-18 11:55:34', '', 'sa-team-blur', '', 'inherit', 'open', 'closed', '', 'sa-team-blur', '', '', '2020-03-18 13:55:34', '2020-03-18 11:55:34', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg', 0, 'attachment', 'image/jpeg', 0),
(2111, 1, '2020-03-18 13:47:37', '2020-03-18 11:47:37', '', 'sa-cricket-team', '', 'inherit', 'open', 'closed', '', 'sa-cricket-team', '', '', '2020-03-18 13:47:37', '2020-03-18 11:47:37', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-cricket-team.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2113, 1, '2020-03-18 13:58:35', '2020-03-18 11:58:35', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584531342873{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/header-bg-sa.jpg?id=2109) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\" css=\".vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Cricket Australia is taking the responsibility to train, resource and genuinely reward teachers to deliver high quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-18 13:58:35', '2020-03-18 11:58:35', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2114, 1, '2020-03-18 14:02:44', '2020-03-18 12:02:44', '', 'sa-school-cricket', '', 'inherit', 'open', 'closed', '', 'sa-school-cricket', '', '', '2020-03-18 14:02:44', '2020-03-18 12:02:44', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg', 0, 'attachment', 'image/jpeg', 0),
(2115, 1, '2020-03-18 14:04:56', '2020-03-18 12:04:56', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584531342873{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/header-bg-sa.jpg?id=2109) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\" css=\".vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-18 14:04:56', '2020-03-18 12:04:56', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2131, 1, '2020-03-18 14:28:47', '2020-03-18 12:28:47', '', 'img-header-with-logo', '', 'inherit', 'open', 'closed', '', 'img-header-with-logo', '', '', '2020-03-18 14:28:47', '2020-03-18 12:28:47', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/img-header-with-logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(2132, 1, '2020-03-18 14:29:19', '2020-03-18 12:29:19', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584534539918{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/img-header-with-logo.jpg?id=2131) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\" css=\".vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-18 14:29:19', '2020-03-18 12:29:19', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2161, 1, '2020-03-18 16:14:28', '2020-03-18 14:14:28', '[{\"term_slug\":\"da2d54176c9df9bab530081223cc29a3\",\"data\":{\"node_name\":\"img\",\"parent_name\":\"div\",\"code\":\"invalid_element\",\"type\":\"html_element_error\",\"node_attributes\":{\"class\":\"stm-ticket-icon\",\"src\":\"\"},\"sources\":[]}},{\"term_slug\":\"3946cc7128d063d5d142c6fc0fab13a9\",\"data\":{\"code\":\"illegal_css_at_rule\",\"at_rule\":\"-ms-viewport\",\"type\":\"css_error\",\"node_name\":\"link\",\"parent_name\":\"head\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"boostrap-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/css\\/bootstrap.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"boostrap\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"boostrap\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"06496288b0434d4ab44e0408a4423bf8\",\"data\":{\"code\":\"illegal_css_at_rule\",\"at_rule\":\"-moz-document\",\"type\":\"css_error\",\"node_name\":\"link\",\"parent_name\":\"body\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"js_composer_front-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"086eab749087b175c6877d274fb894c8\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"rs-plugin-settings-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/public\\/assets\\/css\\/rs6.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"public\\/revslider-front.class.php\",\"line\":47,\"function\":\"RevSliderFront::add_actions\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"rs-plugin-settings\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"rs-plugin-settings\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"35c09dd4eccc8ce28779e2d8778409a0\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"sportspress-icons-css\",\"href\":\"\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress\\/assets\\/css\\/icons.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"sportspress\",\"file\":\"includes\\/class-sp-frontend-scripts.php\",\"line\":70,\"function\":\"SP_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"sportspress-icons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"sportspress-icons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"5abebb6b02d8f593c6b55fc57f9c14b2\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"wc-block-style-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/style.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2867,\"function\":\"wp_enqueue_registered_block_scripts_and_styles\",\"hook\":\"enqueue_block_assets\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wc-block-style\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2833,\"function\":\"wp_common_block_scripts_and_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"wc-block-style\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"wc-block-style\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"d18214ec46884889fb7d30c908bd22b6\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"stm-skin-custom-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/stm_uploads\\/skin-custom.css?t=1584540853&ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"stm-skin-custom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"stm-skin-custom\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"4579ca1e3aa4b823a1465bcad5944e68\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"revslider-material-icons-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/admin\\/assets\\/icons\\/material-icons.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"admin\\/includes\\/shortcode_generator\\/shortcode_generator.class.php\",\"line\":27,\"function\":\"RevSliderShortcodeWizard::add_styles\",\"hook\":\"vc_before_init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"revslider-material-icons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"1afdf63d6b9a9a94eb084526e52b0207\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"revslider-basics-css-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/admin\\/assets\\/css\\/basics.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"admin\\/includes\\/shortcode_generator\\/shortcode_generator.class.php\",\"line\":27,\"function\":\"RevSliderShortcodeWizard::add_styles\",\"hook\":\"vc_before_init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"revslider-basics-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"d251f7abdad8a73b713c9339a5d8f76f\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"rs-color-picker-css-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/admin\\/assets\\/css\\/tp-color-picker.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"admin\\/includes\\/shortcode_generator\\/shortcode_generator.class.php\",\"line\":27,\"function\":\"RevSliderShortcodeWizard::add_styles\",\"hook\":\"vc_before_init\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"rs-color-picker-css\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"c8c62f8e040015a10ee2e24060bf03e2\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"sb_instagram_styles-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/instagram-feed\\/css\\/sb-instagram-2-2.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"instagram-feed\",\"file\":\"inc\\/if-functions.php\",\"line\":897,\"function\":\"sb_instagram_scripts_enqueue\",\"hook\":\"wp_enqueue_scripts\",\"priority\":2,\"dependency_type\":\"style\",\"handle\":\"sb_instagram_styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"sb_instagram_styles\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"a9897114e0500dba21f345775309101c\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"amp\",\"file\":\"includes\\/class-amp-theme-support.php\",\"line\":2496,\"function\":\"AMP_Theme_Support::enqueue_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":0,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"amp-default\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"56983e56059c2575bd4dc6f1f2f10d3d\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"stm-skin-custom-layout-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/stm_uploads\\/skin-custom-layout.css?t=1584540853&ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"style\",\"handle\":\"stm-skin-custom-layout\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"stm-skin-custom-layout\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"41ab95881ba45e17bbf883ad25b758f8\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"elementor-icons-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"77125d7d73b49df78e241d4e6f5ac9b0\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"elementor-common-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":156,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::register_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":9,\"dependency_type\":\"style\",\"handle\":\"elementor-common\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"elementor-common\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"caf70f8f93d8baeade55941d97c1ccd3\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"img\",\"parent_name\":\"noscript\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/facebook.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Facebook\",\"class\":\"amp-wp-398bd68\"},\"sources\":[]}},{\"term_slug\":\"2fc876c0169a0aad635f12d49e320f24\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"div\",\"parent_name\":\"body\",\"node_attributes\":{\"class\":\"stm-footer background-image amp-wp-da5f82d\"},\"sources\":[]}},{\"term_slug\":\"6b040d69753d38298e20945f3fbc1b34\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"div\",\"parent_name\":\"div\",\"node_attributes\":{\"id\":\"sbi_mod_error\",\"class\":\"amp-wp-19fae44\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"widgets\\/class-wp-widget-text.php\",\"line\":222,\"function\":\"WP_Widget_Text::widget\",\"widget_id\":\"text-3\"},{\"type\":\"plugin\",\"name\":\"instagram-feed\",\"file\":\"inc\\/if-functions.php\",\"line\":26,\"function\":\"display_instagram\",\"shortcode\":\"instagram-feed\"}]}},{\"term_slug\":\"e2892391c4d8d46d98bfac49f6fc9147\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"img\",\"parent_name\":\"noscript\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/a2a.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Share\",\"class\":\"amp-wp-208c9ce\"},\"sources\":[]}},{\"term_slug\":\"3f49e395c06bf4109166886b83954a96\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"img\",\"parent_name\":\"noscript\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/email.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Email\",\"class\":\"amp-wp-8ce8679\"},\"sources\":[]}},{\"term_slug\":\"21099ff5ceac5035b92643d90d2d604d\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"img\",\"parent_name\":\"noscript\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/twitter.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Twitter\",\"class\":\"amp-wp-95402a4\"},\"sources\":[]}},{\"term_slug\":\"b76c18b22c269391623586f428781b78\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"h4\",\"parent_name\":\"div\",\"node_attributes\":{\"class\":\"vc_custom_heading amp-wp-a4c5085\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_row\"},{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_column\"},{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_custom_heading\"}]}},{\"term_slug\":\"3478f19a0ebfb6c89c5ba4b75b3f597e\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"div\",\"parent_name\":\"div\",\"node_attributes\":{\"class\":\"stm-title-box-unit  title_box-386 amp-wp-b32b347\"},\"sources\":[]}},{\"term_slug\":\"ee3874bc586c5aa5585fac80af289f94\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"a\",\"parent_name\":\"h3\",\"node_attributes\":{\"href\":\"#\",\"class\":\"amp-wp-45ef01c\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_row\"},{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_column\"},{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_column_text\"}]}},{\"term_slug\":\"ddfad85420aa938d67217208f0d3a600\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"p\",\"parent_name\":\"div\",\"node_attributes\":{\"class\":\"vc_custom_heading amp-wp-4533791\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_row\"},{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_column\"},{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/helpers\\/helpers.php\",\"line\":1315,\"function\":\"vc_do_shortcode\",\"shortcode\":\"vc_custom_heading\"}]}},{\"term_slug\":\"66e19942877a59a566375e6b2cfab567\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"div\",\"parent_name\":\"div\",\"node_attributes\":{\"id\":\"stm-top-bar\",\"class\":\"amp-wp-e1cdd41\"},\"sources\":[]}},{\"term_slug\":\"c0d14e8acad8c50dfe54117c57b62c0f\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"style\",\"node_attributes\":[],\"text\":\" .wpb_animate_when_almost_visible { opacity: 1; }\",\"sources\":[{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/classes\\/core\\/class-vc-base.php\",\"line\":416,\"function\":\"Vc_Base::addNoScript\",\"hook\":\"wp_head\",\"priority\":1000}]}},{\"term_slug\":\"b85c8df47e64abe0cacff79d61fcb589\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"img\",\"parent_name\":\"noscript\",\"node_attributes\":{\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/Mzansi-Cricket-logo.png\",\"title\":\"Home\",\"alt\":\"Logo\",\"width\":\"1024\",\"height\":\"1080\",\"class\":\" amp-wp-e3d221c\"},\"sources\":[]}},{\"term_slug\":\"01e2c9da7853b224a91767cd6492f94f\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"style\",\"node_attributes\":{\"type\":\"text\\/css\",\"title\":\"dynamic-css\",\"class\":\"options-output\"},\"text\":\"#wrapper{background-color: #d4edaf !important;}body, .normal-font, .normal_font, .woocommerce-breadcrumb, .navxtBreads, #stm-top-bar .stm-top-profile-holder .stm-profile-wrapp a, .countdown small, \\r\\n\\tdiv.wpcf7-validation-errors,  .stm-countdown-wrapper span small, .stm-header-search input[type=\'text\'], .stm_post_comments .comments-area .comment-respond h3 small a, \\r\\n\\t\\t.stm-block-quote-wrapper.style_1 .stm-block-quote, .stm-cart-totals .shop_table tbody tr th, .stm-cart-totals .shop_table tbody tr td,\\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td, \\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td .amount, \\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr th,\\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td, \\r\\n\\t\\t.order_details tbody tr td.product-name, .order_details tfoot tr th, .order_details tfoot tr td,\\r\\n\\t\\t.customer_details tbody tr th, .customer_details tbody tr td,\\r\\n\\t\\tinput[type=\'text\'], input[type=\'tel\'], input[type=\'password\'], input[type=\'email\'], input[type=\'number\'], .select2-selection__rendered, textarea\\r\\n\\t\\t, .stm-single-sp_table-league .sp-template-league-table table thead th, .stm-single-sp_table-league .sp-template-league-table table tbody tr td,\\r\\n\\t\\t.stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font,\\r\\n\\t\\t.stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value,\\r\\n\\t\\ttable tr th, table tr td, .vc_tta-container .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title a, .stm-form-bg h5, .menu-widget-menu-container li\\r\\n\\t\\t{font-family:Roboto !important;}h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading-font, .button, \\r\\n\\t.widget_recent_entries, table, .stm-widget-menu ul.menu li a, \\r\\n\\tinput[type=\'submit\'], .rev_post_title, .countdown span, .woocommerce .price, .woocommerce-MyAccount-navigation ul li a, .vc_tta.vc_general .vc_tta-tab > a, aside.widget.widget_top_rated_products .product_list_widget li .product-title,\\r\\n\\t\\taside.widget.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount, .comment-form label, .stm-cart-totals .shop_table tbody tr td .amount, .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-rank, .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name,\\r\\n\\t\\t.stm-players-inline table tbody tr td a, .product-subtotal .amount, .product-name a, legend\\r\\n\\t\\t{font-family:Oswald !important;}h2, .h2{font-size:42px !important; line-height:46px;}h3, .h3{font-size:30px !important; line-height:34px;}#stm-top-bar{background-color: #007e45 !important;}#stm-top-bar{color: #ffcc00 !important;}.footer-widgets-wrapper{background-color: #007e45 !important;}.footer-widgets-wrapper, .footer-widgets-wrapper .widget-title h6, .footer-widgets-wrapper a, .footer-widgets-wrapper .textwidget, .footer-widgets-wrapper li,.footer-widgets-wrapper li .text, .footer-widgets-wrapper caption{color: #ffcc00 !important;}#stm-footer-bottom{background-color: #272727 !important;}#stm-footer-bottom, #stm-footer-bottom a{color: #ffffff !important;}\",\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/customizer\\/customizer.class.php\",\"line\":152,\"function\":\"STM_Customizer::output_css\",\"hook\":\"wp_head\",\"priority\":150}]}},{\"term_slug\":\"47b8e792baeb25783fe5cb4069f76b6c\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"style\",\"node_attributes\":{\"type\":\"text\\/css\"},\"text\":\"\\r\\n#sbi_mod_link, #sbi_mod_error{ display: block !important; width: 100%; float: left; box-sizing: border-box; }\\r\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"instagram-feed\",\"file\":\"inc\\/if-functions.php\",\"line\":976,\"function\":\"sb_instagram_custom_css\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"ca20a322f95768dcaa8d621845167fce\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"style\",\"node_attributes\":[],\"text\":\"\\r\\n.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-content-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-sub-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>ul.menu {    width: 1000px!important;\\r\\n}\\r\\n.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input.active {\\r\\nwidth: 500px;\\r\\n}\\r\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"insert-headers-and-footers\",\"file\":\"ihaf.php\",\"line\":157,\"function\":\"InsertHeadersAndFooters::frontendHeader\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"025299181a6ee028b4cd4943f080a8a2\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"style\",\"node_attributes\":{\"id\":\"cleverfont-inline-css\",\"type\":\"text\\/css\"},\"text\":\"\\n.cmm-content-container .vc_custom_heading > a{font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;color:inherit !important;}.cmm-toggle-wrapper{display:none;}.cmm-toggle-wrapper .toggle-icon-open,.cmm-toggle-wrapper .toggle-icon-close{margin-right:5px;}.cmm-toggle-wrapper .toggle-icon-close{display:none;}.cmm-toggle-wrapper .cmm-toggle{color:#333;line-height:20px;text-align:center;padding:10px;display:inline-block;border:1px solid #ddd;border-radius:0;background:#fff;}.cmm-toggle-wrapper .cmm-toggle:hover{cursor:pointer;}.cmm-container .cmm.cmm-theme-default-461836{font-size:13px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:none;color:#636363;width:100%;height:auto;display:table;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;background:#222;background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#222));background:-moz-linear-gradient(top, #222, #222);background:-ms-linear-gradient(top, #222, #222);background:-o-linear-gradient(top, #222, #222);background:linear-gradient(to bottom, #222, #222);list-style:none;position:relative;z-index:999;}.cmm-container .cmm.cmm-theme-default-461836 ul,.cmm-container .cmm.cmm-theme-default-461836 ol{list-style-type:none;}.cmm-container .cmm.cmm-theme-default-461836 ul{float:none;display:block;border:0;padding:0;position:static;}.cmm-container .cmm.cmm-theme-default-461836 ul:before,.cmm-container .cmm.cmm-theme-default-461836 ul:after{display:none;}.cmm-container .cmm.cmm-theme-default-461836 ul li{float:none;border:0;}.cmm-container .cmm.cmm-theme-default-461836 *:hover,.cmm-container .cmm.cmm-theme-default-461836 a:hover,.cmm-container .cmm.cmm-theme-default-461836 li:hover,.cmm-container .cmm.cmm-theme-default-461836 *:focus,.cmm-container .cmm.cmm-theme-default-461836 a:focus,.cmm-container .cmm.cmm-theme-default-461836 li:focus,.cmm-container .cmm.cmm-theme-default-461836 *:active,.cmm-container .cmm.cmm-theme-default-461836 a:active,.cmm-container .cmm.cmm-theme-default-461836 li:active{outline:none;}.cmm-container .cmm.cmm-theme-default-461836 a,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link{color:#636363;font-size:13px;font-weight:400;line-height:1.6;text-transform:none;width:auto;display:block;-webkit-box-shadow:none;box-shadow:none;}.cmm-container .cmm.cmm-theme-default-461836 a > .cmm-icon,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link > .cmm-icon{margin-right:5px;}.cmm-container .cmm.cmm-theme-default-461836 a > .cmm-icon i.dashicons,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link > .cmm-icon i.dashicons{vertical-align:sub;}.cmm-container .cmm.cmm-theme-default-461836 a:hover,.cmm-container .cmm.cmm-theme-default-461836 a:active{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 li{height:auto;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-nav-link{position:relative;}.cmm-container .cmm.cmm-theme-default-461836 li > ul,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{position:absolute;left:100%;top:0;text-align:left;min-width:200px;z-index:999;visibility:hidden;opacity:0;transition:all 0.3s ease-in;}.cmm-container .cmm.cmm-theme-default-461836 li > ul .menu-item a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .menu-item a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .menu-item a,.cmm-container .cmm.cmm-theme-default-461836 li > ul .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-nav-link{display:block;padding:5px 20px 5px 20px;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper{width:auto !important;margin:0;padding:5px 0px 5px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.3);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{background:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container > ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper{position:static;display:block !important;opacity:1 !important;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li{position:relative;padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li.focus,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li.focus{padding:0;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > .cmm-nav-link{border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#636363;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:capitalize;background-color:rgba(255, 255, 255, 0);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > a:hover{color:#f26522;border-style:solid;border-color:rgba(255, 255, 255, 0.1);background-color:rgba(255, 255, 255, 0);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li.menu-item-has-children > .cmm-dropdown-toggle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li.menu-item-has-children > .cmm-dropdown-toggle{color:#636363;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li:last-child > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{border:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper{position:relative;left:auto;right:auto;padding:20px 20px 20px 20px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.3);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .vc_row{position:relative;z-index:1;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .cmm-panel-image{position:absolute;z-index:0;right:0;bottom:0;max-height:100%;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul{left:auto;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li + li{margin:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li{margin:0;padding:0;border:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a{width:auto;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a:focus,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a:hover{box-shadow:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li:hover{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.sub-menu{left:100%;margin:0;padding:0px 0px 0px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.3);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu{opacity:1;display:block;visibility:inherit;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li.focus{padding:0;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > .cmm-nav-link{padding:8px 0px 8px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#636363;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:capitalize;background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a:hover{color:#f26522;border-style:solid;border-color:rgba(255, 255, 255, 0.1);background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li > .cmm-nav-link{padding:8px 15px 8px 15px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#636363;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:capitalize;background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li a:hover{color:#f26522;border-color:rgba(255, 255, 255, 0.1);border-style:solid;background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li.menu-item-has-children > .cmm-dropdown-toggle{color:#636363;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 li ul li{border:0;}.cmm-container .cmm.cmm-theme-default-461836 li ul li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836 li ul li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li ul li:hover > .cmm-content-container{top:0;left:100%;right:auto;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega:hover > .cmm-sub-container{display:none !important;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega.cmm-layout-left_edge_item .cmm-content-container{left:0;right:auto;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega.cmm-layout-right_edge_item .cmm-content-container{left:auto;right:0;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega ul.menu{border:0;box-shadow:none;position:static;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega ul.menu > li{border:0;}.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > .cmm-nav-link:after{color:inherit;font-size:12px;font-family:Dashicons;content:\'\\\\f140\';line-height:1;position:absolute;top:50%;right:5px;margin:-6px 0 0 0;vertical-align:middle;display:inline-block;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-content-container{visibility:visible;opacity:1;z-index:1000;}.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-sub-container > ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-sub-container .cmm-sub-wrapper{visibility:visible !important;opacity:1 !important;}.cmm-container .cmm.cmm-theme-default-461836 li:hover > a{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 > li{position:relative;display:inline-block;}.cmm-container .cmm.cmm-theme-default-461836 > li > a,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-nav-link{color:#fff;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:normal;height:80px;line-height:80px;margin:0px 0px 0px 0px;padding:0px 20px 0px 20px;background-color:rgba(0, 0, 0, 0);}.cmm-container .cmm.cmm-theme-default-461836 > li > a:hover{border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#f26522;background-color:rgba(0, 0, 0, 0);}.cmm-container .cmm.cmm-theme-default-461836 > li > a:active,.cmm-container .cmm.cmm-theme-default-461836 > li > a.active{background-color:rgba(0, 0, 0, 0);}.cmm-container .cmm.cmm-theme-default-461836 > li.cmm-current-menu-item > a{background-color:rgba(0, 0, 0, 0);color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-dropdown-toggle{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 > li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 > li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 > li > ul,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-content-container{top:100%;left:0;}.cmm-container .cmm.cmm-theme-default-461836 > li li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836 > li li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f139\';}.cmm-container .cmm.cmm-theme-default-461836 > li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836 > li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 > li:hover > .cmm-content-container{top:100%;}.cmm-container .cmm.cmm-theme-default-461836 > li:hover > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-item > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-ancestor > a{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 .current-menu-item > a,.cmm-container .cmm.cmm-theme-default-461836 .current-menu-ancestor > a{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 .widget{border:0;padding:0;margin:0;}.cmm-container .cmm.cmm-theme-default-461836 .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 .widget-title,.cmm-container .cmm.cmm-theme-default-461836 .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 .clever-custom-title{font-size:15px;font-weight:600;color:#252525;text-transform:uppercase;letter-spacing:normal;padding:0px 0px 0px 0px;margin:0px 0px 20px 0px;border-radius:0px 0px 0px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-left{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-right{text-align:right;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-center{text-align:center;}.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children > .cmm-content-container{top:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-content-container{top:0;}.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up > li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-content-container{top:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li > .cmm-content-container{-moz-transition:none;-webkit-transition:none;-o-transition:none;-ms-transition:none;transition:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li:hover > .cmm-content-container{-moz-transition:none;-webkit-transition:none;-o-transition:none;-ms-transition:none;transition:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical{width:100%;max-width:400px;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical a > .cmm-icon,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical .cmm-nav-link > .cmm-icon{margin-right:12px;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical a > .cmm-icon i.dashicons,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical .cmm-nav-link > .cmm-icon i.dashicons{vertical-align:sub;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f139\';right:6px;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical li > .cmm-content-container .cmm-content-wrapper ul.menu li{position:relative;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li{float:left;display:block;width:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-content-container{top:0;right:auto;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-nav-link{height:auto;line-height:1.6;text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f139\';}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li:hover > .cmm-content-container{top:0;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-default > li{position:relative !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width{position:relative !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega{position:static !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega > .cmm-content-container{height:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega > .cmm-content-container > .cmm-content-wrapper{height:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children > .cmm-content-container{top:0;left:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-content-container{top:0;left:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up > li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-content-container{top:0;left:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-left{float:left !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right{float:right !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li > .cmm-content-container{left:auto;right:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f341\';}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li ul li:hover ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li ul li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li ul li:hover > .cmm-content-container{left:auto;right:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f341\';left:5px;right:auto;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children > .cmm-content-container{top:0;left:auto;right:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-content-container{top:0;left:auto;right:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up > li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-content-container{top:0;left:auto;right:100%;}@media (max-width:992px){.cmm-toggle-wrapper{display:block;}.cmm-toggle-wrapper .cmm-toggle.toggled-on .toggle-icon-close{display:inline-block;}.cmm-toggle-wrapper .cmm-toggle.toggled-on .toggle-icon-open{display:none;}.cmm-container{width:100%;clear:both;}.cmm-container .cmm.cmm-theme-default-461836{color:rgba(255, 255, 255, 0.6);display:none;position:absolute;padding:0 20px;background:#1f1f1f;background:-webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#1f1f1f));background:-moz-linear-gradient(top, #1f1f1f, #1f1f1f);background:-ms-linear-gradient(top, #1f1f1f, #1f1f1f);background:-o-linear-gradient(top, #1f1f1f, #1f1f1f);background:linear-gradient(to bottom, #1f1f1f, #1f1f1f);}.cmm-container .cmm.cmm-theme-default-461836 a,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link{color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836 a:hover{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 .cmm-panel-image{display:none;}.cmm-container .cmm.cmm-theme-default-461836 .vc_row .wpb_column{width:100%;}.cmm-container .cmm.cmm-theme-default-461836 .vc_row.wpb_row{background:none !important;}.cmm-container .cmm.cmm-theme-default-461836 li,.cmm-container .cmm.cmm-theme-default-461836 > li{width:100%;position:relative !important;}.cmm-container .cmm.cmm-theme-default-461836 li{border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgba(255, 255, 255, 0.2);}.cmm-container .cmm.cmm-theme-default-461836 li:last-child{border-bottom:0;}.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:before,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > .cmm-nav-link:before,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > .cmm-nav-link:after{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li > ul,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{width:auto !important;position:static;opacity:1;visibility:visible;display:none;box-shadow:none;overflow:hidden;padding:0 !important;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > ul.clever-toggled-on,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container.clever-toggled-on,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container.clever-toggled-on{display:block;}.cmm-container .cmm.cmm-theme-default-461836 li > ul,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper{padding:0 0 0 20px !important;border-top-width:1px;border-top-style:dotted;border-top-color:rgba(255, 255, 255, 0.2);background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > ul li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li{border-top-width:1px;border-top-style:dotted;border-top-color:rgba(255, 255, 255, 0.2);}.cmm-container .cmm.cmm-theme-default-461836 li > ul li:last-child,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:last-child,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li:last-child{border-bottom:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper{position:relative;left:auto;right:auto;top:auto;opacity:1;visibility:visible;display:block;box-shadow:none !important;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .wpb_wrapper .wpb_content_element,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .wpb_wrapper .wpb_content_element{margin:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu{background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu .sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu .sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu .sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu .sub-menu{background:none;padding-left:20px !important;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu > li > .cmm-nav-link{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li{border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgba(255, 255, 255, 0.2);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li .cmm-nav-link{line-height:50px;border:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu > li > a:hover{color:#fff;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget-title,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget-title,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .clever-custom-title,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .clever-custom-title{color:rgba(255, 255, 255, 0.6);line-height:50px;margin:0;padding:0;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgba(255, 255, 255, 0.2);background:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper{box-shadow:none;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu li > a,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper li > .cmm-nav-link{color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper li > a:hover{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu > li,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper > li{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu > li:hover,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper > li:hover{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper > .vc_row{padding:10px 0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > .cmm-nav-link{color:rgba(255, 255, 255, 0.6);background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a:hover{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li > .cmm-nav-link{line-height:50px;padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li .vc_column-inner{padding-top:0 !important;padding-bottom:0 !important;}.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:before,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:after{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li .dropdown-toggle{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;display:block;font-size:16px;right:0;line-height:1.5;margin:0 auto;padding:13px 18px;position:absolute;text-shadow:none;top:0;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle i{transition:all 0.3s;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle.clever-toggled-on i{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 > li > a,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-nav-link{height:auto;line-height:50px;padding:0 !important;border:none;color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a,.cmm-container .cmm.cmm-theme-default-461836 > li > a{background:none !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 > li > a:hover{border:none;color:#fff;background:none !important;}.cmm-container .cmm.cmm-theme-default-461836 > li:hover > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-item > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-ancestor > a{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-dropdown-toggle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li.menu-item-has-children > .cmm-dropdown-toggle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li.menu-item-has-children > .cmm-dropdown-toggle{color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836 ul,.cmm-container .cmm.cmm-theme-default-461836 .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 .widget-title,.cmm-container .cmm.cmm-theme-default-461836 .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 .clever-custom-title{background:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-left{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-right{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-center{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical{width:100%;max-width:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width{position:absolute !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega{position:relative !important;}.cmm-container.toggled-on .cmm.cmm-theme-default-461836{display:table;}}@media (max-width:768px){.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > .clever-sub-menu-container,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > .cmm-content-container,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > .cmm-dropdown-toggle{display:none !important;}}\\n.vc_custom_1584538278797{background-color:#007e45 !important}\\n\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"a14fbe21248af1255099e5cebd067c46\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"style\",\"node_attributes\":{\"id\":\"stm-theme-default-styles-inline-css\",\"type\":\"text\\/css\"},\"text\":\"\\n.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-content-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-sub-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>ul.menu { width: 1000px!important; } .plus-menu-font-white{ color:white; }\\n\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"e9ff939248caa55114c21f72661405ff\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"div\",\"parent_name\":\"div\",\"node_attributes\":{\"class\":\"logo-main amp-wp-535b39e\"},\"sources\":[]}},{\"term_slug\":\"8691dd1fb5137702ff022b0aea81dd52\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"img\",\"parent_name\":\"noscript\",\"node_attributes\":{\"width\":\"150\",\"height\":\"150\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-150x150.png\",\"class\":\"image wp-image-2135  attachment-thumbnail size-thumbnail amp-wp-36746cb\",\"alt\":\"\",\"title\":\"Mzansi Cricket\",\"srcset\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-150x150.png 150w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-300x300.png 300w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-1024x1024.png 1024w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-768x768.png 768w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-700x700.png 700w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-128x128.png 128w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-32x32.png 32w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-200x200.png 200w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-255x255.png 255w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-80x80.png 80w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-740x740.png 740w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-98x98.png 98w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-445x445.png 445w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-24x24.png 24w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-36x36.png 36w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-48x48.png 48w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-600x600.png 600w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-100x100.png 100w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download.png 1080w\",\"sizes\":\"(max-width: 150px) 100vw, 150px\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"widgets\\/class-wp-widget-media.php\",\"line\":221,\"function\":\"WP_Widget_Media::widget\",\"widget_id\":\"media_image-12\"}]}},{\"term_slug\":\"9af8a99dd21b3e78af10f03031e29ecb\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"link\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"dashicons-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/css\\/dashicons.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"sportspress\",\"file\":\"includes\\/class-sp-frontend-scripts.php\",\"line\":70,\"function\":\"SP_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"style\",\"handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"style\",\"handle\":\"dashicons\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"functions.wp-styles.php\",\"line\":42,\"function\":\"wp_print_styles\",\"hook\":\"wp_head\",\"priority\":8}]}},{\"term_slug\":\"2dbb10eb56a56269753f8d7cad8e15d4\",\"data\":{\"code\":\"excessive_css\",\"type\":\"css_error\",\"node_name\":\"style\",\"node_attributes\":{\"type\":\"text\\/css\",\"media\":\"print\"},\"text\":\"#wpadminbar { display:none; }\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"admin-bar.php\",\"line\":1119,\"function\":\"wp_admin_bar_header\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"5533c009db9521d259b57a92bfa70c04\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":[],\"text\":\" var theplus_ajax_url = \\\"https:\\/\\/southafricacricket.co.za\\/wp-admin\\/admin-ajax.php\\\";\\n\\t\\t\\tvar theplus_nonce = \\\"359c62b517\\\";\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1},{\"type\":\"plugin\",\"name\":\"theplus_elementor_addon\",\"file\":\"modules\\/enqueue\\/plus-generator.php\",\"line\":555,\"function\":\"Plus_Generator::plus_enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10}]}},{\"term_slug\":\"7f1975a6d6b45d6e74103ac7285490e1\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar cleverMenuI18n = {\\\"enableMega\\\":\\\"Enable Mega\\\",\\\"editItem\\\":\\\"Edit Item\\\",\\\"megaMenu\\\":\\\"Mega Menu\\\",\\\"select\\\":\\\"Select\\\",\\\"insert\\\":\\\"Insert\\\",\\\"save\\\":\\\"Save\\\",\\\"saveAll\\\":\\\"Save All\\\",\\\"close\\\":\\\"Close\\\",\\\"change\\\":\\\"Change\\\",\\\"done\\\":\\\"Done\\\",\\\"megaSettings\\\":\\\"Mega Settings\\\",\\\"menuSettings\\\":\\\"Menu Settings\\\",\\\"itemSettings\\\":\\\"Item Settings\\\",\\\"selectOrUpload\\\":\\\"Select or Upload\\\",\\\"megaCssDesc\\\":\\\"The custom CSS will be generated for this menu item only.\\\"};\\nvar cleverMenuConfig = {\\\"newCleverMenu\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/post-new.php?post_type=clever_menu\\\",\\\"_nonce\\\":\\\"f107e28533\\\",\\\"menuUrl\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/nav-menus.php\\\"};\\n\\/* ]]> *\\/\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"public\\/revslider-front.class.php\",\"line\":47,\"function\":\"RevSliderFront::add_actions\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"872390f558936f01a138f8fbc5595946\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/jquery.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"public\\/revslider-front.class.php\",\"line\":47,\"function\":\"RevSliderFront::add_actions\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"jquery-core\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"7f4288594371201586a0121e5c96045f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"public\\/revslider-front.class.php\",\"line\":47,\"function\":\"RevSliderFront::add_actions\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"jquery-migrate\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"ab62c2bd90afb53e2137d67feb881033\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/add-to-any\\/addtoany.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"add-to-any\",\"file\":\"add-to-any.php\",\"line\":1086,\"function\":\"A2A_SHARE_SAVE_enqueue_script\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"addtoany\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"addtoany\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"1fd32b3b1584cbf0dab932243691a19d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/public\\/assets\\/js\\/revolution.tools.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"public\\/revslider-front.class.php\",\"line\":47,\"function\":\"RevSliderFront::add_actions\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"tp-tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"tp-tools\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"825e27c9d36ceb3da1c1368f4ce6f3c8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/public\\/assets\\/js\\/rs6.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"public\\/revslider-front.class.php\",\"line\":47,\"function\":\"RevSliderFront::add_actions\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"revmin\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"revmin\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"bbeaee7dc8021a8c26a0d77615661077\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-blockui\\/jquery.blockUI.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"e4eb69a76c2dd3b65a2721427ce508ef\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wc_add_to_cart_params = {\\\"ajax_url\\\":\\\"\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"wc_ajax_url\\\":\\\"\\\\\\/?wc-ajax=%%endpoint%%\\\",\\\"i18n_view_cart\\\":\\\"View cart\\\",\\\"cart_url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/cart\\\\\\/\\\",\\\"is_cart\\\":\\\"\\\",\\\"cart_redirect_after_add\\\":\\\"no\\\"};\\n\\/* ]]> *\\/\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"woocommerce\",\"file\":\"includes\\/class-wc-frontend-scripts.php\",\"line\":350,\"function\":\"WC_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wc-add-to-cart\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"wc-add-to-cart\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"3649224ed42ac02f0b5ead76abd5f208\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"woocommerce\",\"file\":\"includes\\/class-wc-frontend-scripts.php\",\"line\":350,\"function\":\"WC_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wc-add-to-cart\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"wc-add-to-cart\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"e06ad8f5a5cc0b77d62242bf71bde8cb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/wp-hide-backed-notices\\/public\\/js\\/wp-hide-backed-notices%20-public.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"b478761a20b8f423365c0c56e128b780\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/js\\/vendors\\/woocommerce-add-to-cart.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"js_composer\",\"file\":\"include\\/autoload\\/vendors\\/woocommerce.php\",\"line\":11,\"function\":\"vc_woocommerce_add_to_cart_script\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"vc_woocommerce-add-to-cart-js\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"vc_woocommerce-add-to-cart-js\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"ccbf33e1c4bc869c3f9f06797fa2e87f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/includes\\/megamenu\\/assets\\/js\\/megamenu.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/megamenu\\/includes\\/enqueue.php\",\"line\":2,\"function\":\"splash_megamenu_front_scripts_method\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"stm_megamenu\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"stm_megamenu\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2618,\"function\":\"wp_print_head_scripts\",\"hook\":\"wp_head\",\"priority\":9}]}},{\"term_slug\":\"cf980866b428ef712411696899738f51\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"data-cfasync\":\"false\"},\"text\":\"\\nwindow.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};\\n(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src=\\\"https:\\/\\/static.addtoany.com\\/menu\\/page.js\\\";b.parentNode.insertBefore(a,b);})(document,\\\"script\\\");\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"add-to-any\",\"file\":\"add-to-any.php\",\"line\":744,\"function\":\"A2A_SHARE_SAVE_head_script\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"e11e1754294e6130f1973310ea799e0f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\r\\n        var splash_mm_get_menu_data = \'85a7555a26\';\\r\\n        var splash_load_media = \'654ee5f22c\';\\r\\n        var stm_like_nonce = \'857a65e821\';\\r\\n        var stm_league_table_by_id = \'ea296f3b36\';\\r\\n        var stm_events_league_table_by_id = \'3827448ba4\';\\r\\n        var stm_posts_most_styles = \'a65223bfe1\';\\r\\n        var stm_demo_import_content = \'eaaddda47c\';\\r\\n\\r\\n        var ajaxurl = \'https:\\/\\/southafricacricket.co.za\\/wp-admin\\/admin-ajax.php\';\\r\\n        var stm_cf7_preloader = \'https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/images\\/map-pin.png\';\\r\\n    \",\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/ajax-actions.php\",\"line\":6,\"function\":\"splash_ajaxurl\",\"hook\":\"wp_head\",\"priority\":10}]}},{\"term_slug\":\"5d0d3af027ed80b6cfbe6ed7b2f0232b\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"head\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"function setREVStartSize(e){\\t\\t\\t\\r\\n\\t\\t\\ttry {\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\tvar pw = document.getElementById(e.c).parentNode.offsetWidth,\\r\\n\\t\\t\\t\\t\\tnewh;\\r\\n\\t\\t\\t\\tpw = pw===0 || isNaN(pw) ? window.innerWidth : pw;\\r\\n\\t\\t\\t\\te.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);\\r\\n\\t\\t\\t\\te.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);\\r\\n\\t\\t\\t\\te.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);\\r\\n\\t\\t\\t\\te.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);\\r\\n\\t\\t\\t\\te.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);\\r\\n\\t\\t\\t\\te.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);\\r\\n\\t\\t\\t\\te.mh = e.mh===undefined || e.mh==\\\"\\\" || e.mh===\\\"auto\\\" ? 0 : parseInt(e.mh,0);\\t\\t\\r\\n\\t\\t\\t\\tif(e.layout===\\\"fullscreen\\\" || e.l===\\\"fullscreen\\\") \\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tnewh = Math.max(e.mh,window.innerHeight);\\t\\t\\t\\t\\r\\n\\t\\t\\t\\telse{\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\te.gw = Array.isArray(e.gw) ? e.gw : [e.gw];\\r\\n\\t\\t\\t\\t\\tfor (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\te.gh = e.el===undefined || e.el===\\\"\\\" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;\\r\\n\\t\\t\\t\\t\\te.gh = Array.isArray(e.gh) ? e.gh : [e.gh];\\r\\n\\t\\t\\t\\t\\tfor (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tvar nl = new Array(e.rl.length),\\r\\n\\t\\t\\t\\t\\t\\tix = 0,\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\tsl;\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\te.tabw = e.tabhide>=pw ? 0 : e.tabw;\\r\\n\\t\\t\\t\\t\\te.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;\\r\\n\\t\\t\\t\\t\\te.tabh = e.tabhide>=pw ? 0 : e.tabh;\\r\\n\\t\\t\\t\\t\\te.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tfor (var i in e.rl) nl[i] = e.rl[i]<window.innerWidth ? 0 : e.rl[i];\\r\\n\\t\\t\\t\\t\\tsl = nl[0];\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tfor (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tvar m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) \\/ (e.gw[ix]);\\t\\t\\t\\t\\t\\r\\n\\r\\n\\t\\t\\t\\t\\tnewh =  (e.type===\\\"carousel\\\" && e.justify===\\\"true\\\" ? e.gh[ix] : (e.gh[ix] * m)) + (e.tabh + e.thumbh);\\r\\n\\t\\t\\t\\t}\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\tif(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement(\\\"style\\\"));\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\tdocument.getElementById(e.c).height = newh;\\r\\n\\t\\t\\t\\twindow.rs_init_css.innerHTML += \\\"#\\\"+e.c+\\\"_wrapper { height: \\\"+newh+\\\"px }\\\";\\t\\t\\t\\t\\r\\n\\t\\t\\t} catch(e){\\r\\n\\t\\t\\t\\tconsole.log(\\\"Failure at Presize of Slider:\\\" + e)\\r\\n\\t\\t\\t}\\t\\t\\t\\t\\t   \\r\\n\\t\\t  };\",\"sources\":[]}},{\"term_slug\":\"be47f50e86cccf7eaf5e52842b804d1f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"div\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\r\\n        jQuery(document).ready(function () {\\r\\n            var args = {};\\r\\n\\r\\n                        args= {\\r\\n                typewriter: false\\r\\n            };\\r\\n            \\r\\n            jQuery(\'.stm-ticker\').Ticker( args );\\r\\n        });\\r\\n    \",\"sources\":[]}},{\"term_slug\":\"60c005450bd936eb03ca29b74c47181a\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\r\\nvar sbiajaxurl = \\\"https:\\/\\/southafricacricket.co.za\\/wp-admin\\/admin-ajax.php\\\";\\r\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"instagram-feed\",\"file\":\"inc\\/if-functions.php\",\"line\":945,\"function\":\"sb_instagram_custom_js\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"258ab2d0c833ae2852e358ffff95a4db\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-templates-modal__header\"},\"text\":\"\\n\\t<div class=\\\"elementor-templates-modal__header__logo-area\\\">\\n\\t<div class=\\\"elementor-templates-modal__header__menu-area\\\">\\n\\t<div class=\\\"elementor-templates-modal__header__items-area\\\">\\n\\t\\t<# if ( closeType ) { #>\\n\\t\\t\\t<div class=\\\"elementor-templates-modal__header__close elementor-templates-modal__header__close--{{{ closeType }}} elementor-templates-modal__header__item\\\">\\n\\t\\t\\t\\t<# if ( \'skip\' === closeType ) { #>\\n\\t\\t\\t\\t<span>Skip\\n\\t\\t\\t\\t<# } #>\\n\\t\\t\\t\\t<i class=\\\"eicon-close\\\" aria-hidden=\\\"true\\\" title=\\\"Close\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Close\\n\\t\\t\\t\\n\\t\\t<# } #>\\n\\t\\t<div id=\\\"elementor-template-library-header-tools\\\">\\n\\t\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":205,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::print_templates\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"e0d44111f5b4c41442d061b029779b4d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-templates-modal__header__logo\"},\"text\":\"\\n\\t<span class=\\\"elementor-templates-modal__header__logo__icon-wrapper elementor-gradient-logo\\\">\\n\\t\\t<i class=\\\"eicon-elementor\\\">\\n\\t\\n\\t<span class=\\\"elementor-templates-modal__header__logo__title\\\">{{{ title }}}\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":205,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::print_templates\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"c738639a14ee5ae54ee3f04661b7f222\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder\"},\"text\":\"\\n\\t<div id=\\\"elementor-finder__search\\\">\\n\\t\\t<i class=\\\"eicon-search\\\">\\n\\t\\t<input id=\\\"elementor-finder__search__input\\\" placeholder=\\\"Type to find anything in Elementor\\\">\\n\\t\\n\\t<div id=\\\"elementor-finder__content\\\">\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":205,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::print_templates\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"4d8178a22a1c74169a54c25e4d7361ec\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder-results-container\"},\"text\":\"\\n\\t<div id=\\\"elementor-finder__no-results\\\">No Results Found\\n\\t<div id=\\\"elementor-finder__results\\\">\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":205,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::print_templates\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"47a32f9ca4c9b1c4fb099216278a9f13\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder__results__category\"},\"text\":\"\\n\\t<div class=\\\"elementor-finder__results__category__title\\\">{{{ title }}}\\n\\t<div class=\\\"elementor-finder__results__category__items\\\">\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":205,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::print_templates\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"2ef08a0824ad96caacc203201facfec3\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder__results__item\"},\"text\":\"\\n\\t<a href=\\\"{{ url }}\\\" class=\\\"elementor-finder__results__item__link\\\">\\n\\t\\t<div class=\\\"elementor-finder__results__item__icon\\\">\\n\\t\\t\\t<i class=\\\"eicon-{{{ icon }}}\\\">\\n\\t\\t\\n\\t\\t<div class=\\\"elementor-finder__results__item__title\\\">{{{ title }}}\\n\\t\\t<# if ( description ) { #>\\n\\t\\t\\t<div class=\\\"elementor-finder__results__item__description\\\">- {{{ description }}}\\n\\t\\t<# } #>\\n\\t\\n\\t<# if ( actions.length ) { #>\\n\\t\\t<div class=\\\"elementor-finder__results__item__actions\\\">\\n\\t\\t<# jQuery.each( actions, function() { #>\\n\\t\\t\\t<a class=\\\"elementor-finder__results__item__action elementor-finder__results__item__action--{{ this.name }}\\\" href=\\\"{{ this.url }}\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t<i class=\\\"eicon-{{{ this.icon }}}\\\">\\n\\t\\t\\t\\n\\t\\t<# } ); #>\\n\\t\\t\\n\\t<# } #>\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":205,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::print_templates\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"3038af2b7dccd663ae9bd715d72514b4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\t\\tvar c = document.body.className;\\n\\t\\tc = c.replace(\\/woocommerce-no-js\\/, \'woocommerce-js\');\\n\\t\\tdocument.body.className = c;\\n\\t\",\"sources\":[{\"type\":\"plugin\",\"name\":\"woocommerce\",\"file\":\"includes\\/wc-template-functions.php\",\"line\":321,\"function\":\"wc_no_js\",\"hook\":\"wp_footer\",\"priority\":10}]}},{\"term_slug\":\"75126bcab278ad748e37bce9ce467422\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"stm_gmap\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"stm_gmap\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"08cb1812910a6763b8816604770f6bfb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/bootstrap.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"bootstrap\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"bootstrap\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"b0b24691eda830b4b1a22b16ef80a1de\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/select2.full.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"select2\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"select2\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"0a16c7df9fb756fd73e7d3230ccd7c22\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/owl.carousel.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"owl-carousel\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"owl-carousel\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"362c5ee06d7db901ae2da70874f0fdaf\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/jquery.fancybox.pack.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"fancybox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"fancybox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"06eba2aec0de437b88deca18926d0e2f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/imagesloaded.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"imagesloaded\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"imagesloaded\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"e8ea83736e467d946c444baa8a7a1101\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/isotope\\/dist\\/isotope.pkgd.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"isotope\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"isotope\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a51cfe3370caf41eed577675d52a6d3f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/waypoints.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"waypoint\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"waypoint\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"0800123c23721515cd50197419950ca0\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/jquery.counterup.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"counterup\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"counterup\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"973200357bc90f3d0085f86fbb11f715\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/lightbox.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"lightbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"lightbox\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"157686343265776c39219abbb65ed16e\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/splash.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"stm-theme-scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"stm-theme-scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fa8958b9aa7da36a075250448d76e2cb\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/header.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"stm-theme-scripts-header\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"stm-theme-scripts-header\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"4d64c05b29f64597e8bf4bc385c0bff0\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/ticker_posts.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"stm-ticker-posts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"stm-ticker-posts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a8bf0a06e36a0281e49380b33ac009d4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/ajax.submit.js?ver=__normalized__\"},\"sources\":[{\"type\":\"theme\",\"name\":\"splash\",\"file\":\"includes\\/enqueue.php\",\"line\":7,\"function\":\"splash_enqueue_scripts_styles\",\"hook\":\"wp_enqueue_scripts\",\"priority\":5,\"dependency_type\":\"script\",\"handle\":\"ajax-submit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"ajax-submit\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ebc25fe430fa07815569f9e4c21379fe\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpcf7 = {\\\"apiSettings\\\":{\\\"root\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-json\\\\\\/contact-form-7\\\\\\/v1\\\",\\\"namespace\\\":\\\"contact-form-7\\\\\\/v1\\\"}};\\n\\/* ]]> *\\/\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"contact-form-7\",\"file\":\"includes\\/controller.php\",\"line\":21,\"function\":\"wpcf7_do_enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"contact-form-7\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"contact-form-7\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"c1dd9bd1dee8ecadb72d292e14aa5963\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"contact-form-7\",\"file\":\"includes\\/controller.php\",\"line\":21,\"function\":\"wpcf7_do_enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"contact-form-7\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"contact-form-7\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"ba924288e074a2487b38b41073ae6e1c\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress-for-cricket\\/js\\/sportspress-cricket.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"sportspress-for-cricket\",\"file\":\"sportspress-for-cricket.php\",\"line\":101,\"function\":\"SportsPress_Cricket::enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"sportspress-cricket\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"sportspress-cricket\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"f270bd8d99dde7156b6961b3bfa11da4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress\\/assets\\/js\\/jquery.dataTables.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"sportspress\",\"file\":\"includes\\/class-sp-frontend-scripts.php\",\"line\":70,\"function\":\"SP_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"jquery-datatables\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"jquery-datatables\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"43dfa6a4dfa92680fbb3a4c4f3eb963d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar localized_strings = {\\\"days\\\":\\\"days\\\",\\\"hrs\\\":\\\"hrs\\\",\\\"mins\\\":\\\"mins\\\",\\\"secs\\\":\\\"secs\\\",\\\"previous\\\":\\\"Previous\\\",\\\"next\\\":\\\"Next\\\"};\\n\\/* ]]> *\\/\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"sportspress\",\"file\":\"includes\\/class-sp-frontend-scripts.php\",\"line\":70,\"function\":\"SP_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"sportspress\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"sportspress\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fe0ba4388f07f4a24e7bfff7bdfe542f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress\\/assets\\/js\\/sportspress.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"sportspress\",\"file\":\"includes\\/class-sp-frontend-scripts.php\",\"line\":70,\"function\":\"SP_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"sportspress\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"sportspress\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"97dfff2917331ddec462186a069953c6\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/js-cookie\\/js.cookie.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a232e1e788cbfd5e6ca0e2f3d6b1efff\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar woocommerce_params = {\\\"ajax_url\\\":\\\"\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"wc_ajax_url\\\":\\\"\\\\\\/?wc-ajax=%%endpoint%%\\\"};\\n\\/* ]]> *\\/\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"woocommerce\",\"file\":\"includes\\/class-wc-frontend-scripts.php\",\"line\":350,\"function\":\"WC_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"woocommerce\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"woocommerce\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"fe751b9dc61232b36b1d5753b6b5fb4f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/woocommerce.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"woocommerce\",\"file\":\"includes\\/class-wc-frontend-scripts.php\",\"line\":350,\"function\":\"WC_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"woocommerce\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"woocommerce\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"3e39c8aa273766cb0f494a84470942c5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wc_cart_fragments_params = {\\\"ajax_url\\\":\\\"\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"wc_ajax_url\\\":\\\"\\\\\\/?wc-ajax=%%endpoint%%\\\",\\\"cart_hash_key\\\":\\\"wc_cart_hash_713070fda734ecb0bd40e761f1b85533\\\",\\\"fragment_name\\\":\\\"wc_fragments_713070fda734ecb0bd40e761f1b85533\\\",\\\"request_timeout\\\":\\\"5000\\\"};\\n\\/* ]]> *\\/\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"woocommerce\",\"file\":\"includes\\/class-wc-frontend-scripts.php\",\"line\":350,\"function\":\"WC_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wc-cart-fragments\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"wc-cart-fragments\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"27c6ce7e77173ef60690155528c36ace\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart-fragments.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"woocommerce\",\"file\":\"includes\\/class-wc-frontend-scripts.php\",\"line\":350,\"function\":\"WC_Frontend_Scripts::load_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"wc-cart-fragments\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"wc-cart-fragments\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d2b5f6ea93b4359561ee38a2daca80c5\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/theplus_elementor_addon\\/assets\\/js\\/main\\/general\\/theplus-purge.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"theplus_elementor_addon\",\"file\":\"modules\\/enqueue\\/plus-generator.php\",\"line\":555,\"function\":\"Plus_Generator::plus_enqueue_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"plus-purge-js\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"plus-purge-js\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"e17d2d22b01cf374e47332f5dcc005c8\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d4843e2982b5057f5c18546443d070ad\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"10dff3aadd023e07908a146fca131edd\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"b3fa0b63d3c169c95335f1f43f111b1e\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"1941be23aa63551e7fc44609f7a2892d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"19cb4c02eeac8964aa4c72df6de7087f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/backbone.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"94bdccc48dfc6c45a824ec95288552bc\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"adfb48fbb3911c65bb9cc58502d5ec4f\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"351a122bf4d83be40532af59249cf244\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a0853f692875203a6a5a0ef43b3d3b30\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/position.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"9cb9261619385b3a1170797c7b9f73d4\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"40056c1155d2710e8e8ade31a8731abf\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\nvar elementorCommonConfig = {\\\"version\\\":\\\"2.9.6\\\",\\\"isRTL\\\":false,\\\"isDebug\\\":false,\\\"activeModules\\\":[\\\"ajax\\\",\\\"finder\\\",\\\"connect\\\"],\\\"urls\\\":{\\\"assets\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-content\\\\\\/plugins\\\\\\/elementor\\\\\\/assets\\\\\\/\\\"},\\\"ajax\\\":{\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"nonce\\\":\\\"0cc579a04c\\\"},\\\"finder\\\":{\\\"data\\\":{\\\"edit\\\":{\\\"title\\\":\\\"Edit\\\",\\\"dynamic\\\":true,\\\"name\\\":\\\"edit\\\"},\\\"general\\\":{\\\"title\\\":\\\"General\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"saved-templates\\\":{\\\"title\\\":\\\"Saved Templates\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=library\\\",\\\"keywords\\\":[\\\"template\\\",\\\"section\\\",\\\"page\\\",\\\"library\\\"]},\\\"system-info\\\":{\\\"title\\\":\\\"System Info\\\",\\\"icon\\\":\\\"info-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-system-info\\\",\\\"keywords\\\":[\\\"system\\\",\\\"info\\\",\\\"environment\\\",\\\"elementor\\\"]},\\\"role-manager\\\":{\\\"title\\\":\\\"Role Manager\\\",\\\"icon\\\":\\\"person\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-role-manager\\\",\\\"keywords\\\":[\\\"role\\\",\\\"manager\\\",\\\"user\\\",\\\"elementor\\\"]},\\\"knowledge-base\\\":{\\\"title\\\":\\\"Knowledge Base\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=go_knowledge_base_site\\\",\\\"keywords\\\":[\\\"help\\\",\\\"knowledge\\\",\\\"docs\\\",\\\"elementor\\\"]},\\\"popups\\\":{\\\"title\\\":\\\"Popups\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\\\",\\\"keywords\\\":[\\\"template\\\",\\\"popup\\\",\\\"library\\\"]},\\\"theme-builder\\\":{\\\"title\\\":\\\"Theme Builder\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=theme\\\",\\\"keywords\\\":[\\\"template\\\",\\\"header\\\",\\\"footer\\\",\\\"single\\\",\\\"archive\\\",\\\"search\\\",\\\"404\\\",\\\"library\\\"]}},\\\"name\\\":\\\"general\\\"},\\\"create\\\":{\\\"title\\\":\\\"Create\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"post\\\":{\\\"title\\\":\\\"Add New Post\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=post&_wpnonce=a2da322cdf\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"page\\\":{\\\"title\\\":\\\"Add New Page\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=page&_wpnonce=a2da322cdf\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"elementor_library\\\":{\\\"title\\\":\\\"Add New Template\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library#add_new\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"plus-mega-menu\\\":{\\\"title\\\":\\\"Add New Plus Mega Menu\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=plus-mega-menu&_wpnonce=a2da322cdf\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"popups\\\":{\\\"title\\\":\\\"Add New Popup\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup#add_new\\\",\\\"keywords\\\":[\\\"template\\\",\\\"theme\\\",\\\"popup\\\",\\\"new\\\",\\\"create\\\"]},\\\"theme-template\\\":{\\\"title\\\":\\\"Add New Theme Template\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=theme#add_new\\\",\\\"keywords\\\":[\\\"template\\\",\\\"theme\\\",\\\"new\\\",\\\"create\\\"]}},\\\"name\\\":\\\"create\\\"},\\\"site\\\":{\\\"title\\\":\\\"Site\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"homepage\\\":{\\\"title\\\":\\\"Homepage\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\",\\\"icon\\\":\\\"home-heart\\\",\\\"keywords\\\":[\\\"home\\\",\\\"page\\\"]},\\\"wordpress-dashboard\\\":{\\\"title\\\":\\\"Dashboard\\\",\\\"icon\\\":\\\"dashboard\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/\\\",\\\"keywords\\\":[\\\"dashboard\\\",\\\"wordpress\\\"]},\\\"wordpress-menus\\\":{\\\"title\\\":\\\"Menus\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/nav-menus.php\\\",\\\"keywords\\\":[\\\"menu\\\",\\\"wordpress\\\"]},\\\"wordpress-themes\\\":{\\\"title\\\":\\\"Themes\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/themes.php\\\",\\\"keywords\\\":[\\\"themes\\\",\\\"wordpress\\\"]},\\\"wordpress-customizer\\\":{\\\"title\\\":\\\"Customizer\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/customize.php\\\",\\\"keywords\\\":[\\\"customizer\\\",\\\"wordpress\\\"]},\\\"wordpress-plugins\\\":{\\\"title\\\":\\\"Plugins\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/plugins.php\\\",\\\"keywords\\\":[\\\"plugins\\\",\\\"wordpress\\\"]},\\\"wordpress-users\\\":{\\\"title\\\":\\\"Users\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/users.php\\\",\\\"keywords\\\":[\\\"users\\\",\\\"profile\\\",\\\"wordpress\\\"]}},\\\"name\\\":\\\"site\\\"},\\\"settings\\\":{\\\"title\\\":\\\"Settings\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"general-settings\\\":{\\\"title\\\":\\\"General Settings\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor\\\",\\\"keywords\\\":[\\\"general\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"style\\\":{\\\"title\\\":\\\"Style\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor#tab-style\\\",\\\"keywords\\\":[\\\"style\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"advanced\\\":{\\\"title\\\":\\\"Advanced\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor#tab-advanced\\\",\\\"keywords\\\":[\\\"advanced\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"custom-fonts\\\":{\\\"title\\\":\\\"Custom Fonts\\\",\\\"icon\\\":\\\"typography\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_font\\\",\\\"keywords\\\":[\\\"custom\\\",\\\"fonts\\\",\\\"elementor\\\"]},\\\"custom-icons\\\":{\\\"title\\\":\\\"Custom Icons\\\",\\\"icon\\\":\\\"favorite\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_icons\\\",\\\"keywords\\\":[\\\"custom\\\",\\\"icons\\\",\\\"elementor\\\"]}},\\\"name\\\":\\\"settings\\\"},\\\"tools\\\":{\\\"title\\\":\\\"Tools\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"tools\\\":{\\\"title\\\":\\\"Tools\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"regenerate css\\\",\\\"safe mode\\\",\\\"debug bar\\\",\\\"sync library\\\",\\\"elementor\\\"]},\\\"replace-url\\\":{\\\"title\\\":\\\"Replace URL\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-replace_url\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"replace url\\\",\\\"domain\\\",\\\"elementor\\\"]},\\\"version-control\\\":{\\\"title\\\":\\\"Version Control\\\",\\\"icon\\\":\\\"time-line\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-versions\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"version\\\",\\\"control\\\",\\\"rollback\\\",\\\"beta\\\",\\\"elementor\\\"]},\\\"maintenance-mode\\\":{\\\"title\\\":\\\"Maintenance Mode\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-maintenance_mode\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"maintenance\\\",\\\"coming soon\\\",\\\"elementor\\\"]}},\\\"name\\\":\\\"tools\\\"}},\\\"i18n\\\":{\\\"finder\\\":\\\"Finder\\\"}},\\\"connect\\\":[]};\\n\",\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":88,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::register_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"elementor-common\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"elementor-common\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"f3c711bfa71f51baae086e3daeeba80e\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/common.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"elementor\",\"file\":\"core\\/common\\/app.php\",\"line\":88,\"function\":\"Elementor\\\\Core\\\\Common\\\\App::register_scripts\",\"hook\":\"wp_enqueue_scripts\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"elementor-common\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"elementor-common\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"d2239468e13837541dab9f6f63a2d425\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/clever-mega-menu\\/assets\\/frontend\\/js\\/clever-mega-menu.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"plugin\",\"name\":\"clever-mega-menu\",\"file\":\"clever-mega-menu.php\",\"line\":286,\"function\":\"Clever_Mega_Menu::_load_public_assets\",\"hook\":\"wp_enqueue_scripts\",\"priority\":9223372036854775807,\"dependency_type\":\"script\",\"handle\":\"clever-mega-menu\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2664,\"function\":\"wp_enqueue_scripts\",\"hook\":\"wp_head\",\"priority\":1,\"dependency_type\":\"script\",\"handle\":\"clever-mega-menu\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"abe1b40a1f7857ca62e8cdfe214d956e\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/ticker.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"a2c89bfc7d2cfbbb996fe7691ac2baa2\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"67cbd99590e4093f4b24b8ae138b3777\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar sb_instagram_js_options = {\\\"font_method\\\":\\\"svg\\\",\\\"resized_url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-content\\\\\\/uploads\\\\\\/sb-instagram-feed-images\\\\\\/\\\",\\\"placeholder\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-content\\\\\\/plugins\\\\\\/instagram-feed\\\\\\/img\\\\\\/placeholder.png\\\"};\\n\\/* ]]> *\\/\\n\",\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":177,\"function\":\"do_shortcode\",\"hook\":\"widget_text\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"sb_instagram_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"widgets\\/class-wp-widget-text.php\",\"line\":222,\"function\":\"WP_Widget_Text::widget\",\"widget_id\":\"text-3\",\"dependency_type\":\"script\",\"handle\":\"sb_instagram_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"8442de8dd5b621953a58a143f78b3b6d\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/instagram-feed\\/js\\/sb-instagram-2-2.min.js?ver=__normalized__\"},\"sources\":[{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"shortcodes.php\",\"line\":177,\"function\":\"do_shortcode\",\"hook\":\"widget_text\",\"priority\":10,\"dependency_type\":\"script\",\"handle\":\"sb_instagram_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"widgets\\/class-wp-widget-text.php\",\"line\":222,\"function\":\"WP_Widget_Text::widget\",\"widget_id\":\"text-3\",\"dependency_type\":\"script\",\"handle\":\"sb_instagram_scripts\"},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2647,\"function\":\"wp_print_footer_scripts\",\"hook\":\"wp_footer\",\"priority\":20},{\"type\":\"core\",\"name\":\"wp-includes\",\"file\":\"script-loader.php\",\"line\":2637,\"function\":\"_wp_footer_scripts\",\"hook\":\"wp_print_footer_scripts\",\"priority\":10}]}},{\"term_slug\":\"64ed03cd70de3da5b7fea2cd68f5f6ba\",\"data\":{\"node_name\":\"script\",\"parent_name\":\"body\",\"code\":\"invalid_element\",\"type\":\"js_error\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"text\":\"\\r\\n\\t\\t\\tjQuery(document).ready(function(){\\r\\n\\t\\t\\t\\tif(jQuery(\'#wp-admin-bar-revslider-default\').length > 0 && jQuery(\'rs-module-wrap\').length > 0){\\r\\n\\t\\t\\t\\t\\tvar aliases = new Array();\\r\\n\\t\\t\\t\\t\\tjQuery(\'rs-module-wrap\').each(function(){\\r\\n\\t\\t\\t\\t\\t\\taliases.push(jQuery(this).data(\'alias\'));\\r\\n\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tif(aliases.length > 0){\\r\\n\\t\\t\\t\\t\\t\\tjQuery(\'#wp-admin-bar-revslider-default li\').each(function(){\\r\\n\\t\\t\\t\\t\\t\\t\\tvar li = jQuery(this),\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tt = jQuery.trim(li.find(\'.ab-item .rs-label\').data(\'alias\')); \\/\\/text()\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\tif(jQuery.inArray(t,aliases)!=-1){\\r\\n\\t\\t\\t\\t\\t\\t\\t}else{\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tli.remove();\\r\\n\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t}else{\\r\\n\\t\\t\\t\\t\\tjQuery(\'#wp-admin-bar-revslider\').remove();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t});\\r\\n\\t\\t\",\"sources\":[{\"type\":\"plugin\",\"name\":\"revslider\",\"file\":\"public\\/revslider-front.class.php\",\"line\":174,\"function\":\"RevSliderFront::add_admin_bar\",\"hook\":\"wp_footer\",\"priority\":99}]}}]', 'https://southafricacricket.co.za/game-highlights-splashes-at-rhinos/', '', 'publish', 'closed', 'closed', '', '7d374b829d8da4eb906863c58b7d20e5', '', '', '2020-03-18 16:14:28', '2020-03-18 14:14:28', '', 0, 'https://southafricacricket.co.za/amp_validated_url/7d374b829d8da4eb906863c58b7d20e5/', 0, 'amp_validated_url', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2135, 1, '2020-03-18 14:59:22', '2020-03-18 12:59:22', '', 'download', '', 'inherit', 'open', 'closed', '', 'download', '', '', '2020-03-18 14:59:22', '2020-03-18 12:59:22', '', 0, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/download.png', 0, 'attachment', 'image/png', 0),
(2236, 1, '2020-03-21 03:16:32', '2020-03-21 01:16:32', ' ', '', '', 'publish', 'closed', 'closed', '', '2236', '', '', '2020-03-21 03:16:32', '2020-03-21 01:16:32', '', 0, 'https://southafricacricket.co.za/2236/', 5, 'nav_menu_item', '', 0),
(2151, 1, '2020-03-18 15:15:39', '2020-03-18 13:15:39', '[vc_row][vc_column][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584390962043{background-color: #d8d8d8 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Join Cricket Coaches South Africa to get access to more resources like these.[/vc_column_text][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-18 15:15:39', '2020-03-18 13:15:39', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2152, 1, '2020-03-18 15:21:57', '0000-00-00 00:00:00', '<p>[vc_row css=\".vc_custom_1584465160701{background-color: #417502 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"large\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"large\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-18 15:21:57', '2020-03-18 13:21:57', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2152', 0, 'clever_menu', '', 0),
(2153, 1, '2020-03-18 15:24:18', '0000-00-00 00:00:00', '<p>[vc_row css=\".vc_custom_1584465160701{background-color: #417502 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"medium\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"large\" alignment=\"center\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:%23|title:Schools||\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"large\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"large\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"large\" alignment=\"center\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-18 15:24:18', '2020-03-18 13:24:18', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2153', 0, 'clever_menu', '', 0),
(2160, 2, '2020-03-18 15:37:07', '2020-03-18 13:37:07', '', 'CRICKET-WC-2019-SRI-RSA', 'South Africa\'s Lungi Ngidi (L) celebrates taking the wicket of Sri Lanka\'s Lahiru Thirimanne during the 2019 Cricket World Cup warm up match between Sri Lanka and South Africa at Sophia Gardens stadium in Cardiff, south Wales, on May 24, 2019. (Photo by GEOFF CADDICK / AFP)', 'inherit', 'open', 'closed', '', 'cricket-wc-2019-sri-rsa', '', '', '2020-03-18 15:37:07', '2020-03-18 13:37:07', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/65.jpg', 0, 'attachment', 'image/jpeg', 0),
(2166, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2166', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2166', 3, 'nav_menu_item', '', 0),
(2167, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2167', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2167', 4, 'nav_menu_item', '', 0),
(2168, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', '', 'Schools', '', 'publish', 'closed', 'closed', '', 'schools', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2168', 5, 'nav_menu_item', '', 0),
(2169, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2169', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2169', 7, 'nav_menu_item', '', 0),
(2170, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2170', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2170', 8, 'nav_menu_item', '', 0),
(2171, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', '', 'Cricket Pathway', '', 'publish', 'closed', 'closed', '', 'cricket-pathway', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2171', 9, 'nav_menu_item', '', 0),
(2172, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2172', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2172', 10, 'nav_menu_item', '', 0),
(2173, 1, '2020-03-18 16:57:01', '2020-03-18 14:57:01', ' ', '', '', 'publish', 'closed', 'closed', '', '2173', '', '', '2020-03-18 17:00:31', '2020-03-18 15:00:31', '', 0, 'https://southafricacricket.co.za/?p=2173', 6, 'nav_menu_item', '', 0),
(2177, 2, '2020-03-19 10:01:10', '2020-03-19 08:01:10', '', 'mzansisl151001', '', 'inherit', 'open', 'closed', '', 'mzansisl151001', '', '', '2020-03-19 10:01:10', '2020-03-19 08:01:10', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/mzansisl151001.jpg', 0, 'attachment', 'image/jpeg', 0),
(2178, 2, '2020-03-19 10:11:41', '2020-03-19 08:11:41', '', '500bd0c421592b022c0cd9f82d8c72bb', '', 'inherit', 'open', 'closed', '', '500bd0c421592b022c0cd9f82d8c72bb', '', '', '2020-03-19 10:11:41', '2020-03-19 08:11:41', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/500bd0c421592b022c0cd9f82d8c72bb.png', 0, 'attachment', 'image/png', 0),
(2179, 2, '2020-03-19 10:11:45', '2020-03-19 08:11:45', '', 'Bloem-City-Blazers', '', 'inherit', 'open', 'closed', '', 'bloem-city-blazers', '', '', '2020-03-19 10:11:45', '2020-03-19 08:11:45', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Bloem-City-Blazers.jpg', 0, 'attachment', 'image/jpeg', 0),
(2180, 2, '2020-03-19 10:12:06', '2020-03-19 08:12:06', '', 'c04d12fe1bed85cfcc917e5cf4c07e29', '', 'inherit', 'open', 'closed', '', 'c04d12fe1bed85cfcc917e5cf4c07e29', '', '', '2020-03-19 10:12:06', '2020-03-19 08:12:06', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/c04d12fe1bed85cfcc917e5cf4c07e29.jpg', 0, 'attachment', 'image/jpeg', 0),
(2181, 2, '2020-03-19 10:12:23', '2020-03-19 08:12:23', '', 'Multan-Sultans-Logo', '', 'inherit', 'open', 'closed', '', 'multan-sultans-logo', '', '', '2020-03-19 10:12:23', '2020-03-19 08:12:23', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Multan-Sultans-Logo.jpg', 0, 'attachment', 'image/jpeg', 0),
(2182, 2, '2020-03-19 10:12:35', '2020-03-19 08:12:35', '', 'sa-cricket-logo-EB32961D28-seeklogo.com', '', 'inherit', 'open', 'closed', '', 'sa-cricket-logo-eb32961d28-seeklogo-com', '', '', '2020-03-19 10:12:35', '2020-03-19 08:12:35', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-cricket-logo-EB32961D28-seeklogo.com_.png', 0, 'attachment', 'image/png', 0),
(2219, 1, '2020-03-22 00:14:03', '2020-03-21 22:14:03', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" parallax=\"content-moving\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-autosave-v1', '', '', '2020-03-22 00:14:03', '2020-03-21 22:14:03', '', 1884, 'https://southafricacricket.co.za/1884-autosave-v1/', 0, 'revision', '', 0),
(2183, 2, '2020-03-19 21:39:01', '2020-03-19 19:39:01', '[vc_row][vc_column width=\"1/2\"][vc_single_image image=\"2160\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1584543437316{margin-top: 50px !important;}\"][vc_column_text css=\".vc_custom_1584543861607{margin-top: 70px !important;}\"]First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.[/vc_column_text][/vc_column][/vc_row][vc_row parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2178\" img_size=\"small\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1584543815981{margin-top: 70px !important;}\"]First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2175\" img_size=\"large\" alignment=\"right\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"2177\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1584605065424{margin-top: 100px !important;}\"]Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile South African and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include ****, ******and *****.[/vc_column_text][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-19 21:39:01', '2020-03-19 19:39:01', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2184, 1, '2020-03-20 18:42:42', '0000-00-00 00:00:00', '<p>[vc_row css=\".vc_custom_1584722428386{border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:%23|title:Schools||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584722119779{padding-top: 2px !important;padding-bottom: 2px !important;background-color: #969696 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1917\" img_size=\"150x150\" alignment=\"center\" el_class=\"hdr-img-css\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"<strong>Register to play cricket today!</strong> Find your local club\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"1/6\"][vc_wp_search][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-20 18:42:42', '2020-03-20 16:42:42', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2184', 0, 'clever_menu', '', 0),
(2191, 2, '2020-03-20 20:09:53', '2020-03-20 18:09:53', '[vc_row][vc_column][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>South African Cricket Pathway</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>Explore South African Cricket Pathway</h2>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-autosave-v1', '', '', '2020-03-20 20:09:53', '2020-03-20 18:09:53', '', 1889, 'https://southafricacricket.co.za/1889-autosave-v1/', 0, 'revision', '', 0),
(2192, 2, '2020-03-20 20:07:20', '2020-03-20 18:07:20', '[vc_row][vc_column][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Australian Cricket Pathway</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>Explore Australian Cricket Pathway</h2>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-revision-v1', '', '', '2020-03-20 20:07:20', '2020-03-20 18:07:20', '', 1889, 'https://southafricacricket.co.za/1889-revision-v1/', 0, 'revision', '', 0),
(2193, 2, '2020-03-20 20:10:00', '2020-03-20 18:10:00', '[vc_row][vc_column][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>South African Cricket Pathway</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>Explore South African Cricket Pathway</h2>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-revision-v1', '', '', '2020-03-20 20:10:00', '2020-03-20 18:10:00', '', 1889, 'https://southafricacricket.co.za/1889-revision-v1/', 0, 'revision', '', 0),
(2194, 1, '2020-03-20 22:26:09', '2020-03-20 20:26:09', '', 'pictureontop2', '', 'inherit', 'open', 'closed', '', 'pictureontop2', '', '', '2020-03-20 22:26:09', '2020-03-20 20:26:09', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg', 0, 'attachment', 'image/jpeg', 0),
(2195, 1, '2020-03-20 22:30:05', '2020-03-20 20:30:05', '', 'puma1', '', 'inherit', 'open', 'closed', '', 'puma1', '', '', '2020-03-20 22:30:05', '2020-03-20 20:30:05', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/puma1.png', 0, 'attachment', 'image/png', 0),
(2196, 1, '2020-03-20 22:30:12', '2020-03-20 20:30:12', '', 'evian1', '', 'inherit', 'open', 'closed', '', 'evian1', '', '', '2020-03-20 22:30:12', '2020-03-20 20:30:12', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/evian1.png', 0, 'attachment', 'image/png', 0),
(2197, 1, '2020-03-20 22:30:23', '2020-03-20 20:30:23', '', 'nike1', '', 'inherit', 'open', 'closed', '', 'nike1', '', '', '2020-03-20 22:30:23', '2020-03-20 20:30:23', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/nike1.png', 0, 'attachment', 'image/png', 0),
(2198, 1, '2020-03-20 22:30:29', '2020-03-20 20:30:29', '', 'Coca1', '', 'inherit', 'open', 'closed', '', 'coca1', '', '', '2020-03-20 22:30:29', '2020-03-20 20:30:29', '', 1891, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Coca1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2199, 1, '2020-03-20 22:35:56', '2020-03-20 20:35:56', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\" css=\".vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-20 22:35:56', '2020-03-20 20:35:56', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2200, 1, '2020-03-20 22:38:19', '2020-03-20 20:38:19', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"bottom\" css=\".vc_custom_1584532552651{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-team-blur.jpg?id=2112) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-20 22:38:19', '2020-03-20 20:38:19', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2201, 1, '2020-03-21 00:56:40', '0000-00-00 00:00:00', '<p>[vc_row css=\".vc_custom_1584722428386{border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fschool-ambassador-program%2F|||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584722119779{padding-top: 2px !important;padding-bottom: 2px !important;background-color: #969696 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1917\" img_size=\"150x150\" alignment=\"center\" el_class=\"hdr-img-css\"][/vc_column][vc_column width=\"4/6\"][vc_custom_heading text=\"<strong>Register to play cricket today!</strong> Find your local club\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"1/6\"][vc_wp_search][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-21 00:56:40', '2020-03-20 22:56:40', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2201', 0, 'clever_menu', '', 0),
(2211, 1, '2020-03-22 00:15:57', '2020-03-21 22:15:57', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"200px\"][vc_custom_heading text=\"We have updated our Learning Platform. To see the changes and a how to guide click learn more\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_btn title=\"LEARN MORE\" color=\"green\" size=\"lg\" align=\"left\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Explore Cricket Australia Coaching\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\r\n\r\n<a href=\"#\">Coach Insurance</a>\r\n<a href=\"#\">Code of Behaviour</a>\r\n<a href=\"#\">Community Coach</a>\r\n<a href=\"#\">High Performance Coach</a>\r\n<a href=\"#\">Introduction to Cricket</a>\r\n<a href=\"#\">Representative Coach</a>\r\n<a href=\"#\">Role of the a coach</a>\r\n<a href=\"#\">Woolworths Cricket Blast</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Courses &amp; Workshops</strong></a>\r\n\r\n<a href=\"#\">Course Listing Page</a>\r\n<a href=\"#\">How to guide</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>FAQs</strong></a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>The Resource Kit Bag</strong></a>\r\n\r\n<a href=\"#\">Junior Formats</a>\r\n<a href=\"#\">Leading the game</a>\r\n<a href=\"#\">Prepare to perform</a>\r\n<a href=\"#\">Scoring Runs</a>\r\n<a href=\"#\">Skills Videos</a>\r\n<a href=\"#\">Taking Wickets</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Cricket Australia Coaching proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-autosave-v1', '', '', '2020-03-22 00:15:57', '2020-03-21 22:15:57', '', 1878, 'https://southafricacricket.co.za/1878-autosave-v1/', 0, 'revision', '', 0),
(2212, 1, '2020-03-21 01:50:52', '2020-03-20 23:50:52', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"10\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748236185{margin-top: 10px !important;margin-right: 10px !important;margin-bottom: 10px !important;margin-left: 10px !important;padding-top: 10px !important;padding-right: 10px !important;padding-bottom: 10px !important;padding-left: 10px !important;background-color: #c0dd96 !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"10\"][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Join Cricket Coaches South Africa to get access to more resources like these.[/vc_column_text][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-21 01:50:52', '2020-03-20 23:50:52', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2213, 1, '2020-03-21 02:00:57', '2020-03-21 00:00:57', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row]</p>\n', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-21 02:00:57', '2020-03-21 00:00:57', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2214, 1, '2020-03-21 02:02:11', '2020-03-21 00:02:11', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row]</p>\n', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-21 02:02:11', '2020-03-21 00:02:11', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2217, 1, '2020-03-21 02:10:20', '2020-03-21 00:10:20', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-21 02:10:20', '2020-03-21 00:10:20', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2218, 1, '2020-03-21 02:12:46', '2020-03-21 00:12:46', '[vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\" offset=\"\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Clubs proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Clubs', '', 'inherit', 'closed', 'closed', '', '1887-revision-v1', '', '', '2020-03-21 02:12:46', '2020-03-21 00:12:46', '', 1887, 'https://southafricacricket.co.za/1887-revision-v1/', 0, 'revision', '', 0),
(2220, 1, '2020-03-21 02:23:50', '2020-03-21 00:23:50', '[vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2178\" img_size=\"small\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1584543815981{margin-top: 70px !important;}\"]First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"2175\" img_size=\"large\" alignment=\"right\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_single_image image=\"2177\" img_size=\"large\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1584605065424{margin-top: 100px !important;}\"]Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile South African and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include ****, ******and *****.[/vc_column_text][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-21 02:23:50', '2020-03-21 00:23:50', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2221, 1, '2020-03-21 02:31:30', '2020-03-21 00:31:30', '<p>[vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][vc_single_image image=\"2178\" img_size=\"small\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]</p>\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve & Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row]</p>\n', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-21 02:31:30', '2020-03-21 00:31:30', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2231, 1, '2020-03-21 03:00:52', '2020-03-21 01:00:52', '[vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-21 03:00:52', '2020-03-21 01:00:52', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2222, 1, '2020-03-21 02:31:57', '2020-03-21 00:31:57', '<p>[vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][vc_single_image image=\"2178\" img_size=\"small\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]</p>\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve & Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]</p>\n', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-21 02:31:57', '2020-03-21 00:31:57', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2223, 1, '2020-03-21 02:34:14', '2020-03-21 00:34:14', '[vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][vc_single_image image=\"2178\" img_size=\"small\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-21 02:34:14', '2020-03-21 00:34:14', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2224, 1, '2020-03-21 19:32:34', '2020-03-21 17:32:34', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1584811865327{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/Image-URL-1.jpg?id=2247) !important;}\"][vc_column][vc_empty_space height=\"250px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=6CLTa2RdHNg\"][vc_column_text css=\".vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"]By signing up as a School Ambassador, you are taking the first step along the journey to ensuring your students live active and healthy lives.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER NOW\" color=\"success\" align=\"left\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'School Ambassador Program', '', 'inherit', 'closed', 'closed', '', '1882-autosave-v1', '', '', '2020-03-21 19:32:34', '2020-03-21 17:32:34', '', 1882, 'https://southafricacricket.co.za/1882-autosave-v1/', 0, 'revision', '', 0),
(2226, 1, '2020-03-22 00:23:20', '2020-03-21 22:23:20', '<p>[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Backyard to Baggy Green\" font_container=\"tag:h3|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Cricket is Australia’s favourite sport; millions enjoy the opportunity to play this great game and rise through its ranks\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text]</p>\n<h3>A pathway for all</h3>\n<p><strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong></p>\n<p>Cricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.</p>\n<p>Over 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.</p>\n<p>We want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.</p>\n<p>So whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey</p>\n<p>James Sutherland<br />\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<h3>South African Cricket Pathway</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:</p>\n<ol>\n<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\n<ul>\n<li>Encouraging players to compete at their skill level (age is indicative only)</li>\n<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\n<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\n<li>Providing <strong>options of game duration</strong> to suit players and families</li>\n</ul>\n</li>\n<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\n<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\n<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\n<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\n<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\n</ol>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<h2>Explore South African Cricket Pathway</h2>\n<div class=\"row\">\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\n</div>\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\n</div>\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\n</div>\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\n</div>\n</div>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]</p>\n', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-autosave-v1', '', '', '2020-03-22 00:23:20', '2020-03-21 22:23:20', '', 1889, 'https://southafricacricket.co.za/1889-autosave-v1/', 0, 'revision', '', 0),
(2227, 1, '2020-03-21 02:47:07', '2020-03-21 00:47:07', '[vc_row][vc_column][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>South African Cricket Pathway</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>Explore South African Cricket Pathway</h2>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-revision-v1', '', '', '2020-03-21 02:47:07', '2020-03-21 00:47:07', '', 1889, 'https://southafricacricket.co.za/1889-revision-v1/', 0, 'revision', '', 0),
(2228, 1, '2020-03-21 02:56:29', '2020-03-21 00:56:29', '<p>[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][vc_column_text]</p>\n<h3>Umpire\'s Insights</h3>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" css=\".vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=p-nWhXof7Bk\" el_aspect=\"43\" css=\".vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}\"]</p>\n<p style=\"text-align: left;\">The CSA Umpire Pathway</p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text css=\".vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"]Join Cricket Umpires South Africa to get access to more resources like these.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER TODAY\" style=\"classic\" color=\"success\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]</p>\n', 'Umpire', '', 'inherit', 'closed', 'closed', '', '1880-autosave-v1', '', '', '2020-03-21 02:56:29', '2020-03-21 00:56:29', '', 1880, 'https://southafricacricket.co.za/1880-autosave-v1/', 0, 'revision', '', 0),
(2230, 1, '2020-03-21 02:56:32', '2020-03-21 00:56:32', '[vc_row full_width=\"stretch_row_content_no_spaces\" equal_height=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][vc_column_text]\r\n<h3>Umpire\'s Insights</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\" css=\".vc_custom_1584751892787{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #b1eda6 !important;border-radius: 5px !important;}\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=p-nWhXof7Bk\" el_aspect=\"43\" css=\".vc_custom_1584751901824{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"][vc_column_text css=\".vc_custom_1584520253614{margin-top: 3px !important;margin-right: 2px !important;margin-bottom: 2px !important;margin-left: 2px !important;padding-top: 3px !important;padding-right: 2px !important;padding-bottom: 2px !important;padding-left: 2px !important;}\"]\r\n<p style=\"text-align: left;\">The CSA Umpire Pathway</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text css=\".vc_custom_1584519992862{margin: 0px !important;padding: 0px !important;border: 0px initial !important;}\"]Join Cricket Umpires South Africa to get access to more resources like these.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER TODAY\" style=\"classic\" color=\"success\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Umpire', '', 'inherit', 'closed', 'closed', '', '1880-revision-v1', '', '', '2020-03-21 02:56:32', '2020-03-21 00:56:32', '', 1880, 'https://southafricacricket.co.za/1880-revision-v1/', 0, 'revision', '', 0),
(2232, 1, '2020-03-21 03:01:48', '2020-03-21 01:01:48', '[vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750103707{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750539604{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h4|font_size:23|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584750666027{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-21 03:01:48', '2020-03-21 01:01:48', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2241, 1, '2020-03-21 16:26:41', '0000-00-00 00:00:00', '<p>[vc_row css=\".vc_custom_1584722428386{border-top-width: 0px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fschool-ambassador-program%2F|||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|font_size:20|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white;font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584722119779{padding-top: 2px !important;padding-bottom: 2px !important;background-color: #969696 !important;}\"][vc_column width=\"2/12\"][vc_single_image image=\"1917\" img_size=\"150x150\" alignment=\"center\" el_class=\"hdr-img-css\"][/vc_column][vc_column width=\"7/12\"][vc_custom_heading text=\"<strong>Register to play cricket today!</strong> Find your local club\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"3/12\"][vc_wp_search][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-21 16:26:41', '2020-03-21 14:26:41', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2241', 0, 'clever_menu', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2242, 1, '2020-03-21 16:33:34', '2020-03-21 14:33:34', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584801199315{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-21 16:33:34', '2020-03-21 14:33:34', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2243, 1, '2020-03-21 16:38:07', '2020-03-21 14:38:07', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\n2019/20 Has Now Been Exhausted.<br />\nExpressions Of Interest For The<br />\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584801351976{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584396387105{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\n<h2 style=\"text-align: center;\">Coaches</h2>\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\n<h2 style=\"text-align: center;\">Umpires</h2>\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-21 16:38:07', '2020-03-21 14:38:07', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2244, 1, '2020-03-21 18:13:05', '2020-03-21 16:13:05', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584802499280{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-21 18:13:05', '2020-03-21 16:13:05', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2245, 1, '2020-03-21 18:28:36', '2020-03-21 16:28:36', '', 'Page Sidebar', '', 'publish', 'closed', 'closed', '', 'page-sidebar', '', '', '2020-03-21 18:29:34', '2020-03-21 16:29:34', '', 0, 'https://southafricacricket.co.za/?post_type=sidebar_instance&#038;p=2245', 0, 'sidebar_instance', '', 0),
(2247, 1, '2020-03-21 19:30:22', '2020-03-21 17:30:22', '', 'Image URL (1)', '', 'inherit', 'open', 'closed', '', 'image-url-1', '', '', '2020-03-21 19:30:22', '2020-03-21 17:30:22', '', 1882, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Image-URL-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(2248, 1, '2020-03-21 19:32:52', '2020-03-21 17:32:52', '[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1584811865327{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/Image-URL-1.jpg?id=2247) !important;}\"][vc_column][vc_empty_space height=\"250px\"][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_empty_space][vc_video link=\"https://www.youtube.com/watch?v=6CLTa2RdHNg\"][vc_column_text css=\".vc_custom_1584521346507{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;border-top-width: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\"]By signing up as a School Ambassador, you are taking the first step along the journey to ensuring your students live active and healthy lives.[/vc_column_text][vc_empty_space][vc_btn title=\"REGISTER NOW\" color=\"success\" align=\"left\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'School Ambassador Program', '', 'inherit', 'closed', 'closed', '', '1882-revision-v1', '', '', '2020-03-21 19:32:52', '2020-03-21 17:32:52', '', 1882, 'https://southafricacricket.co.za/1882-revision-v1/', 0, 'revision', '', 0),
(2249, 1, '2020-03-21 19:41:44', '2020-03-21 17:41:44', '', 'premier-cricket-hdr-bg', '', 'inherit', 'open', 'closed', '', 'premier-cricket-hdr-bg', '', '', '2020-03-21 19:41:44', '2020-03-21 17:41:44', '', 1884, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2250, 1, '2020-03-21 19:50:11', '2020-03-21 17:50:11', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" parallax=\"content-moving\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-21 19:50:11', '2020-03-21 17:50:11', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2251, 1, '2020-03-21 19:53:00', '2020-03-21 17:53:00', '', 'cricket-pathway-hdr-bg', '', 'inherit', 'open', 'closed', '', 'cricket-pathway-hdr-bg', '', '', '2020-03-21 19:53:00', '2020-03-21 17:53:00', '', 1889, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2252, 1, '2020-03-21 19:57:14', '2020-03-21 17:57:14', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Backyard to Baggy Green\" font_container=\"tag:h3|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Cricket is Australia’s favourite sport; millions enjoy the opportunity to play this great game and rise through its ranks\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>South African Cricket Pathway</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>Explore South African Cricket Pathway</h2>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-revision-v1', '', '', '2020-03-21 19:57:14', '2020-03-21 17:57:14', '', 1889, 'https://southafricacricket.co.za/1889-revision-v1/', 0, 'revision', '', 0),
(2253, 1, '2020-03-21 20:07:13', '2020-03-21 18:07:13', '', 'clubs-hdr-bg', '', 'inherit', 'open', 'closed', '', 'clubs-hdr-bg', '', '', '2020-03-21 20:07:13', '2020-03-21 18:07:13', '', 1887, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/clubs-hdr-bg.jpg', 0, 'attachment', 'image/jpeg', 0),
(2254, 1, '2020-03-21 20:11:05', '2020-03-21 18:11:05', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814170402{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/clubs-hdr-bg.jpg?id=2253) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Cricket Australia supports grassroots cricket clubs by providing a wealth of resources to enable your club to thrive.\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Clubs proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Clubs', '', 'inherit', 'closed', 'closed', '', '1887-revision-v1', '', '', '2020-03-21 20:11:05', '2020-03-21 18:11:05', '', 1887, 'https://southafricacricket.co.za/1887-revision-v1/', 0, 'revision', '', 0),
(2255, 1, '2020-03-21 20:15:39', '2020-03-21 18:15:39', '', '482438_1119_CA0175_2738x1048_v54', '', 'inherit', 'open', 'closed', '', '482438_1119_ca0175_2738x1048_v54', '', '', '2020-03-21 20:15:39', '2020-03-21 18:15:39', '', 1878, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_CA0175_2738x1048_v54.jpg', 0, 'attachment', 'image/jpeg', 0),
(2256, 1, '2020-03-21 20:19:11', '2020-03-21 18:19:11', '', '482438_1119_Css', '', 'inherit', 'open', 'closed', '', '482438_1119_css', '', '', '2020-03-21 20:19:11', '2020-03-21 18:19:11', '', 1878, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg', 0, 'attachment', 'image/jpeg', 0),
(2257, 1, '2020-03-21 20:20:35', '2020-03-21 18:20:35', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"200px\"][vc_custom_heading text=\"We have updated our Learning Platform. To see the changes and a how to guide click learn more\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_btn title=\"LEARN MORE\" color=\"green\" size=\"lg\" align=\"left\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-21 20:20:35', '2020-03-21 18:20:35', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2258, 1, '2020-03-21 20:32:17', '2020-03-21 18:32:17', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"200px\"][vc_custom_heading text=\"We have updated our Learning Platform. To see the changes and a how to guide click learn more\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_btn title=\"LEARN MORE\" color=\"green\" size=\"lg\" align=\"left\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Explore Cricket Australia Coaching\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\r\n\r\n<a href=\"#\">Coach Insurance</a>\r\n<a href=\"#\">Code of Behaviour</a>\r\n<a href=\"#\">Community Coach</a>\r\n<a href=\"#\">High Performance Coach</a>\r\n<a href=\"#\">Introduction to Cricket</a>\r\n<a href=\"#\">Representative Coach</a>\r\n<a href=\"#\">Role of the a coach</a>\r\n<a href=\"#\">Woolworths Cricket Blast</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Courses &amp; Workshops</strong></a>\r\n\r\n<a href=\"#\">Course Listing Page</a>\r\n<a href=\"#\">How to guide</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>FAQs</strong></a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>The Resource Kit Bag</strong></a>\r\n\r\n<a href=\"#\">Junior Formats</a>\r\n<a href=\"#\">Leading the game</a>\r\n<a href=\"#\">Prepare to perform</a>\r\n<a href=\"#\">Scoring Runs</a>\r\n<a href=\"#\">Skills Videos</a>\r\n<a href=\"#\">Taking Wickets</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-21 20:32:17', '2020-03-21 18:32:17', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2259, 1, '2020-03-21 20:33:59', '2020-03-21 18:33:59', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"200px\"][vc_custom_heading text=\"We have updated our Learning Platform. To see the changes and a how to guide click learn more\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_btn title=\"LEARN MORE\" color=\"green\" size=\"lg\" align=\"left\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Explore Cricket Australia Coaching\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\r\n\r\n<a href=\"#\">Coach Insurance</a>\r\n<a href=\"#\">Code of Behaviour</a>\r\n<a href=\"#\">Community Coach</a>\r\n<a href=\"#\">High Performance Coach</a>\r\n<a href=\"#\">Introduction to Cricket</a>\r\n<a href=\"#\">Representative Coach</a>\r\n<a href=\"#\">Role of the a coach</a>\r\n<a href=\"#\">Woolworths Cricket Blast</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Courses &amp; Workshops</strong></a>\r\n\r\n<a href=\"#\">Course Listing Page</a>\r\n<a href=\"#\">How to guide</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>FAQs</strong></a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>The Resource Kit Bag</strong></a>\r\n\r\n<a href=\"#\">Junior Formats</a>\r\n<a href=\"#\">Leading the game</a>\r\n<a href=\"#\">Prepare to perform</a>\r\n<a href=\"#\">Scoring Runs</a>\r\n<a href=\"#\">Skills Videos</a>\r\n<a href=\"#\">Taking Wickets</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Cricket Australia Coaching proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-21 20:33:59', '2020-03-21 18:33:59', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2278, 1, '2020-03-22 00:13:02', '2020-03-21 22:13:02', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" parallax=\"content-moving\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-22 00:13:02', '2020-03-21 22:13:02', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2279, 1, '2020-03-22 00:14:16', '2020-03-21 22:14:16', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row equal_height=\"yes\" parallax=\"content-moving\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2181\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2180\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-22 00:14:16', '2020-03-21 22:14:16', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2280, 1, '2020-03-22 00:21:48', '2020-03-21 22:21:48', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Backyard to Baggy Green\" font_container=\"tag:h3|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Cricket is Australia’s favourite sport; millions enjoy the opportunity to play this great game and rise through its ranks\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4>South African Cricket Pathway</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h2>Explore South African Cricket Pathway</h2>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-revision-v1', '', '', '2020-03-22 00:21:48', '2020-03-21 22:21:48', '', 1889, 'https://southafricacricket.co.za/1889-revision-v1/', 0, 'revision', '', 0),
(2281, 1, '2020-03-22 00:23:29', '2020-03-21 22:23:29', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584813202817{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/cricket-pathway-hdr-bg.jpg?id=2251) !important;}\"][vc_column width=\"5/6\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"Backyard to Baggy Green\" font_container=\"tag:h3|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Cricket is Australia’s favourite sport; millions enjoy the opportunity to play this great game and rise through its ranks\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_column_text]\r\n<h3>A pathway for all</h3>\r\n<strong>Cricket is South Africa\'s favorite sport; millions enjoy the opportunity to play this great game and rise through its ranks.</strong>\r\n\r\nCricket is a sport for all and whether it’s adults playing club cricket or kids having their first hit, having fun is a priority. But we’re also dedicated to helping talented players from all backgrounds develop and transition to the next level.\r\n\r\nOver 1.2 million people a year play cricket in South Africa and benefit from the buzz of hitting the ball, taking a wicket or grabbing a catch, as well as enjoying the camaraderie of being part of a team.\r\n\r\nWe want all cricketers to have every chance to maximize their cricketing skills and enjoy a successful career. Beginning with our great entry level programs for children and working through different representative levels to the national teams, it should be clear to all players that if they are good enough there is a clear pathway for them to succeed. While not everyone can fulfill the dream of representing their country, it’s good to know there is a clear route from the backyard to the baggy green and all stages in between.\r\n\r\nSo whether you’ve never held a bat, are desperate to get back into it or have a passing interest, there’s never been a better time to start playing South Africa’s favorite sport. I wish everyone luck on their cricketing journey\r\n\r\nJames Sutherland\r\nCricket South Africa CEO[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>South African Cricket Pathway</h3>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"2111\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]The principles of the Pathway are:\r\n<ol>\r\n 	<li>Focus is on enhancing players <strong>enjoyment</strong> and <strong>retention</strong> by:\r\n<ul>\r\n 	<li>Encouraging players to compete at their skill level (age is indicative only)</li>\r\n 	<li>Graduated player numbers to <strong>increase activity levels</strong> for all players by providing more space on field and game opportunities</li>\r\n 	<li><strong>Graduated complexity of match formats</strong> to support skill development</li>\r\n 	<li>Providing <strong>options of game duration</strong> to suit players and families</li>\r\n</ul>\r\n</li>\r\n 	<li>Consistent formats are aligned to the South Africa Cricket Pathway competency framework.</li>\r\n 	<li>Representative cricket is designed to stretch the best players. This includes inter-association, Regional, State and National Championships</li>\r\n 	<li>Coach development, accreditation and skills are aligned to the formats and level of the player</li>\r\n 	<li>Coaching resources are consistent with the South Africa Cricket Pathway framework and support development of player skills throughout the formats</li>\r\n 	<li>Female pathways can use same formats however the progression may be different depending on experience and numbers of players</li>\r\n</ol>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=\"black\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h3>Explore South African Cricket Pathway</h3>\r\n<div class=\"row\">\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Elite &amp; Mastery</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Foundation</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\" section-title\"><a href=\"####\">Overview</a></p>\r\n\r\n</div>\r\n<div class=\"col-lg-2 col-md-2 col-sm-2 col-xs-12\">\r\n<p class=\"coach section-title\"><a href=\"####\">Talent</a></p>\r\n\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'South Africa Cricket Pathway', '', 'inherit', 'closed', 'closed', '', '1889-revision-v1', '', '', '2020-03-22 00:23:29', '2020-03-21 22:23:29', '', 1889, 'https://southafricacricket.co.za/1889-revision-v1/', 0, 'revision', '', 0),
(2283, 1, '2020-03-22 00:46:45', '2020-03-21 22:46:45', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1585070943486{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070532853{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/players\">Players</a></strong>\r\nTrack your career or start playing today.\r\n<strong><a href=\"/players\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070540353{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/coach\">Coaches</a></strong>\r\nJoin over 30,000 registered coaches.\r\n<strong><a href=\"/coach\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070547324{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"#\">Umpires</a></strong>\r\nJoin over 5,000 registered umpires.\r\n<strong><a href=\"/umpire\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070553577{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/clubs\">Clubs</a></strong>\r\nGet resources to help run your cricket club.\r\n<strong><a href=\"/clubs\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070560457{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/schools\">Schools</a></strong>\r\nJoin over 4,700 School Ambassadors.\r\n<strong><a href=\"/schools\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'publish', 'closed', 'closed', '', 'new-footer', '', '', '2020-03-24 19:29:09', '2020-03-24 17:29:09', '', 0, 'https://southafricacricket.co.za/?post_type=gusta_section&#038;p=2283', 0, 'gusta_section', '', 0),
(2284, 1, '2020-03-22 00:46:45', '2020-03-21 22:46:45', '', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 00:46:45', '2020-03-21 22:46:45', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2285, 1, '2020-03-22 01:22:55', '2020-03-21 23:22:55', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\n<p>Track your career or start playing today.</p>\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\n<p><a href=\"/coach\">Coaches</a></p>\n<p>Join over 30,000 registered coaches.</p>\n<p><a href=\"/coach\">Learn More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\n<p><a href=\"#\">Umpires</a></p>\n<p>Join over 5,000 registered umpires.</p>\n<p><a href=\"/umpire\">Learn More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\n<p><a href=\"/clubs\">Clubs</a></p>\n<p>Get resources to help run your cricket club.</p>\n<p><a href=\"/clubs\">Learn More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\n<p><a href=\"/schools\">Schools</a></p>\n<p>Join over 4,700 School Ambassadors.</p>\n<p><a href=\"/schools\">Learn More</a></p>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_separator el_width=\"90\"][vc_row_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_separator el_width=\"90\"][/vc_column][/vc_row]</p>\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-autosave-v1', '', '', '2020-03-22 01:22:55', '2020-03-21 23:22:55', '', 2283, 'https://southafricacricket.co.za/2283-autosave-v1/', 0, 'revision', '', 0),
(2286, 1, '2020-03-22 00:48:07', '2020-03-21 22:48:07', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584830884277{background-color: #1e73be !important;}\"][vc_column][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 00:48:07', '2020-03-21 22:48:07', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2287, 1, '2020-03-22 00:55:35', '2020-03-21 22:55:35', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584830884277{background-color: #1e73be !important;}\"][vc_column][vc_empty_space height=\"200px\"][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 00:55:35', '2020-03-21 22:55:35', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2288, 1, '2020-03-22 01:00:58', '2020-03-21 23:00:58', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"200px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:00:58', '2020-03-21 23:00:58', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2289, 1, '2020-03-22 01:04:40', '2020-03-21 23:04:40', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"200px\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"/coach\">Coaches</a>\r\n\r\nJoin over 30,000 registered coaches.\r\n\r\n<a href=\"/coach\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"#\">Umpires</a>\r\n\r\nJoin over 5,000 registered umpires.\r\n\r\n<a href=\"/umpire\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"/clubs\">Clubs</a>\r\n\r\nGet resources to help run your cricket club.\r\n\r\n<a href=\"/clubs\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"/schools\">Schools</a>\r\n\r\nJoin over 4,700 School Ambassadors.\r\n\r\n<a href=\"/schools\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:04:40', '2020-03-21 23:04:40', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2290, 1, '2020-03-22 01:05:53', '2020-03-21 23:05:53', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:05:53', '2020-03-21 23:05:53', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2291, 1, '2020-03-22 01:08:47', '2020-03-21 23:08:47', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:08:47', '2020-03-21 23:08:47', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2292, 1, '2020-03-22 01:09:47', '2020-03-21 23:09:47', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:09:47', '2020-03-21 23:09:47', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2294, 1, '2020-03-22 01:18:28', '2020-03-21 23:18:28', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:18:28', '2020-03-21 23:18:28', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2295, 1, '2020-03-22 01:21:32', '2020-03-21 23:21:32', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_separator el_width=\"90\"][vc_row_inner][vc_column_inner width=\"1/6\"][vc_single_image image=\"2182\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_separator el_width=\"90\"][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:21:32', '2020-03-21 23:21:32', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2297, 1, '2020-03-22 01:24:40', '2020-03-21 23:24:40', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:24:40', '2020-03-21 23:24:40', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2296, 1, '2020-03-22 01:23:42', '2020-03-21 23:23:42', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_separator color=\"custom\" border_width=\"2\" el_width=\"90\" accent_color=\"#7a7a7a\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_separator el_width=\"90\"][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:23:42', '2020-03-21 23:23:42', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2298, 1, '2020-03-22 01:25:33', '2020-03-21 23:25:33', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584832700142{border-top-width: 5px !important;border-bottom-width: 5px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-22 01:25:33', '2020-03-21 23:25:33', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2300, 1, '2020-03-22 01:29:04', '2020-03-21 23:29:04', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584833282986{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-22 01:29:04', '2020-03-21 23:29:04', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2299, 1, '2020-03-22 01:27:21', '2020-03-21 23:27:21', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584833237138{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-22 01:27:21', '2020-03-21 23:27:21', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2303, 1, '2020-03-22 02:01:21', '2020-03-22 00:01:21', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-22 02:01:21', '2020-03-22 00:01:21', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2307, 2, '2020-03-23 12:56:34', '2020-03-23 10:56:34', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-23 12:56:34', '2020-03-23 10:56:34', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2301, 1, '2020-03-22 01:57:55', '2020-03-21 23:57:55', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835039064{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-22 01:57:55', '2020-03-21 23:57:55', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2302, 1, '2020-03-22 01:59:00', '2020-03-21 23:59:00', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835135209{margin-bottom: -70px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396410534{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396419822{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #e5e5e5 !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584533006160{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/sa-school-cricket.jpg?id=2114) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: white;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-22 01:59:00', '2020-03-21 23:59:00', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2405, 2, '2020-03-24 22:49:34', '2020-03-24 20:49:34', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css\"][vc_column width=\"1/3\" css=\".vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_empty_space][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-autosave-v1', '', '', '2020-03-24 22:49:34', '2020-03-24 20:49:34', '', 1891, 'https://southafricacricket.co.za/1891-autosave-v1/', 0, 'revision', '', 0),
(2315, 2, '2020-03-23 14:03:38', '0000-00-00 00:00:00', '<p>[vc_row equal_height=\"yes\" css=\".vc_custom_1584964745321{border-top-width: 0px !important;border-right-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584964699303{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584964694107{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fschool-ambassador-program%2F|||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584964686318{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584964677706{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\" el_class=\"crckt-path-ttl-css\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584963392734{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\" el_class=\"crckt-path-ttl-css\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584963384537{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"top\" css=\".vc_custom_1584964855642{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-top: 3px !important;padding-bottom: 0px !important;background-color: #969696 !important;}\"][vc_column width=\"1/12\"][vc_single_image image=\"2316\" img_size=\"\" alignment=\"center\" el_class=\"hdr-img-css\"][/vc_column][vc_column width=\"8/12\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"<strong>Register to play cricket today!</strong> Find your local club\" font_container=\"tag:h5|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"3/12\"][vc_wp_search][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-23 14:03:38', '2020-03-23 12:03:38', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2315', 0, 'clever_menu', '', 0),
(2316, 2, '2020-03-23 13:28:55', '2020-03-23 11:28:55', '', 'Mzansi Cricket logo crpd', '', 'inherit', 'open', 'closed', '', 'mzansi-cricket-logo-crpd', '', '', '2020-03-23 13:28:55', '2020-03-23 11:28:55', '', 2315, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Mzansi-Cricket-logo-crpd.png', 0, 'attachment', 'image/png', 0),
(2319, 2, '2020-03-24 19:22:34', '2020-03-24 17:22:34', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070532853{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/players\">Players</a></strong><br />\nTrack your career or start playing today.<br />\n<strong><a href=\"/players\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070540353{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/coach\">Coaches</a></strong><br />\nJoin over 30,000 registered coaches.<br />\n<strong><a href=\"/coach\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070547324{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"#\">Umpires</a></strong><br />\nJoin over 5,000 registered umpires.<br />\n<strong><a href=\"/umpire\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070465149{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/clubs\">Clubs</a></strong><br />\nGet resources to help run your cricket club.<br />\n<strong><a href=\"/clubs\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070473828{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/schools\">Schools</a></strong><br />\nJoin over 4,700 School Ambassadors.<br />\n<strong><a href=\"/schools\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-autosave-v1', '', '', '2020-03-24 19:22:34', '2020-03-24 17:22:34', '', 2283, 'https://southafricacricket.co.za/2283-autosave-v1/', 0, 'revision', '', 0),
(2320, 2, '2020-03-23 14:03:09', '2020-03-23 12:03:09', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"/coach\">Coaches</a>\r\n\r\nJoin over 30,000 registered coaches.\r\n\r\n<a href=\"/coach\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"#\">Umpires</a>\r\n\r\nJoin over 5,000 registered umpires.\r\n\r\n<a href=\"/umpire\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"/clubs\">Clubs</a>\r\n\r\nGet resources to help run your cricket club.\r\n\r\n<a href=\"/clubs\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]\r\n\r\n<a href=\"/schools\">Schools</a>\r\n\r\nJoin over 4,700 School Ambassadors.\r\n\r\n<a href=\"/schools\">Learn More</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"large\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-23 14:03:09', '2020-03-23 12:03:09', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2321, 2, '2020-03-23 14:03:49', '2020-03-23 12:03:49', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-23 14:03:49', '2020-03-23 12:03:49', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2322, 2, '2020-03-23 14:04:27', '2020-03-23 12:04:27', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text]<a href=\"/players\">Players</a></p>\r\n<p>Track your career or start playing today.</p>\r\n<p><a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/coach\">Coaches</a></p>\r\n<p>Join over 30,000 registered coaches.</p>\r\n<p><a href=\"/coach\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"#\">Umpires</a></p>\r\n<p>Join over 5,000 registered umpires.</p>\r\n<p><a href=\"/umpire\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/clubs\">Clubs</a></p>\r\n<p>Get resources to help run your cricket club.</p>\r\n<p><a href=\"/clubs\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text]</p>\r\n<p><a href=\"/schools\">Schools</a></p>\r\n<p>Join over 4,700 School Ambassadors.</p>\r\n<p><a href=\"/schools\">Learn More</a></p>\r\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1584965059134{margin-top: 10px !important;margin-bottom: 10px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-23 14:04:27', '2020-03-23 12:04:27', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2323, 2, '2020-03-23 14:08:54', '2020-03-23 12:08:54', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1584965278797{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a>\r\n\r\nTrack your career or start playing today.\r\n\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1584965270367{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a>\r\n\r\nJoin over 30,000 registered coaches.\r\n\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1584965248925{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a>\r\n\r\nJoin over 5,000 registered umpires.\r\n\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1584965222304{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a>\r\n\r\nGet resources to help run your cricket club.\r\n\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1584965215171{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a>\r\n\r\nJoin over 4,700 School Ambassadors.\r\n\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1584965329489{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-23 14:08:54', '2020-03-23 12:08:54', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2326, 2, '2020-03-24 22:49:10', '2020-03-24 20:49:10', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"20px\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" equal_height=\"yes\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-autosave-v1', '', '', '2020-03-24 22:49:10', '2020-03-24 20:49:10', '', 1884, 'https://southafricacricket.co.za/1884-autosave-v1/', 0, 'revision', '', 0),
(2330, 2, '2020-03-24 12:18:18', '2020-03-24 10:18:18', '[vc_row content_placement=\"middle\" css=\".vc_custom_1585046787412{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2316\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_wp_custommenu nav_menu=\"86\"][/vc_column][vc_column width=\"1/4\"][vc_wp_search][/vc_column][/vc_row]', 'new header', '', 'publish', 'closed', 'closed', '', 'new-header', '', '', '2020-03-24 15:32:46', '2020-03-24 13:32:46', '', 0, 'https://southafricacricket.co.za/?post_type=gusta_section&#038;p=2330', 0, 'gusta_section', '', 0),
(2331, 2, '2020-03-24 12:18:18', '2020-03-24 10:18:18', '', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:18:18', '2020-03-24 10:18:18', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2332, 2, '2020-03-24 15:31:58', '2020-03-24 13:31:58', '<p>[vc_row content_placement=\"middle\" css=\".vc_custom_1585046787412{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][vc_single_image][/vc_column][vc_column width=\"3/4\"][/vc_column][/vc_row]</p>\n', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-autosave-v1', '', '', '2020-03-24 15:31:58', '2020-03-24 13:31:58', '', 2330, 'https://southafricacricket.co.za/2330-autosave-v1/', 0, 'revision', '', 0),
(2333, 2, '2020-03-24 12:22:45', '2020-03-24 10:22:45', '[vc_row][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" logo_image=\"2316\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" nav_depth=\"2\" show_select_box=\"select\" nav_responsive_width=\"90%\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:22:45', '2020-03-24 10:22:45', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2334, 2, '2020-03-24 12:24:25', '2020-03-24 10:24:25', '[vc_row][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" logo_image=\"2316\" logo_height=\"100\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" alignment=\"center\" display_inline=\"gusta-inline\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:24:25', '2020-03-24 10:24:25', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2335, 2, '2020-03-24 12:25:12', '2020-03-24 10:25:12', '[vc_row][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" alignment=\"center\" display_inline=\"gusta-inline\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:25:12', '2020-03-24 10:25:12', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2336, 2, '2020-03-24 12:27:26', '2020-03-24 10:27:26', '[vc_row css=\".vc_custom_1585045612541{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" nav_height=\"50px\" display_inline=\"gusta-inline\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:27:26', '2020-03-24 10:27:26', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2363, 2, '2020-03-24 15:32:46', '2020-03-24 13:32:46', '[vc_row content_placement=\"middle\" css=\".vc_custom_1585046787412{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"2316\" alignment=\"center\"][/vc_column][vc_column width=\"1/2\"][vc_wp_custommenu nav_menu=\"86\"][/vc_column][vc_column width=\"1/4\"][vc_wp_search][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 15:32:46', '2020-03-24 13:32:46', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2337, 2, '2020-03-24 12:35:19', '2020-03-24 10:35:19', '[vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1585046037960{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" nav_depth=\"2\" nav_height=\"50px\" display_inline=\"gusta-inline\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:35:19', '2020-03-24 10:35:19', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2338, 2, '2020-03-24 12:38:40', '2020-03-24 10:38:40', '[vc_row equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1585046037960{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" nav_depth=\"2\" nav_height=\"50px\" display_inline=\"gusta-inline\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:38:40', '2020-03-24 10:38:40', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2339, 2, '2020-03-24 12:46:39', '2020-03-24 10:46:39', '[vc_row content_placement=\"middle\" css=\".vc_custom_1585046787412{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" nav_depth=\"2\" nav_height=\"50px\" display_inline=\"gusta-inline\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:46:39', '2020-03-24 10:46:39', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2340, 2, '2020-03-24 12:51:14', '2020-03-24 10:51:14', '[vc_row content_placement=\"middle\" css=\".vc_custom_1585046787412{background-color: #ffd700 !important;}\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-18908806235e79df5e8ca6f\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"3/4\"][gusta_navigation vc_id=\"nav-5489179575e79df039bcb6\" select_menu=\"86\" nav_depth=\"2\" nav_height=\"50px\" display_inline=\"gusta-inline\" sub_groups=\"select\"][/vc_column][/vc_row]', 'new header', '', 'inherit', 'closed', 'closed', '', '2330-revision-v1', '', '', '2020-03-24 12:51:14', '2020-03-24 10:51:14', '', 2330, 'https://southafricacricket.co.za/2330-revision-v1/', 0, 'revision', '', 0),
(2341, 2, '2020-03-24 12:53:41', '2020-03-24 10:53:41', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a>\r\nTrack your career or start playing today.\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a>\r\nJoin over 30,000 registered coaches.\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a>\r\nJoin over 5,000 registered umpires.\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a>\r\nGet resources to help run your cricket club.\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a>\r\nJoin over 4,700 School Ambassadors.\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2182\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1584965329489{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 12:53:41', '2020-03-24 10:53:41', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2382, 2, '2020-03-24 18:54:05', '2020-03-24 16:54:05', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a>\r\nTrack your career or start playing today.\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a>\r\nJoin over 30,000 registered coaches.\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a>\r\nJoin over 5,000 registered umpires.\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a>\r\nGet resources to help run your cricket club.\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a>\r\nJoin over 4,700 School Ambassadors.\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 18:54:05', '2020-03-24 16:54:05', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2342, 2, '2020-03-24 12:56:19', '2020-03-24 10:56:19', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a><br />\r\nTrack your career or start playing today.<br />\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a><br />\r\nJoin over 30,000 registered coaches.<br />\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a><br />\r\nJoin over 5,000 registered umpires.<br />\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a><br />\r\nGet resources to help run your cricket club.<br />\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a><br />\r\nJoin over 4,700 School Ambassadors.<br />\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2316\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1585047369781{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 12:56:19', '2020-03-24 10:56:19', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2343, 2, '2020-03-24 12:58:03', '2020-03-24 10:58:03', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a><br />\r\nTrack your career or start playing today.<br />\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a><br />\r\nJoin over 30,000 registered coaches.<br />\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a><br />\r\nJoin over 5,000 registered umpires.<br />\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a><br />\r\nGet resources to help run your cricket club.<br />\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a><br />\r\nJoin over 4,700 School Ambassadors.<br />\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"150x150\" alignment=\"center\" css=\".vc_custom_1585047459983{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 12:58:03', '2020-03-24 10:58:03', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2344, 2, '2020-03-24 12:58:44', '2020-03-24 10:58:44', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a><br />\r\nTrack your career or start playing today.<br />\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a><br />\r\nJoin over 30,000 registered coaches.<br />\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a><br />\r\nJoin over 5,000 registered umpires.<br />\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a><br />\r\nGet resources to help run your cricket club.<br />\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a><br />\r\nJoin over 4,700 School Ambassadors.<br />\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 12:58:44', '2020-03-24 10:58:44', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2346, 2, '2020-03-24 13:12:04', '2020-03-24 11:12:04', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584803278541{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-24 13:12:04', '2020-03-24 11:12:04', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2347, 2, '2020-03-24 13:18:39', '2020-03-24 11:18:39', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584736692907{background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-24 13:18:39', '2020-03-24 11:18:39', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2349, 2, '2020-03-24 13:25:06', '2020-03-24 11:25:06', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_empty_space][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-24 13:25:06', '2020-03-24 11:25:06', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2348, 2, '2020-03-24 13:22:52', '2020-03-24 11:22:52', '<p>[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season<br />\r\n2019/20 Has Now Been Exhausted.<br />\r\nExpressions Of Interest For The<br />\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1584835259944{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\" css=\".vc_custom_1584800849937{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n<p>[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584800843058{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]</p>\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]</p>\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_empty_space][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]</p>\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n<p>[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-24 13:22:52', '2020-03-24 11:22:52', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2350, 2, '2020-03-24 13:28:01', '2020-03-24 11:28:01', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1585049267697{margin-bottom: -60px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css\"][vc_column width=\"1/3\" css=\".vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_empty_space][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"medium\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-24 13:28:01', '2020-03-24 11:28:01', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2364, 2, '2020-03-24 15:35:34', '2020-03-24 13:35:34', '[vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-13170177975e7a0c47ce075\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"1/2\"][gusta_navigation vc_id=\"nav-20473951025e7a0c63ea45d\" select_menu=\"86\" nav_depth=\"3\" sub_groups=\"select\"][/vc_column][vc_column width=\"1/4\"][gusta_search_box vc_id=\"search-box-11127035365e7a0c77e14b2\" search_button_type=\"standard_button\" autosuggest=\"true\" post_type=\"page\" alignment=\"center\" sub_groups=\"autosuggest_image\"][/vc_column][/vc_row]', 'header new 2', '', 'publish', 'closed', 'closed', '', 'header-new-2', '', '', '2020-03-24 15:37:40', '2020-03-24 13:37:40', '', 0, 'https://southafricacricket.co.za/?post_type=gusta_section&#038;p=2364', 0, 'gusta_section', '', 0),
(2365, 2, '2020-03-24 15:35:34', '2020-03-24 13:35:34', '[vc_row][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-13170177975e7a0c47ce075\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"1/2\"][gusta_navigation vc_id=\"nav-20473951025e7a0c63ea45d\" select_menu=\"86\" nav_depth=\"3\" sub_groups=\"select\"][/vc_column][vc_column width=\"1/4\"][gusta_search_box vc_id=\"search-box-11127035365e7a0c77e14b2\" search_button_type=\"standard_button\" autosuggest=\"true\" post_type=\"page\" alignment=\"center\" sub_groups=\"autosuggest_image\"][/vc_column][/vc_row]', 'header new 2', '', 'inherit', 'closed', 'closed', '', '2364-revision-v1', '', '', '2020-03-24 15:35:34', '2020-03-24 13:35:34', '', 2364, 'https://southafricacricket.co.za/2364-revision-v1/', 0, 'revision', '', 0),
(2366, 2, '2020-03-24 15:37:21', '2020-03-24 13:37:21', '<p>[vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-13170177975e7a0c47ce075\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"1/2\"][gusta_navigation vc_id=\"nav-20473951025e7a0c63ea45d\" select_menu=\"86\" nav_depth=\"3\" sub_groups=\"select\"][/vc_column][vc_column width=\"1/4\"][gusta_search_box vc_id=\"search-box-11127035365e7a0c77e14b2\" search_button_type=\"standard_button\" autosuggest=\"true\" post_type=\"page\" alignment=\"center\" sub_groups=\"autosuggest_image\"][/vc_column][/vc_row]</p>\n', 'header new 2', '', 'inherit', 'closed', 'closed', '', '2364-autosave-v1', '', '', '2020-03-24 15:37:21', '2020-03-24 13:37:21', '', 2364, 'https://southafricacricket.co.za/2364-autosave-v1/', 0, 'revision', '', 0),
(2367, 2, '2020-03-24 15:37:40', '2020-03-24 13:37:40', '[vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column width=\"1/4\"][gusta_site_logo vc_id=\"logo-13170177975e7a0c47ce075\" custom_link=\"false\" alignment=\"center\" logo_image=\"2316\" logo_height=\"100px\"][/vc_column][vc_column width=\"1/2\"][gusta_navigation vc_id=\"nav-20473951025e7a0c63ea45d\" select_menu=\"86\" nav_depth=\"3\" sub_groups=\"select\"][/vc_column][vc_column width=\"1/4\"][gusta_search_box vc_id=\"search-box-11127035365e7a0c77e14b2\" search_button_type=\"standard_button\" autosuggest=\"true\" post_type=\"page\" alignment=\"center\" sub_groups=\"autosuggest_image\"][/vc_column][/vc_row]', 'header new 2', '', 'inherit', 'closed', 'closed', '', '2364-revision-v1', '', '', '2020-03-24 15:37:40', '2020-03-24 13:37:40', '', 2364, 'https://southafricacricket.co.za/2364-revision-v1/', 0, 'revision', '', 0),
(2379, 2, '2020-03-24 18:52:51', '2020-03-24 16:52:51', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"82\" nav_type=\"vertical\" sub_groups=\"select\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]', 'new footer mobile', '', 'publish', 'closed', 'closed', '', 'new-footer-mobile', '', '', '2020-03-24 19:15:29', '2020-03-24 17:15:29', '', 0, 'https://southafricacricket.co.za/?post_type=gusta_section&#038;p=2379', 0, 'gusta_section', '', 0),
(2380, 2, '2020-03-24 18:50:33', '2020-03-24 16:50:33', '', 'Southafrica_cricket_logo2', '', 'inherit', 'open', 'closed', '', 'southafrica_cricket_logo2', '', '', '2020-03-24 18:50:33', '2020-03-24 16:50:33', '', 2379, 'https://southafricacricket.co.za/wp-content/uploads/2020/03/Southafrica_cricket_logo2.png', 0, 'attachment', 'image/png', 0),
(2381, 2, '2020-03-24 18:52:51', '2020-03-24 16:52:51', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"85\" nav_type=\"vertical\" sub_groups=\"select\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][/vc_column][/vc_row]', 'new footer mobile', '', 'inherit', 'closed', 'closed', '', '2379-revision-v1', '', '', '2020-03-24 18:52:51', '2020-03-24 16:52:51', '', 2379, 'https://southafricacricket.co.za/2379-revision-v1/', 0, 'revision', '', 0),
(2383, 2, '2020-03-24 18:57:39', '2020-03-24 16:57:39', '<p>[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"82\" nav_type=\"vertical\" sub_groups=\"select\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]</p>\n', 'new footer mobile', '', 'inherit', 'closed', 'closed', '', '2379-autosave-v1', '', '', '2020-03-24 18:57:39', '2020-03-24 16:57:39', '', 2379, 'https://southafricacricket.co.za/2379-autosave-v1/', 0, 'revision', '', 0),
(2384, 2, '2020-03-24 18:57:59', '2020-03-24 16:57:59', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"82\" nav_type=\"vertical\" sub_groups=\"select\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]', 'new footer mobile', '', 'inherit', 'closed', 'closed', '', '2379-revision-v1', '', '', '2020-03-24 18:57:59', '2020-03-24 16:57:59', '', 2379, 'https://southafricacricket.co.za/2379-revision-v1/', 0, 'revision', '', 0),
(2385, 2, '2020-03-24 19:03:27', '2020-03-24 17:03:27', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a>\r\nTrack your career or start playing today.\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a>\r\nJoin over 30,000 registered coaches.\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a>\r\nJoin over 5,000 registered umpires.\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a>\r\nGet resources to help run your cricket club.\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a>\r\nJoin over 4,700 School Ambassadors.\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 19:03:27', '2020-03-24 17:03:27', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2386, 2, '2020-03-24 19:03:36', '2020-03-24 17:03:36', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"82\" nav_type=\"vertical\" sub_groups=\"select\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]', 'new footer mobile', '', 'inherit', 'closed', 'closed', '', '2379-revision-v1', '', '', '2020-03-24 19:03:36', '2020-03-24 17:03:36', '', 2379, 'https://southafricacricket.co.za/2379-revision-v1/', 0, 'revision', '', 0),
(2387, 2, '2020-03-24 19:05:13', '2020-03-24 17:05:13', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a>\r\nTrack your career or start playing today.\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a>\r\nJoin over 30,000 registered coaches.\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a>\r\nJoin over 5,000 registered umpires.\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a>\r\nGet resources to help run your cricket club.\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a>\r\nJoin over 4,700 School Ambassadors.\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 19:05:13', '2020-03-24 17:05:13', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2388, 2, '2020-03-24 19:05:13', '2020-03-24 17:05:13', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"82\" nav_type=\"vertical\" sub_groups=\"select\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]', 'new footer mobile', '', 'inherit', 'closed', 'closed', '', '2379-revision-v1', '', '', '2020-03-24 19:05:13', '2020-03-24 17:05:13', '', 2379, 'https://southafricacricket.co.za/2379-revision-v1/', 0, 'revision', '', 0),
(2389, 2, '2020-03-24 19:07:51', '2020-03-24 17:07:51', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"82\" nav_type=\"vertical\" sub_groups=\"select\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]', 'new footer mobile', '', 'inherit', 'closed', 'closed', '', '2379-revision-v1', '', '', '2020-03-24 19:07:51', '2020-03-24 17:07:51', '', 2379, 'https://southafricacricket.co.za/2379-revision-v1/', 0, 'revision', '', 0),
(2390, 2, '2020-03-24 19:15:29', '2020-03-24 17:15:29', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][gusta_navigation vc_id=\"nav-13735620475e7a3a07e5c85\" select_menu=\"82\" nav_type=\"vertical\" sub_groups=\"select\"][vc_empty_space height=\"20px\"][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][gusta_site_logo vc_id=\"logo-8328882545e7a3a438b848\" custom_link=\"false\" alignment=\"center\" logo_image=\"2380\" logo_height=\"150px\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row][vc_column][gusta_text vc_id=\"text-6002421445e7a3a970930d\" alignment=\"center\" sub_groups=\"label_text\" text=\"© 2020 South Africa | All Rights Reserved\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]', 'new footer mobile', '', 'inherit', 'closed', 'closed', '', '2379-revision-v1', '', '', '2020-03-24 19:15:29', '2020-03-24 17:15:29', '', 2379, 'https://southafricacricket.co.za/2379-revision-v1/', 0, 'revision', '', 0),
(2391, 2, '2020-03-24 19:15:33', '2020-03-24 17:15:33', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047176654{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/players\">Players</a>\r\nTrack your career or start playing today.\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047188901{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/coach\">Coaches</a>\r\nJoin over 30,000 registered coaches.\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047197518{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"#\">Umpires</a>\r\nJoin over 5,000 registered umpires.\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047205527{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/clubs\">Clubs</a>\r\nGet resources to help run your cricket club.\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585047213050{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<a href=\"/schools\">Schools</a>\r\nJoin over 4,700 School Ambassadors.\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 19:15:33', '2020-03-24 17:15:33', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2392, 2, '2020-03-24 19:17:24', '2020-03-24 17:17:24', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070175681{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/players\">Players</a></strong>\r\nTrack your career or start playing today.\r\n<a href=\"/players\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070183662{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/coach\">Coaches</a></strong>\r\nJoin over 30,000 registered coaches.\r\n<a href=\"/coach\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070190701{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"#\">Umpires</a></strong>\r\nJoin over 5,000 registered umpires.\r\n<a href=\"/umpire\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070198107{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/clubs\">Clubs</a></strong>\r\nGet resources to help run your cricket club.\r\n<a href=\"/clubs\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070208538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/schools\">Schools</a></strong>\r\nJoin over 4,700 School Ambassadors.\r\n<a href=\"/schools\">Learn More</a>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 19:17:24', '2020-03-24 17:17:24', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2393, 2, '2020-03-24 19:21:20', '2020-03-24 17:21:20', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070442808{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/players\">Players</a></strong>\r\nTrack your career or start playing today.\r\n<strong><a href=\"/players\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070449939{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/coach\">Coaches</a></strong>\r\nJoin over 30,000 registered coaches.\r\n<strong><a href=\"/coach\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070456649{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"#\">Umpires</a></strong>\r\nJoin over 5,000 registered umpires.\r\n<strong><a href=\"/umpire\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070465149{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/clubs\">Clubs</a></strong>\r\nGet resources to help run your cricket club.\r\n<strong><a href=\"/clubs\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070473828{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]<strong><a href=\"/schools\">Schools</a></strong>\r\nJoin over 4,700 School Ambassadors.\r\n<strong><a href=\"/schools\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 19:21:20', '2020-03-24 17:21:20', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2394, 2, '2020-03-24 19:23:20', '2020-03-24 17:23:20', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1584964982725{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070532853{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/players\">Players</a></strong>\r\nTrack your career or start playing today.\r\n<strong><a href=\"/players\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070540353{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/coach\">Coaches</a></strong>\r\nJoin over 30,000 registered coaches.\r\n<strong><a href=\"/coach\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070547324{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"#\">Umpires</a></strong>\r\nJoin over 5,000 registered umpires.\r\n<strong><a href=\"/umpire\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070553577{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/clubs\">Clubs</a></strong>\r\nGet resources to help run your cricket club.\r\n<strong><a href=\"/clubs\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070560457{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/schools\">Schools</a></strong>\r\nJoin over 4,700 School Ambassadors.\r\n<strong><a href=\"/schools\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 19:23:20', '2020-03-24 17:23:20', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2395, 2, '2020-03-24 19:29:09', '2020-03-24 17:29:09', '[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1584831431593{background-color: #ffffff !important;}\"][vc_column][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" gap=\"10\" equal_height=\"yes\" css=\".vc_custom_1585070943486{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070532853{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/players\">Players</a></strong>\r\nTrack your career or start playing today.\r\n<strong><a href=\"/players\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070540353{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/coach\">Coaches</a></strong>\r\nJoin over 30,000 registered coaches.\r\n<strong><a href=\"/coach\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070547324{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"#\">Umpires</a></strong>\r\nJoin over 5,000 registered umpires.\r\n<strong><a href=\"/umpire\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070553577{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/clubs\">Clubs</a></strong>\r\nGet resources to help run your cricket club.\r\n<strong><a href=\"/clubs\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_column_text css=\".vc_custom_1585070560457{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"ftr-txt-fnt-sze\"]<strong><a href=\"/schools\">Schools</a></strong>\r\nJoin over 4,700 School Ambassadors.\r\n<strong><a href=\"/schools\">Learn More</a></strong>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"120x120\" alignment=\"center\" css=\".vc_custom_1585047519703{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1584964952943{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;border-top-color: #8e8e8e !important;border-bottom-color: #8e8e8e !important;border-radius: 3px !important;}\"][vc_column][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" css=\".vc_custom_1584964964728{margin-top: 0px !important;margin-bottom: 0px !important;border-top-width: 0px !important;border-bottom-width: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column_inner width=\"1/6\"][vc_single_image image=\"2135\" img_size=\"100x100\" alignment=\"right\"][/vc_column_inner][vc_column_inner width=\"5/6\"][vc_custom_heading text=\"© 2020 South Africa | All Rights Reserved\" font_container=\"tag:p|text_align:left|color:%23969696\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'new footer', '', 'inherit', 'closed', 'closed', '', '2283-revision-v1', '', '', '2020-03-24 19:29:09', '2020-03-24 17:29:09', '', 2283, 'https://southafricacricket.co.za/2283-revision-v1/', 0, 'revision', '', 0),
(2396, 2, '2020-03-24 19:37:13', '2020-03-24 17:37:13', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css\"][vc_column width=\"1/3\" css=\".vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_empty_space][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-24 19:37:13', '2020-03-24 17:37:13', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2397, 2, '2020-03-24 19:43:18', '2020-03-24 17:43:18', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584814765108{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/482438_1119_Css.jpg?id=2256) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"200px\"][vc_custom_heading text=\"We have updated our Learning Platform. To see the changes and a how to guide click learn more\" font_container=\"tag:h4|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_btn title=\"LEARN MORE\" color=\"green\" size=\"lg\" align=\"left\"][vc_empty_space][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\"][vc_column][rev_slider slidertitle=\"Slider 2\" alias=\"slider-2\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Coaching Resources\" font_container=\"tag:h3|font_size:32|text_align:left\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\"][vc_column][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748556865{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=Lz5098-SeFY\"][vc_custom_heading text=\"Destroy the semi-circle\" font_container=\"tag:h4|text_align:left\"][vc_column_text]The horseshoe drill is no longer fashionable. #destroythesemicircle and replace it with some of the activities in this video.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748584913{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=mNutKHpCLVE\"][vc_custom_heading text=\"Shopping for a bat\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Greg Chappell takes us through some hints and tips on how to select the right bat to help you score runs and take wickets![/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748609373{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=l2l6BY2EtMM\"][vc_custom_heading text=\"Take Wickets\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you get your players to take wickets?[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1584748633155{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-color: #c0dd96 !important;border-radius: 10px !important;}\"][vc_empty_space height=\"20px\"][vc_video link=\"https://www.youtube.com/watch?v=QBkniFb7PeE\"][vc_custom_heading text=\"Score Runs\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Take a sneak peek at CA\'s new suite of resources to support coaches... how do you encourage your players to score[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Join Cricket Coaches South Africa to get access to more resources like these.\" font_container=\"tag:p|font_size:18|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1584748837166{padding-top: 20px !important;}\"][stm_button button_type=\"secondary\" button_size=\"btn-md\" link=\"url:https%3A%2F%2Fwww.community.cricket.com.au%2Fcoach%2Faccount%2Fregister|title:REGISTER%20TODAY|target:%20_blank|\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_custom_heading text=\"Explore Cricket Australia Coaching\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space height=\"20px\"][vc_row_inner equal_height=\"yes\"][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Accreditation and Pathway</strong></a>\r\n\r\n<a href=\"#\">Coach Insurance</a>\r\n<a href=\"#\">Code of Behaviour</a>\r\n<a href=\"#\">Community Coach</a>\r\n<a href=\"#\">High Performance Coach</a>\r\n<a href=\"#\">Introduction to Cricket</a>\r\n<a href=\"#\">Representative Coach</a>\r\n<a href=\"#\">Role of the a coach</a>\r\n<a href=\"#\">Woolworths Cricket Blast</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>Courses &amp; Workshops</strong></a>\r\n\r\n<a href=\"#\">Course Listing Page</a>\r\n<a href=\"#\">How to guide</a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>FAQs</strong></a>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]<a href=\"#\"><strong>The Resource Kit Bag</strong></a>\r\n\r\n<a href=\"#\">Junior Formats</a>\r\n<a href=\"#\">Leading the game</a>\r\n<a href=\"#\">Prepare to perform</a>\r\n<a href=\"#\">Scoring Runs</a>\r\n<a href=\"#\">Skills Videos</a>\r\n<a href=\"#\">Taking Wickets</a>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Cricket Australia Coaching proudly part of the MyCricket Community\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_empty_space][vc_empty_space][/vc_column][/vc_row]', 'Coaches', '', 'inherit', 'closed', 'closed', '', '1878-revision-v1', '', '', '2020-03-24 19:43:18', '2020-03-24 17:43:18', '', 1878, 'https://southafricacricket.co.za/1878-revision-v1/', 0, 'revision', '', 0),
(2398, 2, '2020-03-24 19:52:08', '2020-03-24 17:52:08', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" equal_height=\"yes\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-24 19:52:08', '2020-03-24 17:52:08', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wphi_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2406, 2, '2020-03-24 22:49:26', '2020-03-24 20:49:26', '[vc_row full_width=\"stretch_row\" css=\".vc_custom_1584812532993{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/premier-cricket-hdr-bg.jpg?id=2249) !important;}\"][vc_column width=\"2/3\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_empty_space height=\"50px\"][vc_custom_heading text=\"Premier Cricket is played across Australia via seven different State/Territory based competitions. Each competition is steeped in history with many of the clubs well over 100 years old. In more recent years many clubs have fielded women’s teams which has created an exciting new element to Premier Cricket.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"50px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" full_height=\"yes\" columns_placement=\"bottom\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2160\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"20px\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"First Grade Premier Cricket is the top level of club cricket for men and women played throughout the country and plays a key role within the South African Cricket player pathway in preparing players to take the next step into State cricket.\" font_container=\"tag:h6|font_size:20|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812697251{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" equal_height=\"yes\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2178\" alignment=\"center\"][/vc_column][/vc_row][vc_row gap=\"20\" full_height=\"yes\" equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"1/3\"][vc_custom_heading text=\"First Grade Premier Cricket plays all formats of the game from 2-day cricket (white clothes/red ball) to 1-day and T20 cricket (colored clothes/white ball). In addition to First Grade, Premier Cricket clubs also field up to six Graded teams and several levels of Junior teams depending on which state you are located in.\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812828356{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][vc_empty_space][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"2175\" img_size=\"full\" alignment=\"right\" style=\"vc_box_shadow_border\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column][vc_column_text]\r\n<h4>The Premier Cricket season generally starts in the September/October period and concludes at the end of March, although this varies slightly from state to state based on the local climate.</h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"middle\" el_class=\"full-wdth-row-css\"][vc_column width=\"2/3\"][vc_single_image image=\"2177\" img_size=\"full\" style=\"vc_box_shadow_border\"][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Whilst the ever-increasing international and state scheduling limits the appearance of contracted players, it is not uncommon to see high profile Australian and International players gracing the field at Premier Grounds, particularly at the start of the season. Some examples of players that have been synonymous with their Premier Clubs in the past include Shane Warne (St Kilda, VIC), Steve &amp; Mark Waugh (Bankstown, NSW) and Allan Border (Valley, QLD).\" font_container=\"tag:h6|font_size:16|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1584812835591{padding-top: 20px !important;padding-right: 20px !important;padding-bottom: 20px !important;padding-left: 20px !important;background-color: #579e50 !important;border-radius: 5px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][/vc_column][/vc_row]', 'Premier Cricket', '', 'inherit', 'closed', 'closed', '', '1884-revision-v1', '', '', '2020-03-24 22:49:26', '2020-03-24 20:49:26', '', 1884, 'https://southafricacricket.co.za/1884-revision-v1/', 0, 'revision', '', 0),
(2407, 2, '2020-03-24 22:50:00', '2020-03-24 20:50:00', '[vc_row disable_element=\"yes\"][vc_column][rev_slider slidertitle=\"Slider 1\" alias=\"slider-1\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" equal_height=\"yes\" css=\".vc_custom_1584735989695{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/pictureontop2.jpg?id=2194) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"64px\"][vc_custom_heading text=\"The Grassroots Cricket Fund\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][vc_custom_heading text=\"The $2 Million Grants Pool For Season\r\n2019/20 Has Now Been Exhausted.\r\nExpressions Of Interest For The\r\nNext Round Is Now Open!\" font_container=\"tag:h4|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space height=\"96px\"][vc_custom_heading text=\"Express your interest\" font_container=\"tag:h3|font_size:25|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" gap=\"5\" full_height=\"yes\" columns_placement=\"bottom\" content_placement=\"bottom\" css=\".vc_custom_1585070299516{margin-bottom: -50px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css\"][vc_column width=\"1/3\" css=\".vc_custom_1585049255485{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1961\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1584801183871{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_custom_heading text=\"Players\" font_container=\"tag:h3|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: 15962c;\">Cricket is a sport for all Australians - and MyCricket allows you to follow any player in Australia and keep a close eye on your own statistics.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_btn title=\"GO TO MYCRICKET\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"I\'d like to start playing cricket!\" font_container=\"tag:p|text_align:center|color:%2315962c\" use_theme_fonts=\"yes\" link=\"url:%23|||\"][vc_empty_space][vc_empty_space][vc_empty_space][/vc_column][vc_column width=\"1/3\" css=\".vc_custom_1585049247129{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\" el_class=\"z-img-css\"][vc_single_image image=\"1962\" img_size=\"full\" alignment=\"center\" el_class=\"z-img-css\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" equal_height=\"yes\" css=\".vc_custom_1585048386965{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-coaches-umpires-scaled.jpg?id=1963) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"z-img-css-bg\"][vc_column][vc_empty_space height=\"64px\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" gap=\"30\"][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960894263{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1904\" alignment=\"center\" css=\".vc_custom_1585048609538{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584395155866{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Coaches</h2>\r\n<p style=\"text-align: center;\">Every team needs a coach - to organise, encourage, instruct and inspire. Join over 30,000 registered dedicated coaches fostering player development.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584960905871{margin-top: 10px !important;margin-bottom: 10px !important;padding-right: 10px !important;padding-left: 10px !important;background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_single_image image=\"1903\" alignment=\"center\" css=\".vc_custom_1585048600758{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column_text css=\".vc_custom_1584396336230{background-color: #ffffff !important;border-radius: 10px !important;}\"]\r\n<h2 style=\"text-align: center;\">Umpires</h2>\r\n<p style=\"text-align: center;\">Get involved and be right in the middle of the action. Join over 5,000 registered and dedicated umpires who are helping to grow the game.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"64px\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584960959524{background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h3|text_align:center|color:%23000000\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: black;\">Cricket South Africa is taking the responsibility to train, resource and genuinely reward teachers to deliver high-quality programs and ensure students have every opportunity to get involved in cricket.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/3\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1584396692200{background-image: url(https://southafricacricket.co.za/wp-content/uploads/2020/03/image-full-clubs-scaled.jpg?id=1966) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][vc_row_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][vc_column_inner width=\"1/3\" css=\".vc_custom_1584396773652{background-color: #ffffff !important;border-radius: 10px !important;}\"][vc_empty_space][vc_custom_heading text=\"Clubs\" font_container=\"tag:h3|text_align:center\"][vc_column_text]\r\n<p style=\"text-align: center;\">Did you know there are 3,995 cricket clubs in Australia? Find out how Cricket Australia supports grassroots cricket clubs.</p>\r\n[/vc_column_text][vc_btn title=\"LEARN MORE\" style=\"gradient-custom\" gradient_custom_color_1=\"#3ea826\" gradient_custom_color_2=\"#ddc41f\" align=\"center\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space height=\"40px\"][vc_empty_space][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1585048866245{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}\"][vc_column][vc_empty_space height=\"20px\"][vc_custom_heading text=\"Our Partnerships\" font_container=\"tag:h3|text_align:center\" use_theme_fonts=\"yes\"][vc_row_inner equal_height=\"yes\" gap=\"20\"][vc_column_inner width=\"1/4\"][vc_single_image image=\"2195\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2196\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2197\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"2198\" img_size=\"182x120\" alignment=\"center\" css_animation=\"fadeIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'HOME', '', 'inherit', 'closed', 'closed', '', '1891-revision-v1', '', '', '2020-03-24 22:50:00', '2020-03-24 20:50:00', '', 1891, 'https://southafricacricket.co.za/1891-revision-v1/', 0, 'revision', '', 0),
(2408, 2, '2020-03-24 22:53:00', '0000-00-00 00:00:00', '<p>[vc_row equal_height=\"yes\" css=\".vc_custom_1584964745321{border-top-width: 0px !important;border-right-width: 0px !important;border-left-width: 0px !important;padding-top: 5px !important;padding-right: 0px !important;padding-bottom: 5px !important;padding-left: 0px !important;background-color: #007e45 !important;}\"][vc_column width=\"1/6\"][vc_single_image image=\"1998\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Coaches\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fcoach%2F|title:Coaches||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 30,000 registered coaches.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1585083175686{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h4>\n</li>\n<li>\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h4>\n</li>\n<li>\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h4>\n</li>\n<li>\n<h4><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h4>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"1999\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Umpire\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fumpire%2F|title:Umpire||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 5,000 registered umpires.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584964694107{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2000\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Schools\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fschool-ambassador-program%2F|||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Join over 4,700 School Ambassadors.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584964686318{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2001\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Clubs\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fclubs%2F|title:Clubs||\" el_class=\"custm-menu-elem-css\"][vc_custom_heading text=\"Get resources to help run your cricket club.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584964677706{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2002\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Premier Cricket\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fpremier-cricket%2F|title:Premier%20Cricket||\" el_class=\"crckt-path-ttl-css\"][vc_custom_heading text=\"Track your career or start playing today.\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584963392734{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_single_image image=\"2003\" img_size=\"80x80\" alignment=\"center\" el_class=\"hdr-img-css\"][vc_custom_heading text=\"Cricket Pathway\" font_container=\"tag:h4|font_size:18|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" link=\"url:https%3A%2F%2Fsouthafricacricket.co.za%2Fsouth-africa-cricket-pathway%2F|title:Cricket%20Pathway||\" el_class=\"crckt-path-ttl-css\"][vc_custom_heading text=\"From the Backyard to Baggy Green\" font_container=\"tag:p|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_column_text el_class=\"plus-menu-font-white\" css=\".vc_custom_1584963384537{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"]</p>\n<ul>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Accreditation</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Courses</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Junior Cricket</a></h3>\n</li>\n<li>\n<h3><a style=\"color: white; font-size: 20px;\" href=\"#\">Skills Videos</a></h3>\n</li>\n</ul>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row equal_height=\"yes\" content_placement=\"top\" css=\".vc_custom_1584964855642{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-top: 3px !important;padding-bottom: 0px !important;background-color: #969696 !important;}\"][vc_column width=\"1/12\"][vc_single_image image=\"2316\" img_size=\"\" alignment=\"center\" el_class=\"hdr-img-css\"][/vc_column][vc_column width=\"8/12\"][vc_empty_space height=\"20px\"][vc_custom_heading text=\"<strong>Register to play cricket today!</strong> Find your local club\" font_container=\"tag:h5|text_align:left|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column][vc_column width=\"3/12\"][vc_wp_search][/vc_column][/vc_row]</p>\n', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2020-03-24 22:53:00', '2020-03-24 20:53:00', '', 0, 'https://southafricacricket.co.za/?post_type=clever_menu&#038;p=2408', 0, 'clever_menu', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_css`
--

CREATE TABLE `wphi_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `hover` longtext COLLATE utf8mb4_unicode_ci,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wphi_revslider_css`
--

INSERT INTO `wphi_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wphi_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wphi_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_css_bkp`
--

CREATE TABLE `wphi_revslider_css_bkp` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `hover` longtext COLLATE utf8mb4_unicode_ci,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wphi_revslider_css_bkp`
--

INSERT INTO `wphi_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),
(2, '.tp-caption.small_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(3, '.tp-caption.medium_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(4, '.tp-caption.large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(5, '.tp-caption.very_large_text', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),
(6, '.tp-caption.very_big_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(10, '.tp-caption.modern_medium_light', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),
(12, '.tp-caption.modern_big_redbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),
(14, '.tp-caption.boxshadow', NULL, NULL, NULL, '{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),
(15, '.tp-caption.black', NULL, NULL, NULL, '{\"color\":\"#000\",\"text-shadow\":\"none\"}'),
(16, '.tp-caption.noshadow', NULL, NULL, NULL, '{\"text-shadow\":\"none\"}'),
(17, '.tp-caption.thinheadline_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', NULL, NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', NULL, NULL, NULL, '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', NULL, NULL, NULL, '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', NULL, NULL, NULL, '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', NULL, NULL, NULL, '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', NULL, NULL, NULL, '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', NULL, NULL, NULL, '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, NULL, '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', NULL, NULL, NULL, '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, NULL, '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', NULL, NULL, NULL, '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', NULL, NULL, NULL, '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', NULL, NULL, NULL, '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', NULL, NULL, NULL, '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_layer_animations`
--

CREATE TABLE `wphi_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_layer_animations_bkp`
--

CREATE TABLE `wphi_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_navigations`
--

CREATE TABLE `wphi_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_navigations_bkp`
--

CREATE TABLE `wphi_revslider_navigations_bkp` (
  `id` int(9) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_sliders`
--

CREATE TABLE `wphi_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wphi_revslider_sliders`
--

INSERT INTO `wphi_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(1, 'Home Slider', 'home slider', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home slider\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1200,\"n\":1024,\"t\":700,\"m\":480},\"height\":{\"d\":810,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"\",\"css\":\".slider-date{\\n            display: block;\\n            font-family: \\\"Oswald\\\";\\n            font-weight: 400;\\n            padding: 6px 10px !important;\\n            background: $theme-brown;\\n            color: $theme-dark-blue !important;\\n            clear: both;\\n        }\\n\\n        .slider-title{\\n            display: block;\\n            overflow: hidden;\\n            line-height: 63px !important;\\n\\n            .first_text{\\n                color: $theme-brown;\\n                font-size: 48px !important;\\n                letter-spacing: 0px !important;\\n                line-height: 48px !important;\\n                padding: 11px 11px 5px !important;\\n                display: inline-block;\\n            }\\n            .second_text{\\n                font-size: 48px !important;\\n                letter-spacing: 0px !important;\\n                line-height: 48px !important;\\n                padding: 5px 11px 11px 15px !important;\\n                display: inline-block;\\n                margin-top: -35px !important;\\n            }\\n\\n            span{\\n\\n\\n                display: block;\\n                overflow: hidden;\\n                background: rgba(6, 8, 52, 0.5);\\n                padding: 10px !important;\\n                font-family: \\\"Oswald\\\";\\n                font-weight: 400;\\n                text-transform: uppercase;\\n                letter-spacing: 0;\\n            }\\n        }\\n\\n        .slider-description{\\n            transition: none;\\n            text-align: inherit;\\n            line-height: 30px;\\n            border-width: 0px;\\n            margin: 0px;\\n            padding: 0px;\\n            letter-spacing: 1px;\\n            font-family: \'Roboto\';\\n            font-weight: 400;\\n            font-size: 16px;\\n        }\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#151515\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"80\",\"height\":\"80\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1002,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1250\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3003,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"20\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":true,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}', '{\"version\":\"6.1.6\"}', ''),
(2, 'Slider 1', 'slider-1', '{\"addOns\":[],\"version\":\"6.1.8\",\"shortcode\":\"[rev_slider alias=\\\"slider-1\\\"][\\/rev_slider]\",\"type\":\"hero\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"Linear.easeNone\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"600px\",\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":600,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(255,255,255,0.5)\"},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"Linear.easeNone\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-1\\\"][\\/rev_slider]\"}', '{\"version\":\"6.1.8\"}', ''),
(3, 'home', 'home', '{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1200,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":650,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"0\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1007,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3004,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false}}', '{\"version\":\"6.1.6\"}', ''),
(4, 'Slider 2', 'slider-2', '{\"addOns\":[],\"version\":\"6.1.8\",\"shortcode\":\"[rev_slider alias=\\\"slider-2\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":\"4000ms\",\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"Linear.easeNone\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"400px\",\"n\":\"280px\",\"t\":960,\"m\":720},\"editorCache\":{\"d\":400,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\".splashAmericanFootball rs-module .tp-leftarrow:before{\\nbackground: transparent;\\n}\\n\\n.splashAmericanFootball rs-module .tp-leftarrow:after{\\nbackground: transparent;\\n}\\n\\n.splashAmericanFootball rs-module .tp-leftarrow:hover:before{\\nbackground: transparent;\\n}\\n\\nrs-arrow.tp-leftarrow.tparrow.uranus::before{\\nbackground: transparent;\\n}\\n\\n\\n.splashAmericanFootball rs-module .tp-rightarrow:before{\\nbackground: transparent;\\n}\\n\\n.splashAmericanFootball rs-module .tp-rightarrow:after{\\nbackground: transparent;\\n}\\n\\n.splashAmericanFootball rs-module .tp-rightarrow:hover:before{\\nbackground: transparent;\\n}\\n\\nrs-arrow.tp-rightarrow.tparrow.uranus::before{\\nbackground: transparent;\\n}\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":true,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":true,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(255,255,255,0.5)\"},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":true,\"setOnDesktop\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1005\",\"preset\":\"\",\"presets\":{\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"100\",\"arrow-size-def\":true,\"back-color\":\"transparent\",\"back-color-def\":true,\"width\":\"30\",\"width-def\":true,\"height\":\"100\",\"height-def\":true,\"wrapper-height\":\"140\",\"wrapper-height-def\":false,\"wrapper-width\":\"180\",\"wrapper-width-def\":true,\"left-icon\":\"\\\\e824\",\"left-icon-def\":false,\"right-icon\":\"\\\\e825\",\"right-icon-def\":false,\"title-size\":\"12\",\"title-size-def\":false,\"title-back-color\":\"transparent\",\"title-back-color-def\":true,\"title-font-color\":\"transparent\",\"title-font-color-def\":true},\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":true,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"bullet-bg-top\":\"#999999\",\"bullet-bg-top-def\":false,\"bullet-bg-bottom\":\"#e1e1e1\",\"bullet-bg-bottom-def\":false,\"border-color\":\"#e5e5e5\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#666666\",\"hover-bullet-bg-def\":false},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"Linear.easeNone\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-2\\\"][\\/rev_slider]\"}', '{\"version\":\"6.1.8\"}', '');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_sliders_bkp`
--

CREATE TABLE `wphi_revslider_sliders_bkp` (
  `id` int(9) NOT NULL,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_slides`
--

CREATE TABLE `wphi_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wphi_revslider_slides`
--

INSERT INTO `wphi_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(1, 1, 1, '{\"title\":\"NBA Highlights\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/travollie.com\\/cricket\\/wp-content\\/uploads\\/revslider\\/new_banner_blur1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"5\"},\"panzoom\":{\"set\":true,\"fitEnd\":\"120\"}}', '{\"2\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"230px\",\"e\":true},\"n\":{\"v\":\"230px\"},\"t\":{\"v\":\"230px\"},\"m\":{\"v\":\"100px\",\"e\":true}},\"covermode\":\"fullwidth\",\"originalWidth\":\"100%\",\"originalHeight\":\"230px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-3px\",\"e\":true},\"n\":{\"v\":\"-3px\"},\"t\":{\"v\":\"-3px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"stm-slider-overlay\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":0,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":0,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":0,\"start\":9000,\"startRelative\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"textAlign\":{\"d\":{\"e\":true}},\"backgroundColor\":\"rgba(0,0,0,0.50)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"1\":{\"text\":\"<div class=\\\"slider-date h6\\\">Feb 25, 2016 8:08 PM ET<\\/div>\",\"alias\":\"Feb 25, 2016 8:08 PM...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"438px\",\"e\":true},\"n\":{\"v\":\"438px\"},\"t\":{\"v\":\"438px\"},\"m\":{\"v\":\"15px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-126px\",\"e\":true},\"n\":{\"v\":\"-126px\"},\"t\":{\"v\":\"-126px\"},\"m\":{\"v\":\"-111px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"13px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"13px\"},\"m\":{\"v\":\"25px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"<div class=\\\"slider-title h1\\\">\\n<span class=\\\"first_text\\\">Latest Match<\\/span><br \\/>\\n<span class=\\\"second_text\\\">White Hot Sunday<\\/span>\\n<\\/div>\",\"alias\":\"RNT Minicamp Leaves\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"477px\",\"e\":true},\"n\":{\"v\":\"477px\"},\"t\":{\"v\":\"477px\",\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"97px\",\"e\":true},\"n\":{\"v\":\"97px\"},\"t\":{\"v\":\"97px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"477px\",\"originalHeight\":\"97px\"},\"position\":{\"x\":{\"d\":{\"v\":\"111px\",\"e\":true},\"n\":{\"v\":\"111px\"},\"t\":{\"v\":\"102px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-45px\",\"e\":true},\"n\":{\"v\":\"-45px\"},\"t\":{\"v\":\"-46px\",\"e\":true},\"m\":{\"v\":\"8px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1300},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1300,\"startRelative\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1300,\"startRelative\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":7400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"48px\",\"e\":true},\"m\":{\"v\":\"32px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"48px\",\"e\":true},\"m\":{\"v\":\"32px\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"<div class=\\\"slider-description\\\">They establish world champions and promote<br \\/> a competitive spirit and friendly <br \\/>relationships among IFAF members.<\\/div>\",\"alias\":\"Big Impression\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"v\":\"414px\",\"e\":true},\"n\":{\"v\":\"414px\"},\"t\":{\"v\":\"414px\"},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"106px\",\"e\":true},\"n\":{\"v\":\"106px\"},\"t\":{\"v\":\"106px\"},\"m\":{\"e\":true}},\"originalWidth\":\"414px\",\"originalHeight\":\"106px\"},\"position\":{\"x\":{\"d\":{\"v\":\"174px\",\"e\":true},\"n\":{\"v\":\"174px\"},\"t\":{\"v\":\"174px\"},\"m\":{\"v\":\"15px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"106px\",\"e\":true},\"n\":{\"v\":\"106px\"},\"t\":{\"v\":\"106px\"},\"m\":{\"v\":\"136px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1600},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1600,\"startRelative\":1600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1600,\"startRelative\":1600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":7100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button btn-md stm-fs-16\\\">WATCH VIDEO REPORT<\\/a>\",\"alias\":\"WATCH VIDEO REPORT\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"v\":\"273px\",\"e\":true},\"n\":{\"v\":\"273px\"},\"t\":{\"v\":\"273px\"},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"e\":true}},\"originalWidth\":\"273px\",\"originalHeight\":\"30px\"},\"position\":{\"x\":{\"d\":{\"v\":\"315px\",\"e\":true},\"n\":{\"v\":\"315px\"},\"t\":{\"v\":\"315px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"162px\",\"e\":true},\"n\":{\"v\":\"162px\"},\"t\":{\"v\":\"162px\"},\"m\":{\"v\":\"199px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1900},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1900,\"startRelative\":1900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1900,\"startRelative\":1900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":6800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.1.6\"}'),
(2, 1, 2, '{\"title\":\"NBA Highlights\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"https:\\/\\/travollie.com\\/cricket\\/wp-content\\/uploads\\/revslider\\/new_banner_2_blur.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"5\"},\"panzoom\":{\"set\":true,\"fitEnd\":\"120\"}}', '{\"2\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"230px\",\"e\":true},\"n\":{\"v\":\"230px\"},\"t\":{\"v\":\"230px\"},\"m\":{\"v\":\"100px\",\"e\":true}},\"covermode\":\"fullwidth\",\"originalWidth\":\"100%\",\"originalHeight\":\"230px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-3px\",\"e\":true},\"n\":{\"v\":\"-3px\"},\"t\":{\"v\":\"-3px\"},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"stm-slider-overlay\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":0,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":0,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":0,\"start\":9000,\"startRelative\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"textAlign\":{\"d\":{\"e\":true}},\"backgroundColor\":\"rgba(0,0,0,0.50)\",\"borderColor\":\"rgba(0,0,0,0.50)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"1\":{\"text\":\"<div class=\\\"slider-date h6\\\">Feb 25, 2016 8:08 PM ET<\\/div>\",\"alias\":\"Feb 25, 2016 8:08 PM...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"1006px\",\"e\":true},\"n\":{\"v\":\"1006px\"},\"t\":{\"v\":\"1006px\"},\"m\":{\"v\":\"15px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-138px\",\"e\":true},\"n\":{\"v\":\"-138px\"},\"t\":{\"v\":\"-138px\"},\"m\":{\"v\":\"-111px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1000},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1000,\"startRelative\":1000},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":7700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"13px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"13px\"},\"m\":{\"v\":\"25px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"<div class=\\\"slider-title h1\\\">\\n<span class=\\\"first_text\\\">Latest Match<\\/span><br \\/>\\n<span class=\\\"second_text\\\">White Hot Sunday<\\/span>\\n<\\/div>\",\"alias\":\"RNT Minicamp Leaves\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"477px\",\"e\":true},\"n\":{\"v\":\"477px\"},\"t\":{\"v\":\"477px\",\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"97px\",\"e\":true},\"n\":{\"v\":\"97px\"},\"t\":{\"v\":\"97px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"477px\",\"originalHeight\":\"97px\"},\"position\":{\"x\":{\"d\":{\"v\":\"678px\",\"e\":true},\"n\":{\"v\":\"678px\"},\"t\":{\"v\":\"102px\",\"e\":true},\"m\":{\"v\":\"12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-54px\",\"e\":true},\"n\":{\"v\":\"-54px\"},\"t\":{\"v\":\"-46px\",\"e\":true},\"m\":{\"v\":\"8px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1300},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1300,\"startRelative\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1300,\"startRelative\":1300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":7400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"48px\",\"e\":true},\"m\":{\"v\":\"32px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"48px\",\"e\":true},\"m\":{\"v\":\"32px\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"<div class=\\\"slider-description\\\">They establish world champions and promote<br \\/> a competitive spirit and friendly <br \\/>relationships among IFAF members.<\\/div>\",\"alias\":\"Big Impression\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"v\":\"414px\",\"e\":true},\"n\":{\"v\":\"414px\"},\"t\":{\"v\":\"414px\"},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"106px\",\"e\":true},\"n\":{\"v\":\"106px\"},\"t\":{\"v\":\"106px\"},\"m\":{\"e\":true}},\"originalWidth\":\"414px\",\"originalHeight\":\"106px\"},\"position\":{\"x\":{\"d\":{\"v\":\"741px\",\"e\":true},\"n\":{\"v\":\"741px\"},\"t\":{\"v\":\"741px\"},\"m\":{\"v\":\"15px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"97px\",\"e\":true},\"n\":{\"v\":\"97px\"},\"t\":{\"v\":\"97px\"},\"m\":{\"v\":\"136px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1600},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1600,\"startRelative\":1600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1600,\"startRelative\":1600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":7100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\"<a href=\\\"#\\\" class=\\\"button btn-md stm-fs-16\\\">WATCH VIDEO REPORT<\\/a>\",\"alias\":\"WATCH VIDEO REPORT\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"v\":\"273px\",\"e\":true},\"n\":{\"v\":\"273px\"},\"t\":{\"v\":\"273px\"},\"m\":{\"e\":true}},\"height\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"e\":true}},\"originalWidth\":\"273px\",\"originalHeight\":\"30px\"},\"position\":{\"x\":{\"d\":{\"v\":\"882px\",\"e\":true},\"n\":{\"v\":\"882px\"},\"t\":{\"v\":\"882px\"},\"m\":{\"v\":\"14px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"153px\",\"e\":true},\"n\":{\"v\":\"153px\"},\"t\":{\"v\":\"153px\"},\"m\":{\"v\":\"199px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1900},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"#ffffff\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1900,\"startRelative\":1900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"start\":1900,\"startRelative\":1900},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"startRelative\":6800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\"},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.1.6\"}');
INSERT INTO `wphi_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(3, 2, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"html5\",\"mpeg\":\"https:\\/\\/www.playcricket.com.au\\/~\\/media\\/Playcricketcomau\\/Videos\\/video-bg-play-cricket\",\"videoFromStream\":true},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}', '{\"1\":{\"text\":\"THE Cricket Services Department offers programmes that cover all aspects of amateur and professional cricket in South Africa for both men and women and starts with the KFC Mini-Cricket Programme and tracks the growth of all who want to play the game through the various stages that follow.\",\"alias\":\"Text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"826px\",\"e\":true},\"n\":{\"v\":\"682px\"},\"t\":{\"v\":\"518px\"},\"m\":{\"v\":\"319px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-5px\",\"e\":true},\"n\":{\"v\":\"-4px\"},\"t\":{\"v\":\"-3px\"},\"m\":{\"v\":\"-1px\"}},\"y\":{\"d\":{\"v\":\"131px\",\"e\":true},\"n\":{\"v\":\"108px\"},\"t\":{\"v\":\"82px\"},\"m\":{\"v\":\"50px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Poppins\",\"fontSize\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"21px\"},\"m\":{\"v\":\"12px\"}},\"fontWeight\":{\"d\":{\"v\":\"600\",\"e\":true},\"n\":{\"v\":\"600\"},\"t\":{\"v\":\"600\"},\"m\":{\"v\":\"600\"}},\"letterSpacing\":{\"d\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"37px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"2\":{\"text\":\"Cricket Services\",\"alias\":\"Copy text-1\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"967px\",\"e\":true},\"n\":{\"v\":\"798px\"},\"t\":{\"v\":\"606px\"},\"m\":{\"v\":\"373px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"37px\",\"e\":true},\"n\":{\"v\":\"30px\"},\"t\":{\"v\":\"22px\"},\"m\":{\"v\":\"13px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Poppins\",\"fontSize\":{\"d\":{\"v\":\"60\"},\"n\":{\"v\":\"49\"},\"t\":{\"v\":\"37\"},\"m\":{\"v\":\"22\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"70\"},\"n\":{\"v\":\"57\"},\"t\":{\"v\":\"43\"},\"m\":{\"v\":\"26\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"3\":{\"text\":\"Express your interest\",\"alias\":\"Text-3\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"440px\"},\"t\":{\"v\":\"334px\"},\"m\":{\"v\":\"206px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"24px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"11px\"}},\"fontWeight\":{\"d\":{\"v\":\"500\",\"e\":true},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"24px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"11px\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":8},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":8}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":7}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":6}}}', '{\"version\":\"6.1.8\"}'),
(4, 3, 1, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fitX\":\"0\",\"fitY\":\"0\",\"position\":\"right top\",\"positionX\":\"200\",\"image\":\"http:\\/\\/codeless.co\\/handel\\/corporate\\/wp-content\\/uploads\\/2017\\/08\\/shutterstock_233102950_small-compressed.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}', '{\"3\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"597px\",\"e\":true},\"n\":{\"v\":\"597px\"},\"t\":{\"v\":\"597px\"},\"m\":{\"v\":\"597px\"}},\"height\":{\"d\":{\"v\":\"807px\",\"e\":true},\"n\":{\"v\":\"807px\"},\"t\":{\"v\":\"807px\"},\"m\":{\"v\":\"807px\"}},\"originalWidth\":\"597px\",\"originalHeight\":\"807px\"},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"classes\":\"light-text\",\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"originX\":\"0%\",\"originY\":\"0%\",\"originZ\":\"0%\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":2000,\"start\":0}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"originX\":\"0%\",\"originY\":\"0%\",\"originZ\":\"0%\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":2000,\"start\":0}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"inherit\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"start\":9000,\"startRelative\":7000,\"endWithSlide\":true,\"auto\":true}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"#28406d\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"5\":{\"text\":\"INVESTMENTS STOCK & <br \\/>\\nCONSULTANCY BUSINESS\",\"alias\":\"INVESTMENTS & CONSUL...\",\"uid\":5,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"120px\"},\"t\":{\"v\":\"120px\"},\"m\":{\"v\":\"120px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1910},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":420,\"start\":1910,\"startRelative\":1910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"},\"sfx\":{\"effect\":\"blocktotop\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":420,\"start\":1910,\"startRelative\":1910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"},\"sfx\":{\"effect\":\"blocktotop\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6670,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Roboto Condensed\",\"fontSize\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"48px\"},\"m\":{\"v\":\"48px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"349px\",\"e\":true},\"n\":{\"v\":\"349px\"},\"t\":{\"v\":\"349px\"},\"m\":{\"v\":\"349px\"}},\"height\":{\"d\":{\"v\":\"11px\",\"e\":true},\"n\":{\"v\":\"11px\"},\"t\":{\"v\":\"11px\"},\"m\":{\"v\":\"11px\"}},\"originalWidth\":\"349px\",\"originalHeight\":\"11px\"},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"268px\",\"e\":true},\"n\":{\"v\":\"268px\"},\"t\":{\"v\":\"268px\"},\"m\":{\"v\":\"268px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2260},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":2260,\"startRelative\":2260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":400,\"start\":2260,\"startRelative\":2260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6340,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(168, 219, 81, 0.85)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"6\":{\"text\":\"There are many variations of passages of Lorem Ipsum<br \\/> available, but the majority have suffered alteration in some<br \\/> form, by injected humour, or randomised words which<br \\/> don\'t look even slightly believable.\",\"alias\":\"Caption text6\",\"uid\":6,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"308px\",\"e\":true},\"n\":{\"v\":\"308px\"},\"t\":{\"v\":\"308px\"},\"m\":{\"v\":\"308px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2640},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":380,\"start\":2640,\"startRelative\":2640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":380,\"start\":2640,\"startRelative\":2640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":220,\"start\":9000,\"startRelative\":5980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"10\":{\"text\":\"<div class=\\\"cl-btn-div cl-element cl_btn_div5983255c37ad10-31795120 \\\" style=\\\"margin: 35px 0px 0px; transition: none; text-align: inherit; line-height: 22px; border-width: 0px; padding: 0px; letter-spacing: 0px; font-weight: 400; font-size: 20px;\\\">\\n\\t<a href=\\\"http:\\/\\/codeless.co\\/handel\\/join.php\\\" class=\\\"cl-btn btn-style-material_square btn-layout-medium btn-font-large\\\" style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 10px 28px; background-color: #A8DB51;\\n    color: #28406D; letter-spacing: 1px; font-weight: 600; font-size: 14px;\\\"> <span style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 1px; font-weight: 600; font-size: 14px;\\\"><span style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-weight: 600; font-size: 13px;\\\">Purchase Now<\\/span>\\n<\\/span><\\/a>\\n<\\/div>\",\"alias\":\"\\t Purchase Now\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"50px\",\"e\":true},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"445px\",\"e\":true},\"n\":{\"v\":\"445px\"},\"t\":{\"v\":\"445px\"},\"m\":{\"v\":\"445px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3100},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":3100,\"startRelative\":3100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":400,\"start\":3100,\"startRelative\":3100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.1.6\"}');
INSERT INTO `wphi_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(5, 3, 2, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fitX\":\"0\",\"fitY\":\"0\",\"position\":\"right top\",\"positionX\":\"200\",\"image\":\"http:\\/\\/codeless.co\\/handel\\/corporate\\/wp-content\\/uploads\\/2017\\/08\\/shutterstock_446643151_small-compressed.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}', '{\"5\":{\"text\":\"BUSINESS ADVISORY<br \\/>\\nCORPORATE DESIGN\",\"alias\":\"INVESTMENTS & CONSUL...\",\"uid\":5,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"21px\"},\"m\":{\"v\":\"21px\"}},\"y\":{\"d\":{\"v\":\"150px\",\"e\":true},\"n\":{\"v\":\"150px\"},\"t\":{\"v\":\"150px\"},\"m\":{\"v\":\"150px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1910},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":420,\"start\":1910,\"startRelative\":1910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"},\"sfx\":{\"effect\":\"blocktotop\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":420,\"start\":1910,\"startRelative\":1910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"},\"sfx\":{\"effect\":\"blocktotop\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6670,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#28406d\",\"e\":true},\"n\":{\"v\":\"#28406d\"},\"t\":{\"v\":\"#28406d\"},\"m\":{\"v\":\"#28406d\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Roboto Condensed\",\"fontSize\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"48px\"},\"m\":{\"v\":\"48px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#28406d\",\"e\":true},\"n\":{\"v\":\"#28406d\"},\"t\":{\"v\":\"#28406d\"},\"m\":{\"v\":\"#28406d\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"349px\",\"e\":true},\"n\":{\"v\":\"349px\"},\"t\":{\"v\":\"349px\"},\"m\":{\"v\":\"349px\"}},\"height\":{\"d\":{\"v\":\"11px\",\"e\":true},\"n\":{\"v\":\"11px\"},\"t\":{\"v\":\"11px\"},\"m\":{\"v\":\"11px\"}},\"originalWidth\":\"349px\",\"originalHeight\":\"11px\"},\"position\":{\"x\":{\"d\":{\"v\":\"23px\",\"e\":true},\"n\":{\"v\":\"23px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"23px\"}},\"y\":{\"d\":{\"v\":\"283px\",\"e\":true},\"n\":{\"v\":\"283px\"},\"t\":{\"v\":\"283px\"},\"m\":{\"v\":\"283px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2260},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":2260,\"startRelative\":2260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":400,\"start\":2260,\"startRelative\":2260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6340,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(168, 219, 81, 0.85)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"6\":{\"text\":\"There are many variations of passages<br \\/> \\nof Lorem Ipsum available, but the majority<br \\/> have suffered alteration in some form\",\"alias\":\"Caption text6\",\"uid\":6,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"21px\",\"e\":true},\"n\":{\"v\":\"21px\"},\"t\":{\"v\":\"21px\"},\"m\":{\"v\":\"21px\"}},\"y\":{\"d\":{\"v\":\"314px\",\"e\":true},\"n\":{\"v\":\"314px\"},\"t\":{\"v\":\"314px\"},\"m\":{\"v\":\"314px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2640},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":380,\"start\":2640,\"startRelative\":2640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":380,\"start\":2640,\"startRelative\":2640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":220,\"start\":9000,\"startRelative\":5980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"10\":{\"text\":\"<div class=\\\"cl-btn-div cl-element cl_btn_div5983255c37ad10-31795120 \\\" style=\\\"margin: 35px 0px 0px; transition: none; text-align: inherit; line-height: 22px; border-width: 0px; padding: 0px; letter-spacing: 0px; font-weight: 400; font-size: 20px;\\\">\\n\\t<a href=\\\"http:\\/\\/codeless.co\\/handel\\/join.php\\\" class=\\\"cl-btn btn-style-material_square btn-layout-medium btn-font-large\\\" style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 10px 28px; letter-spacing: 1px; font-weight: 600; font-size: 14px;\\\"> <span style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 1px; font-weight: 600; font-size: 14px;\\\"><span style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-weight: 600; font-size: 13px;\\\">Purchase Now<\\/span>\\n<\\/span><\\/a>\\n<\\/div>\",\"alias\":\"\\t Purchase Now\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\"},\"m\":{\"v\":\"22px\"}},\"y\":{\"d\":{\"v\":\"417px\",\"e\":true},\"n\":{\"v\":\"417px\"},\"t\":{\"v\":\"417px\"},\"m\":{\"v\":\"417px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3100},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":3100,\"startRelative\":3100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":400,\"start\":3100,\"startRelative\":3100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.1.6\"}'),
(9, 4, 3, '{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"position\":\"percentage\",\"positionY\":\"80%\",\"image\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/pictureontop2.jpg\",\"imageId\":2194,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"random-static\"],\"slots\":[\"default\"],\"duration\":[\"default\"],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[\"default\"]},\"uid\":9}', '{\"0\":{\"text\":\"Don\'t miss!\",\"alias\":\"text-0\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"27px\"},\"m\":{\"v\":\"16px\"}},\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"38\",\"e\":true},\"n\":{\"v\":\"31\"},\"t\":{\"v\":\"23\"},\"m\":{\"v\":\"14\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"47\",\"e\":true},\"n\":{\"v\":\"38\"},\"t\":{\"v\":\"28\"},\"m\":{\"v\":\"17\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"1\":{\"text\":\"Umpire Support\",\"alias\":\"text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"95px\",\"e\":true},\"n\":{\"v\":\"78px\"},\"t\":{\"v\":\"59px\"},\"m\":{\"v\":\"36px\"}},\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"2\":{\"text\":\"What\\u2019s your approach to coaching? A must watch video for all coaches!\\n\\n\",\"alias\":\"text-2\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"782px\",\"e\":true},\"n\":{\"v\":\"645px\"},\"t\":{\"v\":\"490px\"},\"m\":{\"v\":\"302px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"119px\",\"e\":true},\"n\":{\"v\":\"98px\"},\"t\":{\"v\":\"74px\"},\"m\":{\"v\":\"45px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"131px\"},\"t\":{\"v\":\"99px\"},\"m\":{\"v\":\"61px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"24\"},\"n\":{\"v\":\"19\"},\"t\":{\"v\":\"14\"},\"m\":{\"v\":\"8\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"3\":{\"text\":\"FIND OUT MORE\",\"alias\":\"button-3\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"v\":\"99px\"},\"t\":{\"v\":\"75px\"},\"m\":{\"v\":\"46px\"}},\"y\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"173px\"},\"t\":{\"v\":\"131px\"},\"m\":{\"v\":\"80px\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,50,0,50],\"e\":false},\"n\":{\"v\":[0,41,0,41],\"e\":false},\"t\":{\"v\":[0,31,0,31],\"e\":false},\"m\":{\"v\":[0,19,0,19],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"55\"},\"n\":{\"v\":\"45\"},\"t\":{\"v\":\"34\"},\"m\":{\"v\":\"20\"}},\"backgroundColor\":\"#00873f\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#007aff\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":100,\"ease\":\"Power1.easeInOut\",\"filter\":{\"brightness\":\"120%\",\"blir\":0}},\"actions\":{\"action\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.1.8\"}'),
(10, 4, 4, '{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"position\":\"center top\",\"positionY\":\"80%\",\"image\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/sa-cricket-team.jpg\",\"imageId\":2111,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"random\"],\"slots\":[\"default\"],\"duration\":[\"default\"],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[\"default\"]},\"uid\":10}', '{\"0\":{\"text\":\"Don\'t miss!\",\"alias\":\"text-0\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"27px\"},\"m\":{\"v\":\"16px\"}},\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"38\",\"e\":true},\"n\":{\"v\":\"31\"},\"t\":{\"v\":\"23\"},\"m\":{\"v\":\"14\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"47\",\"e\":true},\"n\":{\"v\":\"38\"},\"t\":{\"v\":\"28\"},\"m\":{\"v\":\"17\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"1\":{\"text\":\"Umpire Support\",\"alias\":\"text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"95px\",\"e\":true},\"n\":{\"v\":\"78px\"},\"t\":{\"v\":\"59px\"},\"m\":{\"v\":\"36px\"}},\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"2\":{\"text\":\"What\\u2019s your approach to coaching? A must watch video for all coaches!\\n\\n\",\"alias\":\"text-2\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"782px\",\"e\":true},\"n\":{\"v\":\"645px\"},\"t\":{\"v\":\"490px\"},\"m\":{\"v\":\"302px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"119px\",\"e\":true},\"n\":{\"v\":\"98px\"},\"t\":{\"v\":\"74px\"},\"m\":{\"v\":\"45px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"131px\"},\"t\":{\"v\":\"99px\"},\"m\":{\"v\":\"61px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"24\"},\"n\":{\"v\":\"19\"},\"t\":{\"v\":\"14\"},\"m\":{\"v\":\"8\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"3\":{\"text\":\"FIND OUT MORE\",\"alias\":\"button-3\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"v\":\"99px\"},\"t\":{\"v\":\"75px\"},\"m\":{\"v\":\"46px\"}},\"y\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"173px\"},\"t\":{\"v\":\"131px\"},\"m\":{\"v\":\"80px\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,50,0,50],\"e\":false},\"n\":{\"v\":[0,41,0,41],\"e\":false},\"t\":{\"v\":[0,31,0,31],\"e\":false},\"m\":{\"v\":[0,19,0,19],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"55\"},\"n\":{\"v\":\"45\"},\"t\":{\"v\":\"34\"},\"m\":{\"v\":\"20\"}},\"backgroundColor\":\"#00873f\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#007aff\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":100,\"ease\":\"Power1.easeInOut\",\"filter\":{\"brightness\":\"120%\",\"blir\":0}},\"actions\":{\"action\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.1.8\"}');
INSERT INTO `wphi_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(6, 3, 3, '{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"fitX\":\"0\",\"fitY\":\"0\",\"position\":\"right top\",\"positionX\":\"200\",\"image\":\"http:\\/\\/codeless.co\\/handel\\/corporate\\/wp-content\\/uploads\\/2017\\/08\\/shutterstock_317518175_small.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}', '{\"5\":{\"text\":\"TRADES & STOCKS<br \\/>\\nCORPORATE DESIGN\",\"alias\":\"INVESTMENTS & CONSUL...\",\"uid\":5,\"htmltag\":\"h1\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"660px\",\"e\":true},\"n\":{\"v\":\"660px\"},\"t\":{\"v\":\"660px\"},\"m\":{\"v\":\"660px\"}},\"y\":{\"d\":{\"v\":\"139px\",\"e\":true},\"n\":{\"v\":\"139px\"},\"t\":{\"v\":\"139px\"},\"m\":{\"v\":\"139px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1910},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":420,\"start\":1910,\"startRelative\":1910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"},\"sfx\":{\"effect\":\"blocktotop\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":420,\"start\":1910,\"startRelative\":1910},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"},\"sfx\":{\"effect\":\"blocktotop\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6670,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#28406d\",\"e\":true},\"n\":{\"v\":\"#28406d\"},\"t\":{\"v\":\"#28406d\"},\"m\":{\"v\":\"#28406d\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Roboto Condensed\",\"fontSize\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"48px\"},\"t\":{\"v\":\"48px\"},\"m\":{\"v\":\"48px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\"},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"54px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#28406d\",\"e\":true},\"n\":{\"v\":\"#28406d\"},\"t\":{\"v\":\"#28406d\"},\"m\":{\"v\":\"#28406d\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"349px\",\"e\":true},\"n\":{\"v\":\"349px\"},\"t\":{\"v\":\"349px\"},\"m\":{\"v\":\"349px\"}},\"height\":{\"d\":{\"v\":\"11px\",\"e\":true},\"n\":{\"v\":\"11px\"},\"t\":{\"v\":\"11px\"},\"m\":{\"v\":\"11px\"}},\"originalWidth\":\"349px\",\"originalHeight\":\"11px\"},\"position\":{\"x\":{\"d\":{\"v\":\"663px\",\"e\":true},\"n\":{\"v\":\"663px\"},\"t\":{\"v\":\"663px\"},\"m\":{\"v\":\"663px\"}},\"y\":{\"d\":{\"v\":\"272px\",\"e\":true},\"n\":{\"v\":\"272px\"},\"t\":{\"v\":\"272px\"},\"m\":{\"v\":\"272px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2260},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":2260,\"startRelative\":2260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":400,\"start\":2260,\"startRelative\":2260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6340,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"rgba(168, 219, 81, 0.85)\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"6\":{\"text\":\"There are many variations of passages<br \\/> \\nof Lorem Ipsum available, but the majority<br \\/> have suffered alteration in some form\",\"alias\":\"Caption text6\",\"uid\":6,\"htmltag\":\"p\",\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"661px\",\"e\":true},\"n\":{\"v\":\"661px\"},\"t\":{\"v\":\"661px\"},\"m\":{\"v\":\"661px\"}},\"y\":{\"d\":{\"v\":\"303px\",\"e\":true},\"n\":{\"v\":\"303px\"},\"t\":{\"v\":\"303px\"},\"m\":{\"v\":\"303px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":2640},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":380,\"start\":2640,\"startRelative\":2640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":380,\"start\":2640,\"startRelative\":2640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":220,\"start\":9000,\"startRelative\":5980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"v\":\"18px\",\"e\":true},\"n\":{\"v\":\"18px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"18px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"28px\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"10\":{\"text\":\"<div class=\\\"cl-btn-div cl-element cl_btn_div5983255c37ad10-31795120 \\\" style=\\\"margin: 35px 0px 0px; transition: none; text-align: inherit; line-height: 22px; border-width: 0px; padding: 0px; letter-spacing: 0px; font-weight: 400; font-size: 20px;\\\">\\n\\t<a href=\\\"http:\\/\\/codeless.co\\/handel\\/join.php\\\" class=\\\"cl-btn btn-style-material_square btn-layout-medium btn-font-large\\\" style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 10px 28px; letter-spacing: 1px; font-weight: 600; font-size: 14px;\\\"> <span style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 1px; font-weight: 600; font-size: 14px;\\\"><span style=\\\"transition: none; text-align: inherit; line-height: 22px; border-width: 0px; margin: 0px; padding: 0px; letter-spacing: 0px; font-weight: 600; font-size: 13px;\\\">Purchase Now<\\/span>\\n<\\/span><\\/a>\\n<\\/div>\",\"alias\":\"\\t Purchase Now\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"659px\",\"e\":true},\"n\":{\"v\":\"659px\"},\"t\":{\"v\":\"659px\"},\"m\":{\"v\":\"659px\"}},\"y\":{\"d\":{\"v\":\"406px\",\"e\":true},\"n\":{\"v\":\"406px\"},\"t\":{\"v\":\"406px\"},\"m\":{\"v\":\"406px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":3100},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":3100,\"startRelative\":3100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":400,\"start\":3100,\"startRelative\":3100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":5500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}', '{\"0\":\"\",\"version\":\"6.1.6\"}'),
(7, 4, 1, '{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/234885.3.jpg\",\"imageId\":2175,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"random-static\"],\"slots\":[\"default\"],\"duration\":[\"default\"],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[\"default\"]},\"nav\":{\"arrows\":{\"presets\":{\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"30\",\"arrow-size-def\":false,\"back-color\":\"rgba(0,0,0,0.5)\",\"back-color-def\":false,\"width\":\"30\",\"width-def\":false,\"height\":\"110\",\"height-def\":false,\"wrapper-height\":\"140\",\"wrapper-height-def\":false,\"wrapper-width\":\"180\",\"wrapper-width-def\":false,\"left-icon\":\"\\\\e824\",\"left-icon-def\":false,\"right-icon\":\"\\\\e825\",\"right-icon-def\":false,\"title-size\":\"12\",\"title-size-def\":false,\"title-back-color\":\"rgba(0,0,0,0.75)\",\"title-back-color-def\":false,\"title-font-color\":\"#ffffff\",\"title-font-color-def\":false}},\"bullets\":{\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"bullet-bg-top\":\"#999999\",\"bullet-bg-top-def\":false,\"bullet-bg-bottom\":\"#e1e1e1\",\"bullet-bg-bottom-def\":false,\"border-color\":\"#e5e5e5\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"hover-bullet-bg\":\"#666666\",\"hover-bullet-bg-def\":false}}}}', '{\"0\":{\"text\":\"Don\'t miss!\",\"alias\":\"Text-0\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"27px\"},\"m\":{\"v\":\"16px\"}},\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"38\",\"e\":true},\"n\":{\"v\":\"31\"},\"t\":{\"v\":\"23\"},\"m\":{\"v\":\"14\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"47\",\"e\":true},\"n\":{\"v\":\"38\"},\"t\":{\"v\":\"28\"},\"m\":{\"v\":\"17\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"1\":{\"text\":\"Coach Support\",\"alias\":\"Text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"95px\",\"e\":true},\"n\":{\"v\":\"78px\"},\"t\":{\"v\":\"59px\"},\"m\":{\"v\":\"36px\"}},\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"2\":{\"text\":\"What\\u2019s your approach to coaching? A must watch video for all coaches!\\n\\n\",\"alias\":\"Text-2\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"782px\",\"e\":true},\"n\":{\"v\":\"645px\"},\"t\":{\"v\":\"490px\"},\"m\":{\"v\":\"302px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"119px\",\"e\":true},\"n\":{\"v\":\"98px\"},\"t\":{\"v\":\"74px\"},\"m\":{\"v\":\"45px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"131px\"},\"t\":{\"v\":\"99px\"},\"m\":{\"v\":\"61px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"24\"},\"n\":{\"v\":\"19\"},\"t\":{\"v\":\"14\"},\"m\":{\"v\":\"8\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"3\":{\"text\":\"FIND OUT MORE\",\"alias\":\"Button-3\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"v\":\"99px\"},\"t\":{\"v\":\"75px\"},\"m\":{\"v\":\"46px\"}},\"y\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"173px\"},\"t\":{\"v\":\"131px\"},\"m\":{\"v\":\"80px\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,50,0,50],\"e\":false},\"n\":{\"v\":[0,41,0,41],\"e\":false},\"t\":{\"v\":[0,31,0,31],\"e\":false},\"m\":{\"v\":[0,19,0,19],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"55\"},\"n\":{\"v\":\"45\"},\"t\":{\"v\":\"34\"},\"m\":{\"v\":\"20\"}},\"backgroundColor\":\"#00873f\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#007aff\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":100,\"ease\":\"Power1.easeInOut\",\"filter\":{\"brightness\":\"120%\",\"blir\":0}},\"actions\":{\"action\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.1.8\"}'),
(8, 4, 2, '{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"position\":\"percentage\",\"positionY\":\"20%\",\"image\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/65.jpg\",\"imageId\":2160,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"random\"],\"slots\":[\"default\"],\"duration\":[\"default\"],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[\"default\"]},\"uid\":8}', '{\"0\":{\"text\":\"Don\'t miss!\",\"alias\":\"text-0\",\"uid\":0,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"36px\"},\"t\":{\"v\":\"27px\"},\"m\":{\"v\":\"16px\"}},\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"38\",\"e\":true},\"n\":{\"v\":\"31\"},\"t\":{\"v\":\"23\"},\"m\":{\"v\":\"14\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"47\",\"e\":true},\"n\":{\"v\":\"38\"},\"t\":{\"v\":\"28\"},\"m\":{\"v\":\"17\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"1\":{\"text\":\"Umpire Support\",\"alias\":\"text-1\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"94px\"},\"t\":{\"v\":\"71px\"},\"m\":{\"v\":\"43px\"}},\"y\":{\"d\":{\"v\":\"95px\",\"e\":true},\"n\":{\"v\":\"78px\"},\"t\":{\"v\":\"59px\"},\"m\":{\"v\":\"36px\"}},\"zIndex\":6},\"group\":{\"groupOrder\":6},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"42px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"2\":{\"text\":\"What\\u2019s your approach to coaching? A must watch video for all coaches!\\n\\n\",\"alias\":\"text-2\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"782px\",\"e\":true},\"n\":{\"v\":\"645px\"},\"t\":{\"v\":\"490px\"},\"m\":{\"v\":\"302px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"119px\",\"e\":true},\"n\":{\"v\":\"98px\"},\"t\":{\"v\":\"74px\"},\"m\":{\"v\":\"45px\"}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"131px\"},\"t\":{\"v\":\"99px\"},\"m\":{\"v\":\"61px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"20px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"7px\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\"}},\"lineHeight\":{\"d\":{\"v\":\"24\"},\"n\":{\"v\":\"19\"},\"t\":{\"v\":\"14\"},\"m\":{\"v\":\"8\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"3\":{\"text\":\"FIND OUT MORE\",\"alias\":\"button-3\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"121px\",\"e\":true},\"n\":{\"v\":\"99px\"},\"t\":{\"v\":\"75px\"},\"m\":{\"v\":\"46px\"}},\"y\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"173px\"},\"t\":{\"v\":\"131px\"},\"m\":{\"v\":\"80px\"}},\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,50,0,50],\"e\":false},\"n\":{\"v\":[0,41,0,41],\"e\":false},\"t\":{\"v\":[0,31,0,31],\"e\":false},\"m\":{\"v\":[0,19,0,19],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"55\"},\"n\":{\"v\":\"45\"},\"t\":{\"v\":\"34\"},\"m\":{\"v\":\"20\"}},\"backgroundColor\":\"#00873f\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"backgroundColor\":\"#007aff\",\"borderRadius\":{\"v\":[\"20px\",\"20px\",\"20px\",\"20px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":100,\"ease\":\"Power1.easeInOut\",\"filter\":{\"brightness\":\"120%\",\"blir\":0}},\"actions\":{\"action\":[]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}', '{\"version\":\"6.1.8\"}');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_slides_bkp`
--

CREATE TABLE `wphi_revslider_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_static_slides`
--

CREATE TABLE `wphi_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wphi_revslider_static_slides`
--

INSERT INTO `wphi_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(1, 2, '[]', '', '{\"temp\":true}'),
(2, 3, '[]', '', '{\"temp\":true}'),
(3, 4, '[]', '', '{\"temp\":true}');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_revslider_static_slides_bkp`
--

CREATE TABLE `wphi_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_sbi_instagram_feeds_posts`
--

CREATE TABLE `wphi_sbi_instagram_feeds_posts` (
  `record_id` int(11) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_sbi_instagram_posts`
--

CREATE TABLE `wphi_sbi_instagram_posts` (
  `id` int(11) UNSIGNED NOT NULL,
  `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
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_smush_dir_images`
--

CREATE TABLE `wphi_smush_dir_images` (
  `id` mediumint(9) NOT NULL,
  `path` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `path_hash` char(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `resize` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lossy` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `error` varchar(55) COLLATE utf8mb4_unicode_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_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_termmeta`
--

CREATE TABLE `wphi_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_termmeta`
--

INSERT INTO `wphi_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 16, 'sp_order', '1'),
(2, 17, 'sp_order', '2'),
(3, 35, 'sp_order', '0'),
(4, 36, 'sp_order', '0'),
(5, 37, 'sp_order', '0'),
(6, 38, 'sp_order', '0'),
(7, 39, 'sp_order', '0'),
(8, 40, 'sp_order', '0'),
(9, 41, 'sp_order', '0'),
(10, 42, 'sp_order', '0'),
(11, 43, 'sp_order', '0'),
(12, 44, 'sp_order', '0'),
(13, 45, 'sp_order', '0'),
(14, 46, 'sp_order', '0'),
(15, 47, 'sp_order', '0'),
(16, 48, 'sp_order', '0'),
(17, 49, 'sp_order', '0'),
(18, 50, 'sp_order', '0'),
(19, 51, 'sp_order', '0'),
(20, 52, 'sp_order', '0'),
(21, 54, 'sp_order', '0'),
(22, 55, 'sp_order', '0'),
(23, 56, 'sp_order', '0'),
(24, 57, 'sp_order', '0'),
(25, 58, 'sp_order', '0'),
(26, 59, 'sp_order', '0'),
(27, 60, 'sp_order', '0'),
(28, 61, 'sp_order', '0'),
(29, 62, 'sp_order', '0'),
(30, 63, 'sp_order', '0'),
(31, 64, 'sp_order', '0'),
(32, 65, 'sp_order', '0'),
(33, 66, 'sp_order', '0'),
(34, 67, 'sp_order', '0'),
(35, 68, 'sp_order', '0'),
(36, 69, 'sp_order', '0'),
(37, 71, 'sp_order', '0'),
(38, 72, 'sp_order', '0'),
(39, 73, 'order', '0'),
(40, 74, 'order', '0'),
(41, 75, 'order', '0'),
(42, 76, 'order', '0'),
(43, 77, 'order', '0'),
(44, 78, 'order', '0'),
(45, 79, 'order', '0'),
(46, 73, 'product_count_product_cat', '5'),
(47, 78, 'product_count_product_cat', '1'),
(48, 74, 'product_count_product_cat', '4'),
(49, 76, 'product_count_product_cat', '1'),
(50, 404, 'theplus_transient_widgets', 'a:0:{}'),
(51, 86, '_clever_mega_menu_meta', 'a:3:{s:7:\"enabled\";s:1:\"1\";s:9:\"se_markup\";s:1:\"1\";s:5:\"theme\";s:14:\"default-461836\";}'),
(52, 500, 'theplus_transient_widgets', 'a:0:{}'),
(53, 20, 'theplus_transient_widgets', 'a:0:{}'),
(54, 87, 'created_date_gmt', '2020-03-18 14:14:27'),
(55, 88, 'created_date_gmt', '2020-03-18 14:14:27'),
(56, 89, 'created_date_gmt', '2020-03-18 14:14:27'),
(57, 90, 'created_date_gmt', '2020-03-18 14:14:27'),
(58, 91, 'created_date_gmt', '2020-03-18 14:14:27'),
(59, 92, 'created_date_gmt', '2020-03-18 14:14:27'),
(60, 93, 'created_date_gmt', '2020-03-18 14:14:27'),
(61, 94, 'created_date_gmt', '2020-03-18 14:14:27'),
(62, 95, 'created_date_gmt', '2020-03-18 14:14:27'),
(63, 96, 'created_date_gmt', '2020-03-18 14:14:27'),
(64, 97, 'created_date_gmt', '2020-03-18 14:14:27'),
(65, 98, 'created_date_gmt', '2020-03-18 14:14:27'),
(66, 99, 'created_date_gmt', '2020-03-18 14:14:27'),
(67, 100, 'created_date_gmt', '2020-03-18 14:14:27'),
(68, 101, 'created_date_gmt', '2020-03-18 14:14:27'),
(69, 102, 'created_date_gmt', '2020-03-18 14:14:27'),
(70, 103, 'created_date_gmt', '2020-03-18 14:14:27'),
(71, 104, 'created_date_gmt', '2020-03-18 14:14:27'),
(72, 105, 'created_date_gmt', '2020-03-18 14:14:27'),
(73, 106, 'created_date_gmt', '2020-03-18 14:14:27'),
(74, 107, 'created_date_gmt', '2020-03-18 14:14:27'),
(75, 108, 'created_date_gmt', '2020-03-18 14:14:27'),
(76, 109, 'created_date_gmt', '2020-03-18 14:14:27'),
(77, 110, 'created_date_gmt', '2020-03-18 14:14:27'),
(78, 111, 'created_date_gmt', '2020-03-18 14:14:27'),
(79, 112, 'created_date_gmt', '2020-03-18 14:14:27'),
(80, 113, 'created_date_gmt', '2020-03-18 14:14:27'),
(81, 114, 'created_date_gmt', '2020-03-18 14:14:27'),
(82, 115, 'created_date_gmt', '2020-03-18 14:14:27'),
(83, 116, 'created_date_gmt', '2020-03-18 14:14:27'),
(84, 117, 'created_date_gmt', '2020-03-18 14:14:27'),
(85, 118, 'created_date_gmt', '2020-03-18 14:14:27'),
(86, 119, 'created_date_gmt', '2020-03-18 14:14:27'),
(87, 120, 'created_date_gmt', '2020-03-18 14:14:27'),
(88, 121, 'created_date_gmt', '2020-03-18 14:14:27'),
(89, 122, 'created_date_gmt', '2020-03-18 14:14:27'),
(90, 123, 'created_date_gmt', '2020-03-18 14:14:27'),
(91, 124, 'created_date_gmt', '2020-03-18 14:14:27'),
(92, 125, 'created_date_gmt', '2020-03-18 14:14:27'),
(93, 126, 'created_date_gmt', '2020-03-18 14:14:27'),
(94, 127, 'created_date_gmt', '2020-03-18 14:14:27'),
(95, 128, 'created_date_gmt', '2020-03-18 14:14:27'),
(96, 129, 'created_date_gmt', '2020-03-18 14:14:27'),
(97, 130, 'created_date_gmt', '2020-03-18 14:14:27'),
(98, 131, 'created_date_gmt', '2020-03-18 14:14:27'),
(99, 132, 'created_date_gmt', '2020-03-18 14:14:27'),
(100, 133, 'created_date_gmt', '2020-03-18 14:14:27'),
(101, 134, 'created_date_gmt', '2020-03-18 14:14:27'),
(102, 135, 'created_date_gmt', '2020-03-18 14:14:27'),
(103, 136, 'created_date_gmt', '2020-03-18 14:14:27'),
(104, 137, 'created_date_gmt', '2020-03-18 14:14:27'),
(105, 138, 'created_date_gmt', '2020-03-18 14:14:27'),
(106, 139, 'created_date_gmt', '2020-03-18 14:14:27'),
(107, 140, 'created_date_gmt', '2020-03-18 14:14:27'),
(108, 141, 'created_date_gmt', '2020-03-18 14:14:27'),
(109, 142, 'created_date_gmt', '2020-03-18 14:14:27'),
(110, 143, 'created_date_gmt', '2020-03-18 14:14:27'),
(111, 144, 'created_date_gmt', '2020-03-18 14:14:27'),
(112, 145, 'created_date_gmt', '2020-03-18 14:14:27'),
(113, 146, 'created_date_gmt', '2020-03-18 14:14:27'),
(114, 147, 'created_date_gmt', '2020-03-18 14:14:27'),
(115, 148, 'created_date_gmt', '2020-03-18 14:14:27'),
(116, 149, 'created_date_gmt', '2020-03-18 14:14:27'),
(117, 150, 'created_date_gmt', '2020-03-18 14:14:27'),
(118, 151, 'created_date_gmt', '2020-03-18 14:14:27'),
(119, 152, 'created_date_gmt', '2020-03-18 14:14:27'),
(120, 153, 'created_date_gmt', '2020-03-18 14:14:27'),
(121, 154, 'created_date_gmt', '2020-03-18 14:14:27'),
(122, 155, 'created_date_gmt', '2020-03-18 14:14:27'),
(123, 156, 'created_date_gmt', '2020-03-18 14:14:27'),
(124, 157, 'created_date_gmt', '2020-03-18 14:14:27'),
(125, 158, 'created_date_gmt', '2020-03-18 14:14:28'),
(126, 159, 'created_date_gmt', '2020-03-18 14:14:28'),
(127, 160, 'created_date_gmt', '2020-03-18 14:14:28'),
(128, 161, 'created_date_gmt', '2020-03-18 14:14:28'),
(129, 162, 'created_date_gmt', '2020-03-18 14:14:28'),
(130, 163, 'created_date_gmt', '2020-03-18 14:14:28'),
(131, 164, 'created_date_gmt', '2020-03-18 14:14:28'),
(132, 165, 'created_date_gmt', '2020-03-18 14:14:28'),
(133, 166, 'created_date_gmt', '2020-03-18 14:14:28'),
(134, 167, 'created_date_gmt', '2020-03-18 14:14:28'),
(135, 168, 'created_date_gmt', '2020-03-18 14:14:28'),
(136, 169, 'created_date_gmt', '2020-03-18 14:14:28'),
(137, 170, 'created_date_gmt', '2020-03-18 14:14:28'),
(138, 171, 'created_date_gmt', '2020-03-18 14:14:28'),
(139, 172, 'created_date_gmt', '2020-03-18 14:14:28'),
(140, 173, 'created_date_gmt', '2020-03-18 14:14:28'),
(141, 174, 'created_date_gmt', '2020-03-18 14:14:28'),
(142, 175, 'created_date_gmt', '2020-03-18 14:14:28'),
(143, 176, 'created_date_gmt', '2020-03-18 14:14:28'),
(144, 177, 'created_date_gmt', '2020-03-18 14:14:28'),
(145, 178, 'created_date_gmt', '2020-03-18 14:14:28'),
(146, 179, 'created_date_gmt', '2020-03-18 14:14:28'),
(147, 180, 'created_date_gmt', '2020-03-18 14:14:28'),
(148, 181, 'created_date_gmt', '2020-03-18 14:14:28'),
(149, 182, 'created_date_gmt', '2020-03-18 14:14:28'),
(150, 183, 'created_date_gmt', '2020-03-18 14:14:28'),
(151, 184, 'created_date_gmt', '2020-03-18 14:14:28'),
(152, 185, 'created_date_gmt', '2020-03-18 14:14:28'),
(153, 186, 'created_date_gmt', '2020-03-18 14:14:28'),
(154, 187, 'created_date_gmt', '2020-03-18 14:14:28'),
(155, 188, 'created_date_gmt', '2020-03-18 14:14:28'),
(156, 189, 'created_date_gmt', '2020-03-18 14:14:28'),
(157, 190, 'created_date_gmt', '2020-03-18 14:14:28'),
(158, 191, 'created_date_gmt', '2020-03-18 14:14:28'),
(159, 192, 'created_date_gmt', '2020-03-18 14:14:28'),
(160, 193, 'created_date_gmt', '2020-03-18 14:14:28'),
(161, 85, '_clever_mega_menu_meta', 'a:3:{s:7:\"enabled\";s:1:\"0\";s:9:\"se_markup\";s:1:\"0\";s:5:\"theme\";s:14:\"default-461836\";}'),
(162, 1, 'theplus_transient_widgets', 'a:0:{}'),
(163, 21, 'theplus_transient_widgets', 'a:0:{}'),
(164, 22, 'theplus_transient_widgets', 'a:0:{}'),
(165, 23, 'theplus_transient_widgets', 'a:0:{}'),
(166, 24, 'theplus_transient_widgets', 'a:0:{}'),
(167, 25, 'theplus_transient_widgets', 'a:0:{}'),
(168, 26, 'theplus_transient_widgets', 'a:0:{}'),
(169, 27, 'theplus_transient_widgets', 'a:0:{}'),
(170, 28, 'theplus_transient_widgets', 'a:0:{}'),
(171, 29, 'theplus_transient_widgets', 'a:0:{}'),
(172, 30, 'theplus_transient_widgets', 'a:0:{}'),
(173, 15, 'theplus_transient_widgets', 'a:0:{}'),
(174, 16, 'theplus_transient_widgets', 'a:0:{}'),
(175, 17, 'theplus_transient_widgets', 'a:0:{}'),
(176, 18, 'theplus_transient_widgets', 'a:0:{}'),
(177, 19, 'theplus_transient_widgets', 'a:0:{}'),
(178, 31, 'theplus_transient_widgets', 'a:0:{}'),
(179, 32, 'theplus_transient_widgets', 'a:0:{}'),
(180, 33, 'theplus_transient_widgets', 'a:0:{}'),
(181, 34, 'theplus_transient_widgets', 'a:0:{}'),
(182, 35, 'theplus_transient_widgets', 'a:0:{}'),
(183, 36, 'theplus_transient_widgets', 'a:0:{}'),
(184, 37, 'theplus_transient_widgets', 'a:0:{}'),
(185, 38, 'theplus_transient_widgets', 'a:0:{}'),
(186, 39, 'theplus_transient_widgets', 'a:0:{}'),
(187, 40, 'theplus_transient_widgets', 'a:0:{}'),
(188, 41, 'theplus_transient_widgets', 'a:0:{}'),
(189, 42, 'theplus_transient_widgets', 'a:0:{}'),
(190, 43, 'theplus_transient_widgets', 'a:0:{}'),
(191, 44, 'theplus_transient_widgets', 'a:0:{}'),
(192, 45, 'theplus_transient_widgets', 'a:0:{}'),
(193, 46, 'theplus_transient_widgets', 'a:0:{}'),
(194, 47, 'theplus_transient_widgets', 'a:0:{}'),
(195, 48, 'theplus_transient_widgets', 'a:0:{}'),
(196, 49, 'theplus_transient_widgets', 'a:0:{}'),
(197, 50, 'theplus_transient_widgets', 'a:0:{}'),
(198, 51, 'theplus_transient_widgets', 'a:0:{}'),
(199, 52, 'theplus_transient_widgets', 'a:0:{}'),
(200, 53, 'theplus_transient_widgets', 'a:0:{}'),
(201, 54, 'theplus_transient_widgets', 'a:0:{}'),
(202, 55, 'theplus_transient_widgets', 'a:0:{}'),
(203, 56, 'theplus_transient_widgets', 'a:0:{}'),
(204, 57, 'theplus_transient_widgets', 'a:0:{}'),
(205, 58, 'theplus_transient_widgets', 'a:0:{}'),
(206, 59, 'theplus_transient_widgets', 'a:0:{}'),
(207, 60, 'theplus_transient_widgets', 'a:0:{}'),
(208, 61, 'theplus_transient_widgets', 'a:0:{}'),
(209, 62, 'theplus_transient_widgets', 'a:0:{}'),
(210, 63, 'theplus_transient_widgets', 'a:0:{}'),
(211, 64, 'theplus_transient_widgets', 'a:0:{}'),
(212, 65, 'theplus_transient_widgets', 'a:0:{}'),
(213, 66, 'theplus_transient_widgets', 'a:0:{}'),
(214, 67, 'theplus_transient_widgets', 'a:0:{}'),
(215, 68, 'theplus_transient_widgets', 'a:0:{}'),
(216, 69, 'theplus_transient_widgets', 'a:0:{}'),
(217, 70, 'theplus_transient_widgets', 'a:0:{}'),
(218, 71, 'theplus_transient_widgets', 'a:0:{}'),
(219, 72, 'theplus_transient_widgets', 'a:0:{}'),
(220, 73, 'theplus_transient_widgets', 'a:0:{}'),
(221, 74, 'theplus_transient_widgets', 'a:0:{}'),
(222, 75, 'theplus_transient_widgets', 'a:0:{}'),
(223, 76, 'theplus_transient_widgets', 'a:0:{}'),
(224, 77, 'theplus_transient_widgets', 'a:0:{}'),
(225, 78, 'theplus_transient_widgets', 'a:0:{}'),
(226, 79, 'theplus_transient_widgets', 'a:0:{}'),
(227, 2, 'theplus_transient_widgets', 'a:0:{}');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_terms`
--

CREATE TABLE `wphi_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_terms`
--

INSERT INTO `wphi_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(16, 'Batsman', 'batsman', 0),
(17, 'Bowler', 'bowler', 0),
(18, 'Primary League', 'primary-league', 0),
(19, '2020', '2020', 0),
(20, 'Analysis', 'analysis', 0),
(21, 'Championships', 'championships', 0),
(22, 'Interviews', 'interviews', 0),
(23, 'Match report', 'match-report', 0),
(24, 'Unkategorisiert', 'unkategorisiert', 0),
(25, 'ball', 'ball', 0),
(26, 'basketball', 'basketball', 0),
(27, 'coach', 'coach', 0),
(28, 'league', 'league', 0),
(29, 'nba', 'nba', 0),
(30, 'three points', 'three-points', 0),
(31, '2016', '2016', 0),
(32, '2017', '2017', 0),
(33, 'Advance Scout', 'advance-scout', 0),
(34, 'Assistant Trainer', 'assistant-trainer', 0),
(35, 'Boston', 'boston', 0),
(36, 'California', 'california', 0),
(37, 'Center', '4-center', 0),
(38, 'Center', '3-center', 0),
(39, 'Cornerback', '10-cornerback', 0),
(40, 'Cornerback', '9-cornerback', 0),
(41, 'Defender', '1-defender', 0),
(42, 'Defensive end', '7-defensive-end', 0),
(43, 'Defensive end', '6-defensive-end', 0),
(44, 'Defensive tackle', '6-defensive-tackle', 0),
(45, 'Defensive tackle', '5-defensive-tackle', 0),
(46, 'Denver', 'denver', 0),
(47, 'Forward', '2-forward', 0),
(48, 'Forward', '3-forward', 0),
(49, 'Forward-Center', '3-forward-center', 0),
(50, 'Forward-Guard', '1-forward-guard', 0),
(51, 'Goalkeeper', '0-goalkeeper', 0),
(52, 'Guard', '0-guard', 0),
(53, 'Head Coach', 'coach', 0),
(54, 'Idaho', 'idaho', 0),
(55, 'Middle linebacker', '8-middle-linebacker', 0),
(56, 'Middle linebacker', '7-middle-linebacker', 0),
(57, 'Midfielder', '2-midfielder', 0),
(58, 'Offensive guard', '4-offensive-guard', 0),
(59, 'Offensive tackle', '5-offensive-tackle', 0),
(60, 'Offensive tackle', '4-offensive-tackle', 0),
(61, 'Outside linebacker', '9-outside-linebacker', 0),
(62, 'Outside linebacker', '8-outside-linebacker', 0),
(63, 'Quarterback', '0-quarterback', 0),
(64, 'Running Back', '1-running-back', 0),
(65, 'Running back', '0-running-back', 0),
(66, 'Safety', '11-safety', 0),
(67, 'Safety', '10-safety', 0),
(68, 'Tight end', '3-tight-end', 0),
(69, 'Tight end', '2-tight-end', 0),
(70, 'Trainer', 'trainer', 0),
(71, 'Wide receiver', '2-wide-receiver', 0),
(72, 'Wide receiver', '1-wide-receiver', 0),
(73, 'Clothing', 'clothing', 0),
(74, 'Hoodies', 'hoodies', 0),
(75, 'Music', 'music', 0),
(76, 'Posters', 'posters', 0),
(77, 'Singles', 'singles', 0),
(78, 'T-shirts', 't-shirts', 0),
(79, 'Albums', 'albums', 0),
(87, 'da2d54176c9df9bab530081223cc29a3', 'da2d54176c9df9bab530081223cc29a3', 1),
(81, 'Sidebar menu', 'sidebar-menu', 0),
(82, 'Widget menu', 'widget-menu', 0),
(83, 'Video', 'post-format-video', 0),
(85, 'Temp', 'temp', 0),
(86, 'Plus Mega', 'plus-mega', 0),
(88, '3946cc7128d063d5d142c6fc0fab13a9', '3946cc7128d063d5d142c6fc0fab13a9', 1),
(89, '06496288b0434d4ab44e0408a4423bf8', '06496288b0434d4ab44e0408a4423bf8', 1),
(90, '086eab749087b175c6877d274fb894c8', '086eab749087b175c6877d274fb894c8', 0),
(91, '35c09dd4eccc8ce28779e2d8778409a0', '35c09dd4eccc8ce28779e2d8778409a0', 0),
(92, '5abebb6b02d8f593c6b55fc57f9c14b2', '5abebb6b02d8f593c6b55fc57f9c14b2', 0),
(93, 'd18214ec46884889fb7d30c908bd22b6', 'd18214ec46884889fb7d30c908bd22b6', 0),
(94, '4579ca1e3aa4b823a1465bcad5944e68', '4579ca1e3aa4b823a1465bcad5944e68', 0),
(95, '1afdf63d6b9a9a94eb084526e52b0207', '1afdf63d6b9a9a94eb084526e52b0207', 0),
(96, 'd251f7abdad8a73b713c9339a5d8f76f', 'd251f7abdad8a73b713c9339a5d8f76f', 0),
(97, 'c8c62f8e040015a10ee2e24060bf03e2', 'c8c62f8e040015a10ee2e24060bf03e2', 0),
(98, 'a9897114e0500dba21f345775309101c', 'a9897114e0500dba21f345775309101c', 0),
(99, '56983e56059c2575bd4dc6f1f2f10d3d', '56983e56059c2575bd4dc6f1f2f10d3d', 0),
(100, '41ab95881ba45e17bbf883ad25b758f8', '41ab95881ba45e17bbf883ad25b758f8', 0),
(101, '77125d7d73b49df78e241d4e6f5ac9b0', '77125d7d73b49df78e241d4e6f5ac9b0', 0),
(102, 'caf70f8f93d8baeade55941d97c1ccd3', 'caf70f8f93d8baeade55941d97c1ccd3', 0),
(103, '2fc876c0169a0aad635f12d49e320f24', '2fc876c0169a0aad635f12d49e320f24', 0),
(104, '6b040d69753d38298e20945f3fbc1b34', '6b040d69753d38298e20945f3fbc1b34', 0),
(105, 'e2892391c4d8d46d98bfac49f6fc9147', 'e2892391c4d8d46d98bfac49f6fc9147', 0),
(106, '3f49e395c06bf4109166886b83954a96', '3f49e395c06bf4109166886b83954a96', 0),
(107, '21099ff5ceac5035b92643d90d2d604d', '21099ff5ceac5035b92643d90d2d604d', 0),
(108, 'b76c18b22c269391623586f428781b78', 'b76c18b22c269391623586f428781b78', 0),
(109, '3478f19a0ebfb6c89c5ba4b75b3f597e', '3478f19a0ebfb6c89c5ba4b75b3f597e', 0),
(110, 'ee3874bc586c5aa5585fac80af289f94', 'ee3874bc586c5aa5585fac80af289f94', 0),
(111, 'ddfad85420aa938d67217208f0d3a600', 'ddfad85420aa938d67217208f0d3a600', 0),
(112, '66e19942877a59a566375e6b2cfab567', '66e19942877a59a566375e6b2cfab567', 0),
(113, 'c0d14e8acad8c50dfe54117c57b62c0f', 'c0d14e8acad8c50dfe54117c57b62c0f', 0),
(114, 'b85c8df47e64abe0cacff79d61fcb589', 'b85c8df47e64abe0cacff79d61fcb589', 0),
(115, '01e2c9da7853b224a91767cd6492f94f', '01e2c9da7853b224a91767cd6492f94f', 0),
(116, '47b8e792baeb25783fe5cb4069f76b6c', '47b8e792baeb25783fe5cb4069f76b6c', 0),
(117, 'ca20a322f95768dcaa8d621845167fce', 'ca20a322f95768dcaa8d621845167fce', 0),
(118, '025299181a6ee028b4cd4943f080a8a2', '025299181a6ee028b4cd4943f080a8a2', 0),
(119, 'a14fbe21248af1255099e5cebd067c46', 'a14fbe21248af1255099e5cebd067c46', 0),
(120, 'e9ff939248caa55114c21f72661405ff', 'e9ff939248caa55114c21f72661405ff', 0),
(121, '8691dd1fb5137702ff022b0aea81dd52', '8691dd1fb5137702ff022b0aea81dd52', 0),
(122, '9af8a99dd21b3e78af10f03031e29ecb', '9af8a99dd21b3e78af10f03031e29ecb', 0),
(123, '2dbb10eb56a56269753f8d7cad8e15d4', '2dbb10eb56a56269753f8d7cad8e15d4', 0),
(124, '5533c009db9521d259b57a92bfa70c04', '5533c009db9521d259b57a92bfa70c04', 1),
(125, '7f1975a6d6b45d6e74103ac7285490e1', '7f1975a6d6b45d6e74103ac7285490e1', 1),
(126, '872390f558936f01a138f8fbc5595946', '872390f558936f01a138f8fbc5595946', 1),
(127, '7f4288594371201586a0121e5c96045f', '7f4288594371201586a0121e5c96045f', 1),
(128, 'ab62c2bd90afb53e2137d67feb881033', 'ab62c2bd90afb53e2137d67feb881033', 1),
(129, '1fd32b3b1584cbf0dab932243691a19d', '1fd32b3b1584cbf0dab932243691a19d', 1),
(130, '825e27c9d36ceb3da1c1368f4ce6f3c8', '825e27c9d36ceb3da1c1368f4ce6f3c8', 1),
(131, 'bbeaee7dc8021a8c26a0d77615661077', 'bbeaee7dc8021a8c26a0d77615661077', 1),
(132, 'e4eb69a76c2dd3b65a2721427ce508ef', 'e4eb69a76c2dd3b65a2721427ce508ef', 1),
(133, '3649224ed42ac02f0b5ead76abd5f208', '3649224ed42ac02f0b5ead76abd5f208', 1),
(134, 'e06ad8f5a5cc0b77d62242bf71bde8cb', 'e06ad8f5a5cc0b77d62242bf71bde8cb', 1),
(135, 'b478761a20b8f423365c0c56e128b780', 'b478761a20b8f423365c0c56e128b780', 1),
(136, 'ccbf33e1c4bc869c3f9f06797fa2e87f', 'ccbf33e1c4bc869c3f9f06797fa2e87f', 1),
(137, 'cf980866b428ef712411696899738f51', 'cf980866b428ef712411696899738f51', 1),
(138, 'e11e1754294e6130f1973310ea799e0f', 'e11e1754294e6130f1973310ea799e0f', 1),
(139, '5d0d3af027ed80b6cfbe6ed7b2f0232b', '5d0d3af027ed80b6cfbe6ed7b2f0232b', 1),
(140, 'be47f50e86cccf7eaf5e52842b804d1f', 'be47f50e86cccf7eaf5e52842b804d1f', 1),
(141, '60c005450bd936eb03ca29b74c47181a', '60c005450bd936eb03ca29b74c47181a', 1),
(142, '258ab2d0c833ae2852e358ffff95a4db', '258ab2d0c833ae2852e358ffff95a4db', 1),
(143, 'e0d44111f5b4c41442d061b029779b4d', 'e0d44111f5b4c41442d061b029779b4d', 1),
(144, 'c738639a14ee5ae54ee3f04661b7f222', 'c738639a14ee5ae54ee3f04661b7f222', 1),
(145, '4d8178a22a1c74169a54c25e4d7361ec', '4d8178a22a1c74169a54c25e4d7361ec', 1),
(146, '47a32f9ca4c9b1c4fb099216278a9f13', '47a32f9ca4c9b1c4fb099216278a9f13', 1),
(147, '2ef08a0824ad96caacc203201facfec3', '2ef08a0824ad96caacc203201facfec3', 1),
(148, '3038af2b7dccd663ae9bd715d72514b4', '3038af2b7dccd663ae9bd715d72514b4', 1),
(149, '75126bcab278ad748e37bce9ce467422', '75126bcab278ad748e37bce9ce467422', 1),
(150, '08cb1812910a6763b8816604770f6bfb', '08cb1812910a6763b8816604770f6bfb', 1),
(151, 'b0b24691eda830b4b1a22b16ef80a1de', 'b0b24691eda830b4b1a22b16ef80a1de', 1),
(152, '0a16c7df9fb756fd73e7d3230ccd7c22', '0a16c7df9fb756fd73e7d3230ccd7c22', 1),
(153, '362c5ee06d7db901ae2da70874f0fdaf', '362c5ee06d7db901ae2da70874f0fdaf', 1),
(154, '06eba2aec0de437b88deca18926d0e2f', '06eba2aec0de437b88deca18926d0e2f', 1),
(155, 'e8ea83736e467d946c444baa8a7a1101', 'e8ea83736e467d946c444baa8a7a1101', 1),
(156, 'a51cfe3370caf41eed577675d52a6d3f', 'a51cfe3370caf41eed577675d52a6d3f', 1),
(157, '0800123c23721515cd50197419950ca0', '0800123c23721515cd50197419950ca0', 1),
(158, '973200357bc90f3d0085f86fbb11f715', '973200357bc90f3d0085f86fbb11f715', 1),
(159, '157686343265776c39219abbb65ed16e', '157686343265776c39219abbb65ed16e', 1),
(160, 'fa8958b9aa7da36a075250448d76e2cb', 'fa8958b9aa7da36a075250448d76e2cb', 1),
(161, '4d64c05b29f64597e8bf4bc385c0bff0', '4d64c05b29f64597e8bf4bc385c0bff0', 1),
(162, 'a8bf0a06e36a0281e49380b33ac009d4', 'a8bf0a06e36a0281e49380b33ac009d4', 1),
(163, 'ebc25fe430fa07815569f9e4c21379fe', 'ebc25fe430fa07815569f9e4c21379fe', 1),
(164, 'c1dd9bd1dee8ecadb72d292e14aa5963', 'c1dd9bd1dee8ecadb72d292e14aa5963', 1),
(165, 'ba924288e074a2487b38b41073ae6e1c', 'ba924288e074a2487b38b41073ae6e1c', 1),
(166, 'f270bd8d99dde7156b6961b3bfa11da4', 'f270bd8d99dde7156b6961b3bfa11da4', 1),
(167, '43dfa6a4dfa92680fbb3a4c4f3eb963d', '43dfa6a4dfa92680fbb3a4c4f3eb963d', 1),
(168, 'fe0ba4388f07f4a24e7bfff7bdfe542f', 'fe0ba4388f07f4a24e7bfff7bdfe542f', 1),
(169, '97dfff2917331ddec462186a069953c6', '97dfff2917331ddec462186a069953c6', 1),
(170, 'a232e1e788cbfd5e6ca0e2f3d6b1efff', 'a232e1e788cbfd5e6ca0e2f3d6b1efff', 1),
(171, 'fe751b9dc61232b36b1d5753b6b5fb4f', 'fe751b9dc61232b36b1d5753b6b5fb4f', 1),
(172, '3e39c8aa273766cb0f494a84470942c5', '3e39c8aa273766cb0f494a84470942c5', 1),
(173, '27c6ce7e77173ef60690155528c36ace', '27c6ce7e77173ef60690155528c36ace', 1),
(174, 'd2b5f6ea93b4359561ee38a2daca80c5', 'd2b5f6ea93b4359561ee38a2daca80c5', 1),
(175, 'e17d2d22b01cf374e47332f5dcc005c8', 'e17d2d22b01cf374e47332f5dcc005c8', 1),
(176, 'd4843e2982b5057f5c18546443d070ad', 'd4843e2982b5057f5c18546443d070ad', 1),
(177, '10dff3aadd023e07908a146fca131edd', '10dff3aadd023e07908a146fca131edd', 1),
(178, 'b3fa0b63d3c169c95335f1f43f111b1e', 'b3fa0b63d3c169c95335f1f43f111b1e', 1),
(179, '1941be23aa63551e7fc44609f7a2892d', '1941be23aa63551e7fc44609f7a2892d', 1),
(180, '19cb4c02eeac8964aa4c72df6de7087f', '19cb4c02eeac8964aa4c72df6de7087f', 1),
(181, '94bdccc48dfc6c45a824ec95288552bc', '94bdccc48dfc6c45a824ec95288552bc', 1),
(182, 'adfb48fbb3911c65bb9cc58502d5ec4f', 'adfb48fbb3911c65bb9cc58502d5ec4f', 1),
(183, '351a122bf4d83be40532af59249cf244', '351a122bf4d83be40532af59249cf244', 1),
(184, 'a0853f692875203a6a5a0ef43b3d3b30', 'a0853f692875203a6a5a0ef43b3d3b30', 1),
(185, '9cb9261619385b3a1170797c7b9f73d4', '9cb9261619385b3a1170797c7b9f73d4', 1),
(186, '40056c1155d2710e8e8ade31a8731abf', '40056c1155d2710e8e8ade31a8731abf', 1),
(187, 'f3c711bfa71f51baae086e3daeeba80e', 'f3c711bfa71f51baae086e3daeeba80e', 1),
(188, 'd2239468e13837541dab9f6f63a2d425', 'd2239468e13837541dab9f6f63a2d425', 1),
(189, 'abe1b40a1f7857ca62e8cdfe214d956e', 'abe1b40a1f7857ca62e8cdfe214d956e', 1),
(190, 'a2c89bfc7d2cfbbb996fe7691ac2baa2', 'a2c89bfc7d2cfbbb996fe7691ac2baa2', 1),
(191, '67cbd99590e4093f4b24b8ae138b3777', '67cbd99590e4093f4b24b8ae138b3777', 1),
(192, '8442de8dd5b621953a58a143f78b3b6d', '8442de8dd5b621953a58a143f78b3b6d', 1),
(193, '64ed03cd70de3da5b7fea2cd68f5f6ba', '64ed03cd70de3da5b7fea2cd68f5f6ba', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wphi_term_relationships`
--

CREATE TABLE `wphi_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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_term_relationships`
--

INSERT INTO `wphi_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(2161, 120, 0),
(42, 18, 0),
(42, 19, 0),
(2139, 82, 0),
(2138, 82, 0),
(2234, 82, 0),
(1053, 81, 0),
(1054, 81, 0),
(1055, 81, 0),
(1798, 81, 0),
(1799, 81, 0),
(2161, 118, 0),
(2161, 117, 0),
(2161, 116, 0),
(2161, 115, 0),
(2161, 114, 0),
(2236, 82, 0),
(2237, 82, 0),
(2161, 113, 0),
(2161, 112, 0),
(2161, 111, 0),
(2161, 110, 0),
(2161, 109, 0),
(2161, 108, 0),
(2161, 107, 0),
(2161, 106, 0),
(1816, 2, 0),
(1816, 73, 0),
(1816, 78, 0),
(1817, 4, 0),
(1817, 73, 0),
(1817, 74, 0),
(50, 2, 0),
(50, 73, 0),
(50, 74, 0),
(53, 2, 0),
(53, 73, 0),
(53, 74, 0),
(74, 31, 0),
(74, 36, 0),
(440, 2, 0),
(440, 73, 0),
(440, 74, 0),
(443, 2, 0),
(443, 76, 0),
(1008, 31, 0),
(1008, 32, 0),
(1008, 18, 0),
(1014, 31, 0),
(1014, 32, 0),
(1014, 18, 0),
(1595, 32, 0),
(1595, 36, 0),
(1596, 31, 0),
(1596, 32, 0),
(1596, 36, 0),
(1596, 18, 0),
(1599, 31, 0),
(1599, 32, 0),
(1599, 36, 0),
(1599, 18, 0),
(1600, 31, 0),
(1600, 32, 0),
(1600, 36, 0),
(1600, 18, 0),
(57, 31, 0),
(57, 32, 0),
(57, 35, 0),
(57, 18, 0),
(58, 31, 0),
(58, 32, 0),
(58, 36, 0),
(58, 18, 0),
(65, 31, 0),
(65, 32, 0),
(65, 18, 0),
(65, 71, 0),
(71, 31, 0),
(71, 32, 0),
(71, 53, 0),
(71, 18, 0),
(79, 31, 0),
(79, 32, 0),
(79, 18, 0),
(480, 31, 0),
(480, 32, 0),
(480, 46, 0),
(480, 18, 0),
(481, 31, 0),
(481, 32, 0),
(481, 54, 0),
(481, 18, 0),
(887, 31, 0),
(887, 32, 0),
(887, 18, 0),
(887, 70, 0),
(888, 31, 0),
(888, 32, 0),
(888, 34, 0),
(888, 18, 0),
(889, 31, 0),
(889, 32, 0),
(889, 33, 0),
(889, 18, 0),
(1015, 31, 0),
(1015, 32, 0),
(1015, 18, 0),
(1153, 31, 0),
(1153, 32, 0),
(1153, 18, 0),
(1153, 63, 0),
(1155, 31, 0),
(1155, 32, 0),
(1155, 18, 0),
(1155, 64, 0),
(2161, 105, 0),
(2161, 104, 0),
(2161, 103, 0),
(2235, 82, 0),
(2161, 102, 0),
(2161, 101, 0),
(2161, 100, 0),
(2161, 99, 0),
(2161, 98, 0),
(2161, 97, 0),
(2161, 96, 0),
(2161, 95, 0),
(2161, 94, 0),
(2161, 93, 0),
(2161, 92, 0),
(2161, 87, 0),
(2102, 86, 0),
(2161, 88, 0),
(2161, 89, 0),
(2161, 90, 0),
(2161, 129, 0),
(2161, 128, 0),
(2161, 127, 0),
(2161, 126, 0),
(2161, 125, 0),
(2161, 124, 0),
(2161, 121, 0),
(2161, 122, 0),
(2161, 123, 0),
(2161, 119, 0),
(1973, 85, 0),
(1972, 85, 0),
(2174, 85, 0),
(2016, 86, 0),
(2161, 91, 0),
(2017, 86, 0),
(2161, 130, 0),
(2161, 131, 0),
(2161, 132, 0),
(2161, 133, 0),
(2161, 134, 0),
(2161, 135, 0),
(2161, 136, 0),
(2161, 137, 0),
(2161, 138, 0),
(2161, 139, 0),
(2161, 140, 0),
(2161, 141, 0),
(2161, 142, 0),
(2161, 143, 0),
(2161, 144, 0),
(2161, 145, 0),
(2161, 146, 0),
(2161, 147, 0),
(2161, 148, 0),
(2161, 149, 0),
(2161, 150, 0),
(2161, 151, 0),
(2161, 152, 0),
(2161, 153, 0),
(2161, 154, 0),
(2161, 155, 0),
(2161, 156, 0),
(2161, 157, 0),
(2161, 158, 0),
(2161, 159, 0),
(2161, 160, 0),
(2161, 161, 0),
(2161, 162, 0),
(2161, 163, 0),
(2161, 164, 0),
(2161, 165, 0),
(2161, 166, 0),
(2161, 167, 0),
(2161, 168, 0),
(2161, 169, 0),
(2161, 170, 0),
(2161, 171, 0),
(2161, 172, 0),
(2161, 173, 0),
(2161, 174, 0),
(2161, 175, 0),
(2161, 176, 0),
(2161, 177, 0),
(2161, 178, 0),
(2161, 179, 0),
(2161, 180, 0),
(2161, 181, 0),
(2161, 182, 0),
(2161, 183, 0),
(2161, 184, 0),
(2161, 185, 0),
(2161, 186, 0),
(2161, 187, 0),
(2161, 188, 0),
(2161, 189, 0),
(2161, 190, 0),
(2161, 191, 0),
(2161, 192, 0),
(2161, 193, 0),
(2166, 85, 0),
(2167, 85, 0),
(2168, 85, 0),
(2173, 85, 0),
(2169, 85, 0),
(2170, 85, 0),
(2171, 85, 0),
(2172, 85, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wphi_term_taxonomy`
--

CREATE TABLE `wphi_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_term_taxonomy`
--

INSERT INTO `wphi_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'product_type', '', 0, 5),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 1),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0),
(16, 16, 'sp_position', '', 0, 0),
(17, 17, 'sp_position', '', 0, 0),
(18, 18, 'sp_league', '', 0, 18),
(19, 19, 'sp_season', '', 0, 0),
(20, 20, 'category', '', 0, 0),
(21, 21, 'category', '', 0, 0),
(22, 22, 'category', '', 0, 0),
(23, 23, 'category', '', 0, 0),
(24, 24, 'category', '', 0, 0),
(25, 25, 'post_tag', '', 0, 0),
(26, 26, 'post_tag', '', 0, 0),
(27, 27, 'post_tag', '', 0, 0),
(28, 28, 'post_tag', '', 0, 0),
(29, 29, 'post_tag', '', 0, 0),
(30, 30, 'post_tag', '', 0, 0),
(31, 31, 'sp_season', '2016', 0, 19),
(32, 32, 'sp_season', '2017', 0, 19),
(33, 33, 'sp_role', '', 0, 1),
(34, 34, 'sp_role', '', 0, 1),
(35, 35, 'sp_venue', '', 0, 1),
(36, 36, 'sp_venue', '', 0, 6),
(37, 37, 'sp_position', '', 0, 0),
(38, 38, 'sp_position', '', 0, 0),
(39, 39, 'sp_position', '', 0, 0),
(40, 40, 'sp_position', '', 0, 0),
(41, 41, 'sp_position', '', 0, 0),
(42, 42, 'sp_position', '', 0, 0),
(43, 43, 'sp_position', '', 0, 0),
(44, 44, 'sp_position', '', 0, 0),
(45, 45, 'sp_position', '', 0, 0),
(46, 46, 'sp_venue', '', 0, 1),
(47, 47, 'sp_position', '', 0, 0),
(48, 48, 'sp_position', '', 0, 0),
(49, 49, 'sp_position', '', 0, 0),
(50, 50, 'sp_position', '', 0, 0),
(51, 51, 'sp_position', '', 0, 0),
(52, 52, 'sp_position', '', 0, 0),
(53, 53, 'sp_role', 'Coach', 0, 1),
(54, 54, 'sp_venue', '', 0, 1),
(55, 55, 'sp_position', '', 0, 0),
(56, 56, 'sp_position', '', 0, 0),
(57, 57, 'sp_position', '', 0, 0),
(58, 58, 'sp_position', '', 0, 0),
(59, 59, 'sp_position', '', 0, 0),
(60, 60, 'sp_position', '', 0, 0),
(61, 61, 'sp_position', '', 0, 0),
(62, 62, 'sp_position', '', 0, 0),
(63, 63, 'sp_position', '', 0, 1),
(64, 64, 'sp_position', '', 0, 1),
(65, 65, 'sp_position', '', 0, 0),
(66, 66, 'sp_position', '', 0, 0),
(67, 67, 'sp_position', '', 0, 0),
(68, 68, 'sp_position', '', 0, 0),
(69, 69, 'sp_position', '', 0, 0),
(70, 70, 'sp_role', '', 0, 1),
(71, 71, 'sp_position', '', 0, 1),
(72, 72, 'sp_position', '', 0, 0),
(73, 73, 'product_cat', '', 0, 5),
(74, 74, 'product_cat', '', 73, 4),
(75, 75, 'product_cat', '', 0, 0),
(76, 76, 'product_cat', '', 0, 1),
(77, 77, 'product_cat', '', 75, 0),
(78, 78, 'product_cat', '', 73, 1),
(79, 79, 'product_cat', '', 75, 0),
(87, 87, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"class\":\"stm-ticket-icon\",\"src\":\"\"},\"node_name\":\"img\",\"parent_name\":\"div\",\"type\":\"html_element_error\"}', 0, 1),
(81, 81, 'nav_menu', '', 0, 5),
(82, 82, 'nav_menu', '', 0, 6),
(83, 83, 'post_format', '', 0, 0),
(85, 85, 'nav_menu', '', 0, 11),
(86, 86, 'nav_menu', '', 0, 3),
(88, 88, 'amp_validation_error', '{\"at_rule\":\"-ms-viewport\",\"code\":\"illegal_css_at_rule\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"boostrap-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/css\\/bootstrap.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"parent_name\":\"head\",\"type\":\"css_error\"}', 0, 1),
(89, 89, 'amp_validation_error', '{\"at_rule\":\"-moz-document\",\"code\":\"illegal_css_at_rule\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"js_composer_front-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/css\\/js_composer.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"parent_name\":\"body\",\"type\":\"css_error\"}', 0, 1),
(90, 90, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"rs-plugin-settings-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/public\\/assets\\/css\\/rs6.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(91, 91, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"sportspress-icons-css\",\"href\":\"\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress\\/assets\\/css\\/icons.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(92, 92, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"wc-block-style-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/style.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(93, 93, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"stm-skin-custom-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/stm_uploads\\/skin-custom.css?t=1584540853&ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(94, 94, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"revslider-material-icons-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/admin\\/assets\\/icons\\/material-icons.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(95, 95, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"revslider-basics-css-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/admin\\/assets\\/css\\/basics.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(96, 96, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"rs-color-picker-css-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/admin\\/assets\\/css\\/tp-color-picker.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(97, 97, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"sb_instagram_styles-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/instagram-feed\\/css\\/sb-instagram-2-2.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(98, 98, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"amp-default-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/amp\\/assets\\/css\\/amp-default.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(99, 99, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"stm-skin-custom-layout-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/stm_uploads\\/skin-custom-layout.css?t=1584540853&ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(100, 100, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"elementor-icons-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/eicons\\/css\\/elementor-icons.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(101, 101, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"elementor-common-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/css\\/common.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(102, 102, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/facebook.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Facebook\",\"class\":\"amp-wp-398bd68\"},\"node_name\":\"img\",\"parent_name\":\"noscript\",\"type\":\"css_error\"}', 0, 1),
(103, 103, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"class\":\"stm-footer background-image amp-wp-da5f82d\"},\"node_name\":\"div\",\"parent_name\":\"body\",\"type\":\"css_error\"}', 0, 1),
(104, 104, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"id\":\"sbi_mod_error\",\"class\":\"amp-wp-19fae44\"},\"node_name\":\"div\",\"parent_name\":\"div\",\"type\":\"css_error\"}', 0, 1),
(105, 105, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/a2a.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Share\",\"class\":\"amp-wp-208c9ce\"},\"node_name\":\"img\",\"parent_name\":\"noscript\",\"type\":\"css_error\"}', 0, 1),
(106, 106, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/email.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Email\",\"class\":\"amp-wp-8ce8679\"},\"node_name\":\"img\",\"parent_name\":\"noscript\",\"type\":\"css_error\"}', 0, 1),
(107, 107, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"src\":\"https:\\/\\/static.addtoany.com\\/buttons\\/twitter.svg\",\"width\":\"32\",\"height\":\"32\",\"alt\":\"Twitter\",\"class\":\"amp-wp-95402a4\"},\"node_name\":\"img\",\"parent_name\":\"noscript\",\"type\":\"css_error\"}', 0, 1),
(108, 108, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"class\":\"vc_custom_heading amp-wp-a4c5085\"},\"node_name\":\"h4\",\"parent_name\":\"div\",\"type\":\"css_error\"}', 0, 1),
(109, 109, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"class\":\"stm-title-box-unit  title_box-386 amp-wp-b32b347\"},\"node_name\":\"div\",\"parent_name\":\"div\",\"type\":\"css_error\"}', 0, 1),
(110, 110, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"href\":\"#\",\"class\":\"amp-wp-45ef01c\"},\"node_name\":\"a\",\"parent_name\":\"h3\",\"type\":\"css_error\"}', 0, 1),
(111, 111, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"class\":\"vc_custom_heading amp-wp-4533791\"},\"node_name\":\"p\",\"parent_name\":\"div\",\"type\":\"css_error\"}', 0, 1),
(112, 112, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"id\":\"stm-top-bar\",\"class\":\"amp-wp-e1cdd41\"},\"node_name\":\"div\",\"parent_name\":\"div\",\"type\":\"css_error\"}', 0, 1),
(113, 113, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":[],\"node_name\":\"style\",\"text\":\" .wpb_animate_when_almost_visible { opacity: 1; }\",\"type\":\"css_error\"}', 0, 1),
(114, 114, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/Mzansi-Cricket-logo.png\",\"title\":\"Home\",\"alt\":\"Logo\",\"width\":\"1024\",\"height\":\"1080\",\"class\":\" amp-wp-e3d221c\"},\"node_name\":\"img\",\"parent_name\":\"noscript\",\"type\":\"css_error\"}', 0, 1),
(115, 115, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"type\":\"text\\/css\",\"title\":\"dynamic-css\",\"class\":\"options-output\"},\"node_name\":\"style\",\"text\":\"#wrapper{background-color: #d4edaf !important;}body, .normal-font, .normal_font, .woocommerce-breadcrumb, .navxtBreads, #stm-top-bar .stm-top-profile-holder .stm-profile-wrapp a, .countdown small, \\r\\n\\tdiv.wpcf7-validation-errors,  .stm-countdown-wrapper span small, .stm-header-search input[type=\'text\'], .stm_post_comments .comments-area .comment-respond h3 small a, \\r\\n\\t\\t.stm-block-quote-wrapper.style_1 .stm-block-quote, .stm-cart-totals .shop_table tbody tr th, .stm-cart-totals .shop_table tbody tr td,\\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td, \\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tbody tr td .amount, \\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr th,\\r\\n\\t\\t.woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr td, \\r\\n\\t\\t.order_details tbody tr td.product-name, .order_details tfoot tr th, .order_details tfoot tr td,\\r\\n\\t\\t.customer_details tbody tr th, .customer_details tbody tr td,\\r\\n\\t\\tinput[type=\'text\'], input[type=\'tel\'], input[type=\'password\'], input[type=\'email\'], input[type=\'number\'], .select2-selection__rendered, textarea\\r\\n\\t\\t, .stm-single-sp_table-league .sp-template-league-table table thead th, .stm-single-sp_table-league .sp-template-league-table table tbody tr td,\\r\\n\\t\\t.stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-label.normal_font,\\r\\n\\t\\t.stm-single-sp_player .sp-template.sp-template-player-details.sp-template-details .sp-list-wrapper .sp-player-details .single-info .st-value,\\r\\n\\t\\ttable tr th, table tr td, .vc_tta-container .vc_tta.vc_general .vc_tta-panel-heading .vc_tta-panel-title a, .stm-form-bg h5, .menu-widget-menu-container li\\r\\n\\t\\t{font-family:Roboto !important;}h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading-font, .button, \\r\\n\\t.widget_recent_entries, table, .stm-widget-menu ul.menu li a, \\r\\n\\tinput[type=\'submit\'], .rev_post_title, .countdown span, .woocommerce .price, .woocommerce-MyAccount-navigation ul li a, .vc_tta.vc_general .vc_tta-tab > a, aside.widget.widget_top_rated_products .product_list_widget li .product-title,\\r\\n\\t\\taside.widget.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount, .comment-form label, .stm-cart-totals .shop_table tbody tr td .amount, .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-rank, .stm-single-sp_table-league .sp-template-league-table table tbody tr td.data-name,\\r\\n\\t\\t.stm-players-inline table tbody tr td a, .product-subtotal .amount, .product-name a, legend\\r\\n\\t\\t{font-family:Oswald !important;}h2, .h2{font-size:42px !important; line-height:46px;}h3, .h3{font-size:30px !important; line-height:34px;}#stm-top-bar{background-color: #007e45 !important;}#stm-top-bar{color: #ffcc00 !important;}.footer-widgets-wrapper{background-color: #007e45 !important;}.footer-widgets-wrapper, .footer-widgets-wrapper .widget-title h6, .footer-widgets-wrapper a, .footer-widgets-wrapper .textwidget, .footer-widgets-wrapper li,.footer-widgets-wrapper li .text, .footer-widgets-wrapper caption{color: #ffcc00 !important;}#stm-footer-bottom{background-color: #272727 !important;}#stm-footer-bottom, #stm-footer-bottom a{color: #ffffff !important;}\",\"type\":\"css_error\"}', 0, 1),
(116, 116, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"type\":\"text\\/css\"},\"node_name\":\"style\",\"text\":\"\\r\\n#sbi_mod_link, #sbi_mod_error{ display: block !important; width: 100%; float: left; box-sizing: border-box; }\\r\\n\",\"type\":\"css_error\"}', 0, 1),
(117, 117, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":[],\"node_name\":\"style\",\"text\":\"\\r\\n.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-content-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-sub-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>ul.menu {    width: 1000px!important;\\r\\n}\\r\\n.stm-header.stm-header-second .stm-header-inner .stm-main-menu .stm-main-menu-unit .stm-header-search form .search-input.active {\\r\\nwidth: 500px;\\r\\n}\\r\\n\",\"type\":\"css_error\"}', 0, 1);
INSERT INTO `wphi_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(118, 118, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"id\":\"cleverfont-inline-css\",\"type\":\"text\\/css\"},\"node_name\":\"style\",\"text\":\"\\n.cmm-content-container .vc_custom_heading > a{font-family:inherit !important;font-weight:inherit !important;font-size:inherit !important;color:inherit !important;}.cmm-toggle-wrapper{display:none;}.cmm-toggle-wrapper .toggle-icon-open,.cmm-toggle-wrapper .toggle-icon-close{margin-right:5px;}.cmm-toggle-wrapper .toggle-icon-close{display:none;}.cmm-toggle-wrapper .cmm-toggle{color:#333;line-height:20px;text-align:center;padding:10px;display:inline-block;border:1px solid #ddd;border-radius:0;background:#fff;}.cmm-toggle-wrapper .cmm-toggle:hover{cursor:pointer;}.cmm-container .cmm.cmm-theme-default-461836{font-size:13px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:none;color:#636363;width:100%;height:auto;display:table;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;background:#222;background:-webkit-gradient(linear, left top, left bottom, from(#222), to(#222));background:-moz-linear-gradient(top, #222, #222);background:-ms-linear-gradient(top, #222, #222);background:-o-linear-gradient(top, #222, #222);background:linear-gradient(to bottom, #222, #222);list-style:none;position:relative;z-index:999;}.cmm-container .cmm.cmm-theme-default-461836 ul,.cmm-container .cmm.cmm-theme-default-461836 ol{list-style-type:none;}.cmm-container .cmm.cmm-theme-default-461836 ul{float:none;display:block;border:0;padding:0;position:static;}.cmm-container .cmm.cmm-theme-default-461836 ul:before,.cmm-container .cmm.cmm-theme-default-461836 ul:after{display:none;}.cmm-container .cmm.cmm-theme-default-461836 ul li{float:none;border:0;}.cmm-container .cmm.cmm-theme-default-461836 *:hover,.cmm-container .cmm.cmm-theme-default-461836 a:hover,.cmm-container .cmm.cmm-theme-default-461836 li:hover,.cmm-container .cmm.cmm-theme-default-461836 *:focus,.cmm-container .cmm.cmm-theme-default-461836 a:focus,.cmm-container .cmm.cmm-theme-default-461836 li:focus,.cmm-container .cmm.cmm-theme-default-461836 *:active,.cmm-container .cmm.cmm-theme-default-461836 a:active,.cmm-container .cmm.cmm-theme-default-461836 li:active{outline:none;}.cmm-container .cmm.cmm-theme-default-461836 a,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link{color:#636363;font-size:13px;font-weight:400;line-height:1.6;text-transform:none;width:auto;display:block;-webkit-box-shadow:none;box-shadow:none;}.cmm-container .cmm.cmm-theme-default-461836 a > .cmm-icon,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link > .cmm-icon{margin-right:5px;}.cmm-container .cmm.cmm-theme-default-461836 a > .cmm-icon i.dashicons,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link > .cmm-icon i.dashicons{vertical-align:sub;}.cmm-container .cmm.cmm-theme-default-461836 a:hover,.cmm-container .cmm.cmm-theme-default-461836 a:active{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 li{height:auto;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-nav-link{position:relative;}.cmm-container .cmm.cmm-theme-default-461836 li > ul,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{position:absolute;left:100%;top:0;text-align:left;min-width:200px;z-index:999;visibility:hidden;opacity:0;transition:all 0.3s ease-in;}.cmm-container .cmm.cmm-theme-default-461836 li > ul .menu-item a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .menu-item a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .menu-item a,.cmm-container .cmm.cmm-theme-default-461836 li > ul .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-nav-link{display:block;padding:5px 20px 5px 20px;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper{width:auto !important;margin:0;padding:5px 0px 5px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.3);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{background:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container > ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper{position:static;display:block !important;opacity:1 !important;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li{position:relative;padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li.focus,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li.focus{padding:0;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > .cmm-nav-link{border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#636363;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:capitalize;background-color:rgba(255, 255, 255, 0);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > a:hover{color:#f26522;border-style:solid;border-color:rgba(255, 255, 255, 0.1);background-color:rgba(255, 255, 255, 0);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li.menu-item-has-children > .cmm-dropdown-toggle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li.menu-item-has-children > .cmm-dropdown-toggle{color:#636363;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li:last-child > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{border:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper{position:relative;left:auto;right:auto;padding:20px 20px 20px 20px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.3);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .vc_row{position:relative;z-index:1;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .cmm-panel-image{position:absolute;z-index:0;right:0;bottom:0;max-height:100%;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul{left:auto;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li + li{margin:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li{margin:0;padding:0;border:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a{width:auto;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a:focus,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a:hover{box-shadow:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li:hover{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.sub-menu{left:100%;margin:0;padding:0px 0px 0px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);border-radius:0px 0px 0px 0px;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.3);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu{opacity:1;display:block;visibility:inherit;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li.focus{padding:0;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > .cmm-nav-link{padding:8px 0px 8px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#636363;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:capitalize;background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a:hover{color:#f26522;border-style:solid;border-color:rgba(255, 255, 255, 0.1);background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li > .cmm-nav-link{padding:8px 15px 8px 15px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#636363;font-size:14px;font-weight:400;letter-spacing:normal;line-height:1.6;text-transform:capitalize;background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li a:hover{color:#f26522;border-color:rgba(255, 255, 255, 0.1);border-style:solid;background-color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li.menu-item-has-children > .cmm-dropdown-toggle{color:#636363;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 li ul li{border:0;}.cmm-container .cmm.cmm-theme-default-461836 li ul li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836 li ul li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li ul li:hover > .cmm-content-container{top:0;left:100%;right:auto;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega:hover > .cmm-sub-container{display:none !important;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega.cmm-layout-left_edge_item .cmm-content-container{left:0;right:auto;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega.cmm-layout-right_edge_item .cmm-content-container{left:auto;right:0;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega ul.menu{border:0;box-shadow:none;position:static;}.cmm-container .cmm.cmm-theme-default-461836 li.cmm-mega ul.menu > li{border:0;}.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > .cmm-nav-link:after{color:inherit;font-size:12px;font-family:Dashicons;content:\'\\\\f140\';line-height:1;position:absolute;top:50%;right:5px;margin:-6px 0 0 0;vertical-align:middle;display:inline-block;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-content-container{visibility:visible;opacity:1;z-index:1000;}.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-sub-container > ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li:hover > .cmm-sub-container .cmm-sub-wrapper{visibility:visible !important;opacity:1 !important;}.cmm-container .cmm.cmm-theme-default-461836 li:hover > a{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 > li{position:relative;display:inline-block;}.cmm-container .cmm.cmm-theme-default-461836 > li > a,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-nav-link{color:#fff;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:normal;height:80px;line-height:80px;margin:0px 0px 0px 0px;padding:0px 20px 0px 20px;background-color:rgba(0, 0, 0, 0);}.cmm-container .cmm.cmm-theme-default-461836 > li > a:hover{border-style:solid;border-color:rgba(255, 255, 255, 0.1);color:#f26522;background-color:rgba(0, 0, 0, 0);}.cmm-container .cmm.cmm-theme-default-461836 > li > a:active,.cmm-container .cmm.cmm-theme-default-461836 > li > a.active{background-color:rgba(0, 0, 0, 0);}.cmm-container .cmm.cmm-theme-default-461836 > li.cmm-current-menu-item > a{background-color:rgba(0, 0, 0, 0);color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-dropdown-toggle{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 > li:last-child > a,.cmm-container .cmm.cmm-theme-default-461836 > li:last-child > .cmm-nav-link{border-width:0px;}.cmm-container .cmm.cmm-theme-default-461836 > li > ul,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-content-container{top:100%;left:0;}.cmm-container .cmm.cmm-theme-default-461836 > li li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836 > li li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f139\';}.cmm-container .cmm.cmm-theme-default-461836 > li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836 > li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 > li:hover > .cmm-content-container{top:100%;}.cmm-container .cmm.cmm-theme-default-461836 > li:hover > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-item > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-ancestor > a{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 .current-menu-item > a,.cmm-container .cmm.cmm-theme-default-461836 .current-menu-ancestor > a{color:#f26522;}.cmm-container .cmm.cmm-theme-default-461836 .widget{border:0;padding:0;margin:0;}.cmm-container .cmm.cmm-theme-default-461836 .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 .widget-title,.cmm-container .cmm.cmm-theme-default-461836 .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 .clever-custom-title{font-size:15px;font-weight:600;color:#252525;text-transform:uppercase;letter-spacing:normal;padding:0px 0px 0px 0px;margin:0px 0px 20px 0px;border-radius:0px 0px 0px 0px;border-width:0px 0px 0px 0px;border-style:solid;border-color:rgba(255, 255, 255, 0.1);background:#fff;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background:-moz-linear-gradient(top, #fff, #fff);background:-ms-linear-gradient(top, #fff, #fff);background:-o-linear-gradient(top, #fff, #fff);background:linear-gradient(to bottom, #fff, #fff);}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-left{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-right{text-align:right;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-center{text-align:center;}.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children > .cmm-content-container{top:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-content-container{top:0;}.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up > li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-content-container{top:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li > .cmm-content-container{-moz-transition:none;-webkit-transition:none;-o-transition:none;-ms-transition:none;transition:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-no-effect li:hover > .cmm-content-container{-moz-transition:none;-webkit-transition:none;-o-transition:none;-ms-transition:none;transition:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical{width:100%;max-width:400px;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical a > .cmm-icon,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical .cmm-nav-link > .cmm-icon{margin-right:12px;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical a > .cmm-icon i.dashicons,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical .cmm-nav-link > .cmm-icon i.dashicons{vertical-align:sub;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f139\';right:6px;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical li > .cmm-content-container .cmm-content-wrapper ul.menu li{position:relative;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li{float:left;display:block;width:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-content-container{top:0;right:auto;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-nav-link{height:auto;line-height:1.6;text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f139\';}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li:hover > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li:hover > .cmm-content-container{top:0;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-default > li{position:relative !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width{position:relative !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega{position:static !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega > .cmm-content-container{height:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega > .cmm-content-container > .cmm-content-wrapper{height:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children > .cmm-content-container{top:0;left:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-content-container{top:0;left:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up > li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-content-container{top:0;left:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-left{float:left !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right{float:right !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li > ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li > .cmm-content-container{left:auto;right:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right > li li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f341\';}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li ul li:hover ul,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li ul li:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li ul li:hover > .cmm-content-container{left:auto;right:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right li.menu-item-has-children > .cmm-nav-link:after{font-family:Dashicons;content:\'\\\\f341\';left:5px;right:auto;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children > .cmm-content-container{top:0;left:auto;right:calc(100% + 40px);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up li.menu-item-has-children:hover > .cmm-content-container{top:0;left:auto;right:100%;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up > li.menu-item-has-children:hover > ul.menu,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.cmm-vertical-align-right.cmm-menu-fade-up > li.menu-item-has-children:hover > .cmm-content-container{top:0;left:auto;right:100%;}@media (max-width:992px){.cmm-toggle-wrapper{display:block;}.cmm-toggle-wrapper .cmm-toggle.toggled-on .toggle-icon-close{display:inline-block;}.cmm-toggle-wrapper .cmm-toggle.toggled-on .toggle-icon-open{display:none;}.cmm-container{width:100%;clear:both;}.cmm-container .cmm.cmm-theme-default-461836{color:rgba(255, 255, 255, 0.6);display:none;position:absolute;padding:0 20px;background:#1f1f1f;background:-webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#1f1f1f));background:-moz-linear-gradient(top, #1f1f1f, #1f1f1f);background:-ms-linear-gradient(top, #1f1f1f, #1f1f1f);background:-o-linear-gradient(top, #1f1f1f, #1f1f1f);background:linear-gradient(to bottom, #1f1f1f, #1f1f1f);}.cmm-container .cmm.cmm-theme-default-461836 a,.cmm-container .cmm.cmm-theme-default-461836 .cmm-nav-link{color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836 a:hover{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 .cmm-panel-image{display:none;}.cmm-container .cmm.cmm-theme-default-461836 .vc_row .wpb_column{width:100%;}.cmm-container .cmm.cmm-theme-default-461836 .vc_row.wpb_row{background:none !important;}.cmm-container .cmm.cmm-theme-default-461836 li,.cmm-container .cmm.cmm-theme-default-461836 > li{width:100%;position:relative !important;}.cmm-container .cmm.cmm-theme-default-461836 li{border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgba(255, 255, 255, 0.2);}.cmm-container .cmm.cmm-theme-default-461836 li:last-child{border-bottom:0;}.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:before,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > .cmm-nav-link:before,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:after,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > .cmm-nav-link:after{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li > ul,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container{width:auto !important;position:static;opacity:1;visibility:visible;display:none;box-shadow:none;overflow:hidden;padding:0 !important;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > ul.clever-toggled-on,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container.clever-toggled-on,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container.clever-toggled-on{display:block;}.cmm-container .cmm.cmm-theme-default-461836 li > ul,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper{padding:0 0 0 20px !important;border-top-width:1px;border-top-style:dotted;border-top-color:rgba(255, 255, 255, 0.2);background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > ul li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li{border-top-width:1px;border-top-style:dotted;border-top-color:rgba(255, 255, 255, 0.2);}.cmm-container .cmm.cmm-theme-default-461836 li > ul li:last-child,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li:last-child,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li:last-child{border-bottom:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper{position:relative;left:auto;right:auto;top:auto;opacity:1;visibility:visible;display:block;box-shadow:none !important;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .wpb_wrapper .wpb_content_element,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .wpb_wrapper .wpb_content_element{margin:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu{background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu .sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu .sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu .sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu .sub-menu{background:none;padding-left:20px !important;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu > li > .cmm-nav-link{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li{border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgba(255, 255, 255, 0.2);}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu li .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu li .cmm-nav-link{line-height:50px;border:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper ul.menu > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget ul.menu > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget ul.menu > li > a:hover{color:#fff;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .widget-title,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .widget-title,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper .clever-custom-title,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper .clever-custom-title{color:rgba(255, 255, 255, 0.6);line-height:50px;margin:0;padding:0;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgba(255, 255, 255, 0.2);background:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper{box-shadow:none;background:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu li > a,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper li > .cmm-nav-link{color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper li > a:hover{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu > li,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper > li{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container ul.sub-menu > li:hover,.cmm-container .cmm.cmm-theme-default-461836 li .cmm-sub-container .cmm-sub-wrapper > li:hover{padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper > .vc_row{padding:10px 0;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > .cmm-nav-link{color:rgba(255, 255, 255, 0.6);background:none;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper ul.menu > li > a:hover{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li > a,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-content-container .cmm-content-wrapper li > .cmm-nav-link{line-height:50px;padding:0;}.cmm-container .cmm.cmm-theme-default-461836 li .vc_column-inner{padding-top:0 !important;padding-bottom:0 !important;}.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:before,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children > a:after{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li .dropdown-toggle{display:none;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle{background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;display:block;font-size:16px;right:0;line-height:1.5;margin:0 auto;padding:13px 18px;position:absolute;text-shadow:none;top:0;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle i{transition:all 0.3s;}.cmm-container .cmm.cmm-theme-default-461836 li .cmm-dropdown-toggle.clever-toggled-on i{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a,.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > .cmm-nav-link,.cmm-container .cmm.cmm-theme-default-461836 > li > a,.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-nav-link{height:auto;line-height:50px;padding:0 !important;border:none;color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a,.cmm-container .cmm.cmm-theme-default-461836 > li > a{background:none !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical > li > a:hover,.cmm-container .cmm.cmm-theme-default-461836 > li > a:hover{border:none;color:#fff;background:none !important;}.cmm-container .cmm.cmm-theme-default-461836 > li:hover > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-item > a,.cmm-container .cmm.cmm-theme-default-461836 > li.current-menu-ancestor > a{color:#fff;}.cmm-container .cmm.cmm-theme-default-461836 > li > .cmm-dropdown-toggle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .sub-menu li.menu-item-has-children > .cmm-dropdown-toggle,.cmm-container .cmm.cmm-theme-default-461836 li > .cmm-sub-container .cmm-sub-wrapper li.menu-item-has-children > .cmm-dropdown-toggle{color:rgba(255, 255, 255, 0.6);}.cmm-container .cmm.cmm-theme-default-461836 ul,.cmm-container .cmm.cmm-theme-default-461836 .widgettitle,.cmm-container .cmm.cmm-theme-default-461836 .widget-title,.cmm-container .cmm.cmm-theme-default-461836 .wpb_heading,.cmm-container .cmm.cmm-theme-default-461836 .clever-custom-title{background:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-left{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-right{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-horizontal.cmm-horizontal-align-center{text-align:left;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical{width:100%;max-width:none;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width{position:absolute !important;}.cmm-container .cmm.cmm-theme-default-461836.cmm-vertical.submenu-vertical-full-width > li.cmm-mega{position:relative !important;}.cmm-container.toggled-on .cmm.cmm-theme-default-461836{display:table;}}@media (max-width:768px){.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > ul.sub-menu,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > .clever-sub-menu-container,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > .cmm-content-container,.cmm-container .cmm.cmm-theme-default-461836 li.menu-item-has-children.cmm-hide-sub-items > .cmm-dropdown-toggle{display:none !important;}}\\n.vc_custom_1584538278797{background-color:#007e45 !important}\\n\",\"type\":\"css_error\"}', 0, 1),
(119, 119, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"id\":\"stm-theme-default-styles-inline-css\",\"type\":\"text\\/css\"},\"node_name\":\"style\",\"text\":\"\\n.cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-content-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>.cmm-sub-container, .cmm-container .cmm.cmm-theme-default-461836.cmm-menu-fade-up li.menu-item-has-children>ul.menu { width: 1000px!important; } .plus-menu-font-white{ color:white; }\\n\",\"type\":\"css_error\"}', 0, 1),
(120, 120, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"class\":\"logo-main amp-wp-535b39e\"},\"node_name\":\"div\",\"parent_name\":\"div\",\"type\":\"css_error\"}', 0, 1),
(121, 121, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"width\":\"150\",\"height\":\"150\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-150x150.png\",\"class\":\"image wp-image-2135  attachment-thumbnail size-thumbnail amp-wp-36746cb\",\"alt\":\"\",\"title\":\"Mzansi Cricket\",\"srcset\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-150x150.png 150w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-300x300.png 300w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-1024x1024.png 1024w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-768x768.png 768w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-700x700.png 700w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-128x128.png 128w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-32x32.png 32w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-200x200.png 200w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-255x255.png 255w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-80x80.png 80w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-740x740.png 740w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-98x98.png 98w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-445x445.png 445w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-24x24.png 24w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-36x36.png 36w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-48x48.png 48w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-600x600.png 600w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download-100x100.png 100w, https:\\/\\/southafricacricket.co.za\\/wp-content\\/uploads\\/2020\\/03\\/download.png 1080w\",\"sizes\":\"(max-width: 150px) 100vw, 150px\"},\"node_name\":\"img\",\"parent_name\":\"noscript\",\"type\":\"css_error\"}', 0, 1),
(122, 122, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"rel\":\"stylesheet\",\"id\":\"dashicons-css\",\"href\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/css\\/dashicons.min.css?ver=__normalized__\",\"type\":\"text\\/css\",\"media\":\"all\"},\"node_name\":\"link\",\"type\":\"css_error\"}', 0, 1),
(123, 123, 'amp_validation_error', '{\"code\":\"excessive_css\",\"node_attributes\":{\"type\":\"text\\/css\",\"media\":\"print\"},\"node_name\":\"style\",\"text\":\"#wpadminbar { display:none; }\",\"type\":\"css_error\"}', 0, 1),
(124, 124, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":[],\"node_name\":\"script\",\"parent_name\":\"head\",\"text\":\" var theplus_ajax_url = \\\"https:\\/\\/southafricacricket.co.za\\/wp-admin\\/admin-ajax.php\\\";\\n\\t\\t\\tvar theplus_nonce = \\\"359c62b517\\\";\",\"type\":\"js_error\"}', 0, 1),
(125, 125, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar cleverMenuI18n = {\\\"enableMega\\\":\\\"Enable Mega\\\",\\\"editItem\\\":\\\"Edit Item\\\",\\\"megaMenu\\\":\\\"Mega Menu\\\",\\\"select\\\":\\\"Select\\\",\\\"insert\\\":\\\"Insert\\\",\\\"save\\\":\\\"Save\\\",\\\"saveAll\\\":\\\"Save All\\\",\\\"close\\\":\\\"Close\\\",\\\"change\\\":\\\"Change\\\",\\\"done\\\":\\\"Done\\\",\\\"megaSettings\\\":\\\"Mega Settings\\\",\\\"menuSettings\\\":\\\"Menu Settings\\\",\\\"itemSettings\\\":\\\"Item Settings\\\",\\\"selectOrUpload\\\":\\\"Select or Upload\\\",\\\"megaCssDesc\\\":\\\"The custom CSS will be generated for this menu item only.\\\"};\\nvar cleverMenuConfig = {\\\"newCleverMenu\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/post-new.php?post_type=clever_menu\\\",\\\"_nonce\\\":\\\"f107e28533\\\",\\\"menuUrl\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/nav-menus.php\\\"};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(126, 126, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/jquery.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(127, 127, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(128, 128, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/add-to-any\\/addtoany.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(129, 129, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/public\\/assets\\/js\\/revolution.tools.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(130, 130, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/revslider\\/public\\/assets\\/js\\/rs6.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(131, 131, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-blockui\\/jquery.blockUI.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1);
INSERT INTO `wphi_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(132, 132, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wc_add_to_cart_params = {\\\"ajax_url\\\":\\\"\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"wc_ajax_url\\\":\\\"\\\\\\/?wc-ajax=%%endpoint%%\\\",\\\"i18n_view_cart\\\":\\\"View cart\\\",\\\"cart_url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/cart\\\\\\/\\\",\\\"is_cart\\\":\\\"\\\",\\\"cart_redirect_after_add\\\":\\\"no\\\"};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(133, 133, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(134, 134, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/wp-hide-backed-notices\\/public\\/js\\/wp-hide-backed-notices%20-public.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(135, 135, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/js\\/vendors\\/woocommerce-add-to-cart.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(136, 136, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/includes\\/megamenu\\/assets\\/js\\/megamenu.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"type\":\"js_error\"}', 0, 1),
(137, 137, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"data-cfasync\":\"false\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"text\":\"\\nwindow.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};\\n(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src=\\\"https:\\/\\/static.addtoany.com\\/menu\\/page.js\\\";b.parentNode.insertBefore(a,b);})(document,\\\"script\\\");\\n\",\"type\":\"js_error\"}', 0, 1),
(138, 138, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"text\":\"\\r\\n        var splash_mm_get_menu_data = \'85a7555a26\';\\r\\n        var splash_load_media = \'654ee5f22c\';\\r\\n        var stm_like_nonce = \'857a65e821\';\\r\\n        var stm_league_table_by_id = \'ea296f3b36\';\\r\\n        var stm_events_league_table_by_id = \'3827448ba4\';\\r\\n        var stm_posts_most_styles = \'a65223bfe1\';\\r\\n        var stm_demo_import_content = \'eaaddda47c\';\\r\\n\\r\\n        var ajaxurl = \'https:\\/\\/southafricacricket.co.za\\/wp-admin\\/admin-ajax.php\';\\r\\n        var stm_cf7_preloader = \'https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/images\\/map-pin.png\';\\r\\n    \",\"type\":\"js_error\"}', 0, 1),
(139, 139, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"head\",\"text\":\"function setREVStartSize(e){\\t\\t\\t\\r\\n\\t\\t\\ttry {\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\tvar pw = document.getElementById(e.c).parentNode.offsetWidth,\\r\\n\\t\\t\\t\\t\\tnewh;\\r\\n\\t\\t\\t\\tpw = pw===0 || isNaN(pw) ? window.innerWidth : pw;\\r\\n\\t\\t\\t\\te.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);\\r\\n\\t\\t\\t\\te.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);\\r\\n\\t\\t\\t\\te.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);\\r\\n\\t\\t\\t\\te.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);\\r\\n\\t\\t\\t\\te.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);\\r\\n\\t\\t\\t\\te.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);\\r\\n\\t\\t\\t\\te.mh = e.mh===undefined || e.mh==\\\"\\\" || e.mh===\\\"auto\\\" ? 0 : parseInt(e.mh,0);\\t\\t\\r\\n\\t\\t\\t\\tif(e.layout===\\\"fullscreen\\\" || e.l===\\\"fullscreen\\\") \\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tnewh = Math.max(e.mh,window.innerHeight);\\t\\t\\t\\t\\r\\n\\t\\t\\t\\telse{\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\te.gw = Array.isArray(e.gw) ? e.gw : [e.gw];\\r\\n\\t\\t\\t\\t\\tfor (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\te.gh = e.el===undefined || e.el===\\\"\\\" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;\\r\\n\\t\\t\\t\\t\\te.gh = Array.isArray(e.gh) ? e.gh : [e.gh];\\r\\n\\t\\t\\t\\t\\tfor (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];\\r\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tvar nl = new Array(e.rl.length),\\r\\n\\t\\t\\t\\t\\t\\tix = 0,\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\tsl;\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\te.tabw = e.tabhide>=pw ? 0 : e.tabw;\\r\\n\\t\\t\\t\\t\\te.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;\\r\\n\\t\\t\\t\\t\\te.tabh = e.tabhide>=pw ? 0 : e.tabh;\\r\\n\\t\\t\\t\\t\\te.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tfor (var i in e.rl) nl[i] = e.rl[i]<window.innerWidth ? 0 : e.rl[i];\\r\\n\\t\\t\\t\\t\\tsl = nl[0];\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tfor (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tvar m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) \\/ (e.gw[ix]);\\t\\t\\t\\t\\t\\r\\n\\r\\n\\t\\t\\t\\t\\tnewh =  (e.type===\\\"carousel\\\" && e.justify===\\\"true\\\" ? e.gh[ix] : (e.gh[ix] * m)) + (e.tabh + e.thumbh);\\r\\n\\t\\t\\t\\t}\\t\\t\\t\\r\\n\\t\\t\\t\\t\\r\\n\\t\\t\\t\\tif(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement(\\\"style\\\"));\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\tdocument.getElementById(e.c).height = newh;\\r\\n\\t\\t\\t\\twindow.rs_init_css.innerHTML += \\\"#\\\"+e.c+\\\"_wrapper { height: \\\"+newh+\\\"px }\\\";\\t\\t\\t\\t\\r\\n\\t\\t\\t} catch(e){\\r\\n\\t\\t\\t\\tconsole.log(\\\"Failure at Presize of Slider:\\\" + e)\\r\\n\\t\\t\\t}\\t\\t\\t\\t\\t   \\r\\n\\t\\t  };\",\"type\":\"js_error\"}', 0, 1),
(140, 140, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"div\",\"text\":\"\\r\\n        jQuery(document).ready(function () {\\r\\n            var args = {};\\r\\n\\r\\n                        args= {\\r\\n                typewriter: false\\r\\n            };\\r\\n            \\r\\n            jQuery(\'.stm-ticker\').Ticker( args );\\r\\n        });\\r\\n    \",\"type\":\"js_error\"}', 0, 1),
(141, 141, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\r\\nvar sbiajaxurl = \\\"https:\\/\\/southafricacricket.co.za\\/wp-admin\\/admin-ajax.php\\\";\\r\\n\",\"type\":\"js_error\"}', 0, 1),
(142, 142, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-templates-modal__header\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\t<div class=\\\"elementor-templates-modal__header__logo-area\\\">\\n\\t<div class=\\\"elementor-templates-modal__header__menu-area\\\">\\n\\t<div class=\\\"elementor-templates-modal__header__items-area\\\">\\n\\t\\t<# if ( closeType ) { #>\\n\\t\\t\\t<div class=\\\"elementor-templates-modal__header__close elementor-templates-modal__header__close--{{{ closeType }}} elementor-templates-modal__header__item\\\">\\n\\t\\t\\t\\t<# if ( \'skip\' === closeType ) { #>\\n\\t\\t\\t\\t<span>Skip\\n\\t\\t\\t\\t<# } #>\\n\\t\\t\\t\\t<i class=\\\"eicon-close\\\" aria-hidden=\\\"true\\\" title=\\\"Close\\\">\\n\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Close\\n\\t\\t\\t\\n\\t\\t<# } #>\\n\\t\\t<div id=\\\"elementor-template-library-header-tools\\\">\\n\\t\\n\",\"type\":\"js_error\"}', 0, 1),
(143, 143, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-templates-modal__header__logo\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\t<span class=\\\"elementor-templates-modal__header__logo__icon-wrapper elementor-gradient-logo\\\">\\n\\t\\t<i class=\\\"eicon-elementor\\\">\\n\\t\\n\\t<span class=\\\"elementor-templates-modal__header__logo__title\\\">{{{ title }}}\\n\",\"type\":\"js_error\"}', 0, 1),
(144, 144, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\t<div id=\\\"elementor-finder__search\\\">\\n\\t\\t<i class=\\\"eicon-search\\\">\\n\\t\\t<input id=\\\"elementor-finder__search__input\\\" placeholder=\\\"Type to find anything in Elementor\\\">\\n\\t\\n\\t<div id=\\\"elementor-finder__content\\\">\\n\",\"type\":\"js_error\"}', 0, 1),
(145, 145, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder-results-container\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\t<div id=\\\"elementor-finder__no-results\\\">No Results Found\\n\\t<div id=\\\"elementor-finder__results\\\">\\n\",\"type\":\"js_error\"}', 0, 1),
(146, 146, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder__results__category\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\t<div class=\\\"elementor-finder__results__category__title\\\">{{{ title }}}\\n\\t<div class=\\\"elementor-finder__results__category__items\\\">\\n\",\"type\":\"js_error\"}', 0, 1),
(147, 147, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/template\",\"id\":\"tmpl-elementor-finder__results__item\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\t<a href=\\\"{{ url }}\\\" class=\\\"elementor-finder__results__item__link\\\">\\n\\t\\t<div class=\\\"elementor-finder__results__item__icon\\\">\\n\\t\\t\\t<i class=\\\"eicon-{{{ icon }}}\\\">\\n\\t\\t\\n\\t\\t<div class=\\\"elementor-finder__results__item__title\\\">{{{ title }}}\\n\\t\\t<# if ( description ) { #>\\n\\t\\t\\t<div class=\\\"elementor-finder__results__item__description\\\">- {{{ description }}}\\n\\t\\t<# } #>\\n\\t\\n\\t<# if ( actions.length ) { #>\\n\\t\\t<div class=\\\"elementor-finder__results__item__actions\\\">\\n\\t\\t<# jQuery.each( actions, function() { #>\\n\\t\\t\\t<a class=\\\"elementor-finder__results__item__action elementor-finder__results__item__action--{{ this.name }}\\\" href=\\\"{{ this.url }}\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t<i class=\\\"eicon-{{{ this.icon }}}\\\">\\n\\t\\t\\t\\n\\t\\t<# } ); #>\\n\\t\\t\\n\\t<# } #>\\n\",\"type\":\"js_error\"}', 0, 1),
(148, 148, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\t\\tvar c = document.body.className;\\n\\t\\tc = c.replace(\\/woocommerce-no-js\\/, \'woocommerce-js\');\\n\\t\\tdocument.body.className = c;\\n\\t\",\"type\":\"js_error\"}', 0, 1),
(149, 149, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/maps.googleapis.com\\/maps\\/api\\/js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(150, 150, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/bootstrap.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(151, 151, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/select2.full.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(152, 152, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/owl.carousel.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(153, 153, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/jquery.fancybox.pack.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(154, 154, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/imagesloaded.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(155, 155, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/lib\\/bower\\/isotope\\/dist\\/isotope.pkgd.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(156, 156, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/waypoints.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(157, 157, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/jquery.counterup.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(158, 158, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/lightbox.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(159, 159, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/splash.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(160, 160, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/header.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(161, 161, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/ticker_posts.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(162, 162, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/ajax.submit.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(163, 163, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wpcf7 = {\\\"apiSettings\\\":{\\\"root\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-json\\\\\\/contact-form-7\\\\\\/v1\\\",\\\"namespace\\\":\\\"contact-form-7\\\\\\/v1\\\"}};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(164, 164, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(165, 165, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress-for-cricket\\/js\\/sportspress-cricket.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(166, 166, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress\\/assets\\/js\\/jquery.dataTables.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(167, 167, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar localized_strings = {\\\"days\\\":\\\"days\\\",\\\"hrs\\\":\\\"hrs\\\",\\\"mins\\\":\\\"mins\\\",\\\"secs\\\":\\\"secs\\\",\\\"previous\\\":\\\"Previous\\\",\\\"next\\\":\\\"Next\\\"};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(168, 168, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/sportspress\\/assets\\/js\\/sportspress.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(169, 169, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/js-cookie\\/js.cookie.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(170, 170, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar woocommerce_params = {\\\"ajax_url\\\":\\\"\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"wc_ajax_url\\\":\\\"\\\\\\/?wc-ajax=%%endpoint%%\\\"};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(171, 171, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/woocommerce.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(172, 172, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar wc_cart_fragments_params = {\\\"ajax_url\\\":\\\"\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"wc_ajax_url\\\":\\\"\\\\\\/?wc-ajax=%%endpoint%%\\\",\\\"cart_hash_key\\\":\\\"wc_cart_hash_713070fda734ecb0bd40e761f1b85533\\\",\\\"fragment_name\\\":\\\"wc_fragments_713070fda734ecb0bd40e761f1b85533\\\",\\\"request_timeout\\\":\\\"5000\\\"};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(173, 173, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart-fragments.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(174, 174, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/theplus_elementor_addon\\/assets\\/js\\/main\\/general\\/theplus-purge.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(175, 175, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(176, 176, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(177, 177, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(178, 178, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(179, 179, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/underscore.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(180, 180, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/backbone.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(181, 181, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.marionette.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(182, 182, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/backbone\\/backbone.radio.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(183, 183, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/common-modules.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(184, 184, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-includes\\/js\\/jquery\\/ui\\/position.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(185, 185, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/lib\\/dialog\\/dialog.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(186, 186, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\nvar elementorCommonConfig = {\\\"version\\\":\\\"2.9.6\\\",\\\"isRTL\\\":false,\\\"isDebug\\\":false,\\\"activeModules\\\":[\\\"ajax\\\",\\\"finder\\\",\\\"connect\\\"],\\\"urls\\\":{\\\"assets\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-content\\\\\\/plugins\\\\\\/elementor\\\\\\/assets\\\\\\/\\\"},\\\"ajax\\\":{\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin-ajax.php\\\",\\\"nonce\\\":\\\"0cc579a04c\\\"},\\\"finder\\\":{\\\"data\\\":{\\\"edit\\\":{\\\"title\\\":\\\"Edit\\\",\\\"dynamic\\\":true,\\\"name\\\":\\\"edit\\\"},\\\"general\\\":{\\\"title\\\":\\\"General\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"saved-templates\\\":{\\\"title\\\":\\\"Saved Templates\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=library\\\",\\\"keywords\\\":[\\\"template\\\",\\\"section\\\",\\\"page\\\",\\\"library\\\"]},\\\"system-info\\\":{\\\"title\\\":\\\"System Info\\\",\\\"icon\\\":\\\"info-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-system-info\\\",\\\"keywords\\\":[\\\"system\\\",\\\"info\\\",\\\"environment\\\",\\\"elementor\\\"]},\\\"role-manager\\\":{\\\"title\\\":\\\"Role Manager\\\",\\\"icon\\\":\\\"person\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-role-manager\\\",\\\"keywords\\\":[\\\"role\\\",\\\"manager\\\",\\\"user\\\",\\\"elementor\\\"]},\\\"knowledge-base\\\":{\\\"title\\\":\\\"Knowledge Base\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=go_knowledge_base_site\\\",\\\"keywords\\\":[\\\"help\\\",\\\"knowledge\\\",\\\"docs\\\",\\\"elementor\\\"]},\\\"popups\\\":{\\\"title\\\":\\\"Popups\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\\\",\\\"keywords\\\":[\\\"template\\\",\\\"popup\\\",\\\"library\\\"]},\\\"theme-builder\\\":{\\\"title\\\":\\\"Theme Builder\\\",\\\"icon\\\":\\\"library-save\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=theme\\\",\\\"keywords\\\":[\\\"template\\\",\\\"header\\\",\\\"footer\\\",\\\"single\\\",\\\"archive\\\",\\\"search\\\",\\\"404\\\",\\\"library\\\"]}},\\\"name\\\":\\\"general\\\"},\\\"create\\\":{\\\"title\\\":\\\"Create\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"post\\\":{\\\"title\\\":\\\"Add New Post\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=post&_wpnonce=a2da322cdf\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"page\\\":{\\\"title\\\":\\\"Add New Page\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=page&_wpnonce=a2da322cdf\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"elementor_library\\\":{\\\"title\\\":\\\"Add New Template\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library#add_new\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"plus-mega-menu\\\":{\\\"title\\\":\\\"Add New Plus Mega Menu\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?action=elementor_new_post&post_type=plus-mega-menu&_wpnonce=a2da322cdf\\\",\\\"keywords\\\":[\\\"post\\\",\\\"page\\\",\\\"template\\\",\\\"new\\\",\\\"create\\\"]},\\\"popups\\\":{\\\"title\\\":\\\"Add New Popup\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup#add_new\\\",\\\"keywords\\\":[\\\"template\\\",\\\"theme\\\",\\\"popup\\\",\\\"new\\\",\\\"create\\\"]},\\\"theme-template\\\":{\\\"title\\\":\\\"Add New Theme Template\\\",\\\"icon\\\":\\\"plus-circle-o\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_library&tabs_group=theme#add_new\\\",\\\"keywords\\\":[\\\"template\\\",\\\"theme\\\",\\\"new\\\",\\\"create\\\"]}},\\\"name\\\":\\\"create\\\"},\\\"site\\\":{\\\"title\\\":\\\"Site\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"homepage\\\":{\\\"title\\\":\\\"Homepage\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\",\\\"icon\\\":\\\"home-heart\\\",\\\"keywords\\\":[\\\"home\\\",\\\"page\\\"]},\\\"wordpress-dashboard\\\":{\\\"title\\\":\\\"Dashboard\\\",\\\"icon\\\":\\\"dashboard\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/\\\",\\\"keywords\\\":[\\\"dashboard\\\",\\\"wordpress\\\"]},\\\"wordpress-menus\\\":{\\\"title\\\":\\\"Menus\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/nav-menus.php\\\",\\\"keywords\\\":[\\\"menu\\\",\\\"wordpress\\\"]},\\\"wordpress-themes\\\":{\\\"title\\\":\\\"Themes\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/themes.php\\\",\\\"keywords\\\":[\\\"themes\\\",\\\"wordpress\\\"]},\\\"wordpress-customizer\\\":{\\\"title\\\":\\\"Customizer\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/customize.php\\\",\\\"keywords\\\":[\\\"customizer\\\",\\\"wordpress\\\"]},\\\"wordpress-plugins\\\":{\\\"title\\\":\\\"Plugins\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/plugins.php\\\",\\\"keywords\\\":[\\\"plugins\\\",\\\"wordpress\\\"]},\\\"wordpress-users\\\":{\\\"title\\\":\\\"Users\\\",\\\"icon\\\":\\\"wordpress\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/users.php\\\",\\\"keywords\\\":[\\\"users\\\",\\\"profile\\\",\\\"wordpress\\\"]}},\\\"name\\\":\\\"site\\\"},\\\"settings\\\":{\\\"title\\\":\\\"Settings\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"general-settings\\\":{\\\"title\\\":\\\"General Settings\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor\\\",\\\"keywords\\\":[\\\"general\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"style\\\":{\\\"title\\\":\\\"Style\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor#tab-style\\\",\\\"keywords\\\":[\\\"style\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"advanced\\\":{\\\"title\\\":\\\"Advanced\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor#tab-advanced\\\",\\\"keywords\\\":[\\\"advanced\\\",\\\"settings\\\",\\\"elementor\\\"]},\\\"custom-fonts\\\":{\\\"title\\\":\\\"Custom Fonts\\\",\\\"icon\\\":\\\"typography\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_font\\\",\\\"keywords\\\":[\\\"custom\\\",\\\"fonts\\\",\\\"elementor\\\"]},\\\"custom-icons\\\":{\\\"title\\\":\\\"Custom Icons\\\",\\\"icon\\\":\\\"favorite\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/edit.php?post_type=elementor_icons\\\",\\\"keywords\\\":[\\\"custom\\\",\\\"icons\\\",\\\"elementor\\\"]}},\\\"name\\\":\\\"settings\\\"},\\\"tools\\\":{\\\"title\\\":\\\"Tools\\\",\\\"dynamic\\\":false,\\\"items\\\":{\\\"tools\\\":{\\\"title\\\":\\\"Tools\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"regenerate css\\\",\\\"safe mode\\\",\\\"debug bar\\\",\\\"sync library\\\",\\\"elementor\\\"]},\\\"replace-url\\\":{\\\"title\\\":\\\"Replace URL\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-replace_url\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"replace url\\\",\\\"domain\\\",\\\"elementor\\\"]},\\\"version-control\\\":{\\\"title\\\":\\\"Version Control\\\",\\\"icon\\\":\\\"time-line\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-versions\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"version\\\",\\\"control\\\",\\\"rollback\\\",\\\"beta\\\",\\\"elementor\\\"]},\\\"maintenance-mode\\\":{\\\"title\\\":\\\"Maintenance Mode\\\",\\\"icon\\\":\\\"tools\\\",\\\"url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-admin\\\\\\/admin.php?page=elementor-tools#tab-maintenance_mode\\\",\\\"keywords\\\":[\\\"tools\\\",\\\"maintenance\\\",\\\"coming soon\\\",\\\"elementor\\\"]}},\\\"name\\\":\\\"tools\\\"}},\\\"i18n\\\":{\\\"finder\\\":\\\"Finder\\\"}},\\\"connect\\\":[]};\\n\",\"type\":\"js_error\"}', 0, 1),
(187, 187, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/elementor\\/assets\\/js\\/common.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(188, 188, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/clever-mega-menu\\/assets\\/frontend\\/js\\/clever-mega-menu.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(189, 189, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/themes\\/splash\\/assets\\/js\\/ticker.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(190, 190, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/js_composer\\/assets\\/js\\/dist\\/js_composer_front.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(191, 191, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\n\\/* <![CDATA[ *\\/\\nvar sb_instagram_js_options = {\\\"font_method\\\":\\\"svg\\\",\\\"resized_url\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-content\\\\\\/uploads\\\\\\/sb-instagram-feed-images\\\\\\/\\\",\\\"placeholder\\\":\\\"https:\\\\\\/\\\\\\/southafricacricket.co.za\\\\\\/wp-content\\\\\\/plugins\\\\\\/instagram-feed\\\\\\/img\\\\\\/placeholder.png\\\"};\\n\\/* ]]> *\\/\\n\",\"type\":\"js_error\"}', 0, 1),
(192, 192, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\",\"src\":\"https:\\/\\/southafricacricket.co.za\\/wp-content\\/plugins\\/instagram-feed\\/js\\/sb-instagram-2-2.min.js?ver=__normalized__\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"type\":\"js_error\"}', 0, 1),
(193, 193, 'amp_validation_error', '{\"code\":\"invalid_element\",\"node_attributes\":{\"type\":\"text\\/javascript\"},\"node_name\":\"script\",\"parent_name\":\"body\",\"text\":\"\\r\\n\\t\\t\\tjQuery(document).ready(function(){\\r\\n\\t\\t\\t\\tif(jQuery(\'#wp-admin-bar-revslider-default\').length > 0 && jQuery(\'rs-module-wrap\').length > 0){\\r\\n\\t\\t\\t\\t\\tvar aliases = new Array();\\r\\n\\t\\t\\t\\t\\tjQuery(\'rs-module-wrap\').each(function(){\\r\\n\\t\\t\\t\\t\\t\\taliases.push(jQuery(this).data(\'alias\'));\\r\\n\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\tif(aliases.length > 0){\\r\\n\\t\\t\\t\\t\\t\\tjQuery(\'#wp-admin-bar-revslider-default li\').each(function(){\\r\\n\\t\\t\\t\\t\\t\\t\\tvar li = jQuery(this),\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tt = jQuery.trim(li.find(\'.ab-item .rs-label\').data(\'alias\')); \\/\\/text()\\r\\n\\t\\t\\t\\t\\t\\t\\t\\r\\n\\t\\t\\t\\t\\t\\t\\tif(jQuery.inArray(t,aliases)!=-1){\\r\\n\\t\\t\\t\\t\\t\\t\\t}else{\\r\\n\\t\\t\\t\\t\\t\\t\\t\\tli.remove();\\r\\n\\t\\t\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t\\t\\t});\\r\\n\\t\\t\\t\\t\\t}\\r\\n\\t\\t\\t\\t}else{\\r\\n\\t\\t\\t\\t\\tjQuery(\'#wp-admin-bar-revslider\').remove();\\r\\n\\t\\t\\t\\t}\\r\\n\\t\\t\\t});\\r\\n\\t\\t\",\"type\":\"js_error\"}', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wphi_usermeta`
--

CREATE TABLE `wphi_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_usermeta`
--

INSERT INTO `wphi_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(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, 'wphi_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wphi_user_level', '10'),
(14, 1, '_yoast_wpseo_profile_updated', '1584349038'),
(15, 1, 'dismissed_wp_pointers', 'addtoany_settings_pointer,vc_pointers_backend_editor,amp-welcome-notice-1'),
(16, 1, 'default_password_nag', ''),
(17, 1, 'show_welcome_panel', '0'),
(18, 1, 'session_tokens', 'a:3:{s:64:\"e8fc9945838c50d947848e5801ee7372651c1724d4732348e23c2308d4c455ed\";a:4:{s:10:\"expiration\";i:1585930030;s:2:\"ip\";s:14:\"61.245.170.143\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1584720430;}s:64:\"26d3ebd12eaf7f8ba11378f176698f36378dcab1e37aa7ec8c0d6830819b9578\";a:4:{s:10:\"expiration\";i:1586070076;s:2:\"ip\";s:13:\"43.250.242.14\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1584860476;}s:64:\"8626d1b8cf51f6c607144cfa37487d43c4f4be54a6e5326110bd86f7833469c3\";a:4:{s:10:\"expiration\";i:1585379163;s:2:\"ip\";s:14:\"105.226.44.235\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1585206363;}}'),
(19, 1, 'wphi_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:427:\"Yoast SEO and WooCommerce can work together a lot better by adding a helper plugin. Please install Yoast WooCommerce SEO to make your life better. <a href=\"https://yoa.st/1o0?php_version=7.3&platform=wordpress&platform_version=5.3.2&software=free&software_version=13.2&days_active=0-1&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$B3GhpNlrZd3O2jLfgW.ZvehzlCokbV0\";s:13:\"user_nicename\";s:5:\"admin\";s:10:\"user_email\";s:16:\"himal@qualon.xyz\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2020-03-16 08:06:40\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"admin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:17:\"wpua_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:165:{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:\"edit_us_portfolio\";b:1;s:17:\"read_us_portfolio\";b:1;s:19:\"delete_us_portfolio\";b:1;s:18:\"edit_us_portfolios\";b:1;s:25:\"edit_others_us_portfolios\";b:1;s:21:\"publish_us_portfolios\";b:1;s:26:\"read_private_us_portfolios\";b:1;s:20:\"delete_us_portfolios\";b:1;s:28:\"delete_private_us_portfolios\";b:1;s:30:\"delete_published_us_portfolios\";b:1;s:27:\"delete_others_us_portfolios\";b:1;s:26:\"edit_private_us_portfolios\";b:1;s:28:\"edit_published_us_portfolios\";b:1;s:19:\"edit_us_testimonial\";b:1;s:19:\"read_us_testimonial\";b:1;s:21:\"delete_us_testimonial\";b:1;s:20:\"edit_us_testimonials\";b:1;s:27:\"edit_others_us_testimonials\";b:1;s:23:\"publish_us_testimonials\";b:1;s:28:\"read_private_us_testimonials\";b:1;s:22:\"delete_us_testimonials\";b:1;s:30:\"delete_private_us_testimonials\";b:1;s:32:\"delete_published_us_testimonials\";b:1;s:29:\"delete_others_us_testimonials\";b:1;s:28:\"edit_private_us_testimonials\";b:1;s:30:\"edit_published_us_testimonials\";b:1;s:18:\"edit_us_page_block\";b:1;s:18:\"read_us_page_block\";b:1;s:20:\"delete_us_page_block\";b:1;s:19:\"edit_us_page_blocks\";b:1;s:26:\"edit_others_us_page_blocks\";b:1;s:22:\"publish_us_page_blocks\";b:1;s:27:\"read_private_us_page_blocks\";b:1;s:21:\"delete_us_page_blocks\";b:1;s:29:\"delete_private_us_page_blocks\";b:1;s:31:\"delete_published_us_page_blocks\";b:1;s:28:\"delete_others_us_page_blocks\";b:1;s:27:\"edit_private_us_page_blocks\";b:1;s:29:\"edit_published_us_page_blocks\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:22:\"tablepress_edit_tables\";b:1;s:24:\"tablepress_delete_tables\";b:1;s:22:\"tablepress_list_tables\";b:1;s:21:\"tablepress_add_tables\";b:1;s:22:\"tablepress_copy_tables\";b:1;s:24:\"tablepress_import_tables\";b:1;s:24:\"tablepress_export_tables\";b:1;s:32:\"tablepress_access_options_screen\";b:1;s:30:\"tablepress_access_about_screen\";b:1;s:23:\"tablepress_edit_options\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:540:\"Yoast SEO and Advanced Custom Fields can work together a lot better by adding a helper plugin. Please install <a href=\"https://southafricacricket.co.za/wp-admin/update.php?action=install-plugin&amp;plugin=acf-content-analysis-for-yoast-seo&amp;_wpnonce=da376b7c9a\">ACF Content Analysis for Yoast SEO</a> to make your life better. <a href=\"https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/\" aria-label=\"More information about ACF Content Analysis for Yoast SEO\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:41:\"wpseo-suggested-plugin-yoast-acf-analysis\";s:4:\"user\";r:7;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(20, 1, 'wphi_dashboard_quick_press_last_post_id', '2304'),
(21, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"105.226.44.0\";}'),
(22, 1, 'dismissed_template_files_notice', '1'),
(23, 1, 'dismissed_install_notice', '1'),
(24, 1, 'wc_last_active', '1585267200'),
(25, 1, 'nav_menu_recently_edited', '86'),
(26, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(27, 1, 'metaboxhidden_nav-menus', 'a:14:{i:0;s:22:\"add-post-type-sp_event\";i:1;s:21:\"add-post-type-sp_team\";i:2;s:23:\"add-post-type-sp_player\";i:3;s:22:\"add-post-type-sp_staff\";i:4;s:21:\"add-post-type-product\";i:5;s:25:\"add-post-type-sp_calendar\";i:6;s:22:\"add-post-type-sp_table\";i:7;s:21:\"add-post-type-sp_list\";i:8;s:27:\"add-post-type-media_gallery\";i:9;s:22:\"add-post-type-donation\";i:10;s:12:\"add-post_tag\";i:11;s:15:\"add-post_format\";i:12;s:15:\"add-product_cat\";i:13;s:15:\"add-product_tag\";}'),
(28, 1, 'wphi_user-settings', 'libraryContent=browse&edit_element_vcUIPanelWidth=656&edit_element_vcUIPanelLeft=878px&edit_element_vcUIPanelTop=71px&editor=tinymce&advImgDetails=show&panel_vcUIPanelWidth=1305&panel_vcUIPanelLeft=18px&panel_vcUIPanelTop=35px'),
(29, 1, 'wphi_user-settings-time', '1585223043'),
(30, 2, 'nickname', 'lahiru'),
(31, 2, 'first_name', 'Lahiru'),
(32, 2, 'last_name', 'Yasantha'),
(33, 2, 'description', ''),
(34, 2, 'rich_editing', 'true'),
(35, 2, 'syntax_highlighting', 'true'),
(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', ''),
(41, 2, 'wphi_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(42, 2, 'wphi_user_level', '10'),
(43, 2, 'dismissed_wp_pointers', 'vc_pointers_backend_editor,addtoany_settings_pointer'),
(44, 2, 'last_update', '1584960231'),
(45, 2, 'session_tokens', 'a:4:{s:64:\"f2c4bd751afb4db32d933ee04efb528b4e670277bb039c19abd11ef92f1c66d7\";a:4:{s:10:\"expiration\";i:1585574571;s:2:\"ip\";s:14:\"112.135.33.174\";s:2:\"ua\";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:5:\"login\";i:1584364971;}s:64:\"92e5195fbfba08a15883c4b565037be39850ddfa854194bd4493235c6bd46550\";a:4:{s:10:\"expiration\";i:1585133019;s:2:\"ip\";s:13:\"112.134.126.7\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1584960219;}s:64:\"ebf54fa03aced02ce9e5365638e0302bb210fd9bf1b059536100a42a79bebebf\";a:4:{s:10:\"expiration\";i:1585133312;s:2:\"ip\";s:13:\"43.250.241.77\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1584960512;}s:64:\"9ebd34cd95f6d11ed41ea4991575e54e20c595471dca4389b9a916b5a2a461be\";a:4:{s:10:\"expiration\";i:1585220926;s:2:\"ip\";s:13:\"43.250.241.77\";s:2:\"ua\";s:105:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36\";s:5:\"login\";i:1585048126;}}'),
(46, 2, 'wc_last_active', '1585008000'),
(50, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"43.250.241.0\";}'),
(48, 2, '_woocommerce_tracks_anon_id', 'woo:o3534sQxLmMesSijIlzs80Vw'),
(49, 2, 'wphi_dashboard_quick_press_last_post_id', '2329'),
(52, 2, 'wphi_user-settings', 'edit_element_vcUIPanelWidth=645&edit_element_vcUIPanelLeft=283px&edit_element_vcUIPanelTop=27px&editor=tinymce&libraryContent=browse&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=675px&panel_vcUIPanelTop=74px'),
(53, 2, 'wphi_user-settings-time', '1585083244'),
(56, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(55, 1, '_woocommerce_tracks_anon_id', 'woo:Zmar+mJlhNb377ewDLHAmY/a'),
(57, 1, 'metaboxhidden_dashboard', 'a:7:{i:0;s:20:\"e-dashboard-overview\";i:1;s:18:\"dashboard_activity\";i:2;s:28:\"sportspress_dashboard_status\";i:3;s:36:\"woocommerce_dashboard_recent_reviews\";i:4;s:28:\"woocommerce_dashboard_status\";i:5;s:28:\"pearl_dashboard_announcement\";i:6;s:17:\"dashboard_primary\";}'),
(58, 1, '_order_count', '0'),
(122, 2, 'tumblr', ''),
(121, 2, 'vimeo', ''),
(120, 2, 'snapchat', ''),
(119, 2, 'skype', ''),
(117, 2, 'pinterest', ''),
(118, 2, 'youtube', ''),
(59, 2, '_order_count', '0'),
(61, 2, 'billing_first_name', 'Lahiru'),
(62, 2, 'billing_last_name', 'Yasantha'),
(63, 2, 'billing_company', ''),
(64, 2, 'billing_address_1', ''),
(65, 2, 'billing_address_2', ''),
(66, 2, 'billing_city', ''),
(67, 2, 'billing_postcode', ''),
(68, 2, 'billing_country', ''),
(69, 2, 'billing_state', ''),
(70, 2, 'billing_phone', ''),
(71, 2, 'billing_email', 'lranasinghe00@gmail.com'),
(72, 2, 'shipping_first_name', ''),
(73, 2, 'shipping_last_name', ''),
(74, 2, 'shipping_company', ''),
(75, 2, 'shipping_address_1', ''),
(76, 2, 'shipping_address_2', ''),
(77, 2, 'shipping_city', ''),
(78, 2, 'shipping_postcode', ''),
(79, 2, 'shipping_country', 'LK'),
(80, 2, 'shipping_state', ''),
(116, 2, 'google-plus', ''),
(115, 2, 'whatsapp', ''),
(114, 2, 'linkedin', ''),
(113, 2, 'instagram', ''),
(112, 2, 'twitter', ''),
(111, 2, 'facebook', ''),
(83, 2, 'edit_page_per_page', '55'),
(84, 1, 'edit_page_per_page', '50'),
(93, 1, 'header-footer-elementor-rating', 'delayed-notice'),
(86, 1, 'elementor_introduction', 'a:2:{s:19:\"colorPickerDropping\";b:1;s:10:\"rightClick\";b:1;}'),
(87, 2, 'closedpostboxes_page', 'a:0:{}'),
(88, 2, 'metaboxhidden_page', 'a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),
(123, 2, 'medium', ''),
(124, 2, 'stumbleupon', ''),
(125, 2, 'reddit', ''),
(126, 2, 'flickr', ''),
(127, 2, 'foursquare', ''),
(128, 2, 'wordpress', ''),
(129, 2, 'deviantart', ''),
(130, 2, '500px', ''),
(131, 2, 'soundcloud', ''),
(132, 2, 'behance', ''),
(133, 2, 'dribbble', ''),
(134, 2, 'stack-overflow', ''),
(135, 2, 'codepen', ''),
(136, 2, 'github', ''),
(137, 2, 'vk', ''),
(138, 2, 'odnoklassniki', ''),
(139, 2, 'yelp', ''),
(140, 2, 'digg', ''),
(141, 2, 'wechat', ''),
(142, 2, 'weibo', ''),
(143, 2, 'gusta_override_section_options', '0'),
(144, 2, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(145, 2, 'gusta_header_sections_tab_gusta_header_sections', ''),
(146, 2, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(147, 2, 'gusta_header_sections_tab', ''),
(148, 2, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(149, 2, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(150, 2, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(151, 2, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(152, 2, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(153, 2, 'gusta_content_sections_tab_gusta_content_sections', ''),
(154, 2, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(155, 2, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(156, 2, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(157, 2, 'gusta_content_sections_tab', ''),
(158, 2, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(159, 2, 'gusta_footer_sections_tab_gusta_footer_sections', ''),
(160, 2, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(161, 2, 'gusta_footer_sections_tab', ''),
(162, 2, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(163, 2, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(164, 2, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(165, 2, 'gusta_sticky_sections_tab', ''),
(166, 2, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(168, 1, 'billing_first_name', ''),
(169, 1, 'billing_last_name', ''),
(170, 1, 'billing_company', ''),
(171, 1, 'billing_address_1', ''),
(172, 1, 'billing_address_2', ''),
(173, 1, 'billing_city', ''),
(174, 1, 'billing_postcode', ''),
(175, 1, 'billing_country', ''),
(176, 1, 'billing_state', ''),
(177, 1, 'billing_phone', ''),
(178, 1, 'billing_email', 'DH6DPyh04GHOHdKcj5Bz31Nw'),
(179, 1, 'shipping_first_name', ''),
(180, 1, 'shipping_last_name', ''),
(181, 1, 'shipping_company', ''),
(182, 1, 'shipping_address_1', ''),
(183, 1, 'shipping_address_2', ''),
(184, 1, 'shipping_city', ''),
(185, 1, 'shipping_postcode', ''),
(186, 1, 'shipping_country', ''),
(187, 1, 'shipping_state', ''),
(188, 1, 'facebook', ''),
(189, 1, 'twitter', ''),
(190, 1, 'instagram', ''),
(191, 1, 'linkedin', ''),
(192, 1, 'whatsapp', ''),
(193, 1, 'google-plus', ''),
(194, 1, 'pinterest', ''),
(195, 1, 'youtube', ''),
(196, 1, 'skype', ''),
(197, 1, 'snapchat', ''),
(198, 1, 'vimeo', ''),
(199, 1, 'tumblr', ''),
(200, 1, 'medium', ''),
(201, 1, 'stumbleupon', ''),
(202, 1, 'reddit', ''),
(203, 1, 'flickr', ''),
(204, 1, 'foursquare', ''),
(205, 1, 'wordpress', ''),
(206, 1, 'deviantart', ''),
(207, 1, '500px', ''),
(208, 1, 'soundcloud', ''),
(209, 1, 'behance', ''),
(210, 1, 'dribbble', ''),
(211, 1, 'stack-overflow', ''),
(212, 1, 'codepen', ''),
(213, 1, 'github', ''),
(214, 1, 'vk', ''),
(215, 1, 'odnoklassniki', ''),
(216, 1, 'yelp', ''),
(217, 1, 'digg', ''),
(218, 1, 'wechat', ''),
(219, 1, 'weibo', ''),
(220, 1, 'gusta_override_section_options', '0'),
(221, 1, '_gusta_override_section_options', 'gusta_override_section_options_meta'),
(222, 1, 'gusta_header_sections_tab_gusta_header_sections', ''),
(223, 1, '_gusta_header_sections_tab_gusta_header_sections', 'gusta_header_sections_meta'),
(224, 1, 'gusta_header_sections_tab', ''),
(225, 1, '_gusta_header_sections_tab', 'gusta_header_sections_tab'),
(226, 1, 'gusta_content_sections_tab_gusta_above_content_sections', ''),
(227, 1, '_gusta_content_sections_tab_gusta_above_content_sections', 'gusta_above_content_sections_meta'),
(228, 1, 'gusta_content_sections_tab_gusta_archive_sections', ''),
(229, 1, '_gusta_content_sections_tab_gusta_archive_sections', 'gusta_archive_sections_meta'),
(230, 1, 'gusta_content_sections_tab_gusta_content_sections', ''),
(231, 1, '_gusta_content_sections_tab_gusta_content_sections', 'gusta_content_sections_meta'),
(232, 1, 'gusta_content_sections_tab_gusta_below_content_sections', ''),
(233, 1, '_gusta_content_sections_tab_gusta_below_content_sections', 'gusta_below_content_sections_meta'),
(234, 1, 'gusta_content_sections_tab', ''),
(235, 1, '_gusta_content_sections_tab', 'gusta_content_sections_tab'),
(236, 1, 'gusta_footer_sections_tab_gusta_footer_sections', 'a:1:{i:0;s:4:\"2283\";}'),
(237, 1, '_gusta_footer_sections_tab_gusta_footer_sections', 'gusta_footer_sections_meta'),
(238, 1, 'gusta_footer_sections_tab', ''),
(239, 1, '_gusta_footer_sections_tab', 'gusta_footer_sections_tab'),
(240, 1, 'gusta_sticky_sections_tab_gusta_sticky_sections', ''),
(241, 1, '_gusta_sticky_sections_tab_gusta_sticky_sections', 'gusta_sticky_sections_meta'),
(242, 1, 'gusta_sticky_sections_tab', ''),
(243, 1, '_gusta_sticky_sections_tab', 'gusta_sticky_sections_tab'),
(244, 1, 'last_update', '1584960346'),
(250, 2, 'closedpostboxes_nav-menus', 'a:0:{}'),
(246, 2, 'nav_menu_recently_edited', '86'),
(247, 2, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:11:\"css-classes\";i:3;s:3:\"xfn\";i:4;s:11:\"description\";}'),
(248, 2, 'metaboxhidden_nav-menus', 'a:15:{i:0;s:28:\"add-post-type-plus-mega-menu\";i:1;s:22:\"add-post-type-sp_event\";i:2;s:21:\"add-post-type-sp_team\";i:3;s:23:\"add-post-type-sp_player\";i:4;s:22:\"add-post-type-sp_staff\";i:5;s:21:\"add-post-type-product\";i:6;s:25:\"add-post-type-sp_calendar\";i:7;s:22:\"add-post-type-sp_table\";i:8;s:21:\"add-post-type-sp_list\";i:9;s:22:\"add-post-type-donation\";i:10;s:12:\"add-post_tag\";i:11;s:15:\"add-post_format\";i:12;s:15:\"add-product_cat\";i:13;s:15:\"add-product_tag\";i:14;s:26:\"add-gusta_section_category\";}');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_users`
--

CREATE TABLE `wphi_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_users`
--

INSERT INTO `wphi_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$Bg5KeDhyhOi7j/Qy.Tp7mWUtMr.cuA1', 'admin', 'himal@qualon.xyz', '', '2020-03-16 08:57:18', '', 0, 'admin'),
(2, 'lahiru', '$P$Bq8dXOHJHFz1El5TPY7LD0dowQQsme1', 'lahiru', 'lranasinghe00@gmail.com', '', '2020-03-16 12:06:39', '', 0, 'Lahiru Yasantha');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_admin_notes`
--

CREATE TABLE `wphi_wc_admin_notes` (
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_wc_admin_notes`
--

INSERT INTO `wphi_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `icon`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`) VALUES
(1, 'wc-admin-welcome-note', 'info', 'en_US', 'New feature(s)', 'Welcome to the new WooCommerce experience! In this new release you\'ll be able to have a glimpse of how your store is doing in the Dashboard, manage important aspects of your business (such as managing orders, stock, reviews) from anywhere in the interface, dive into your store data with a completely new Analytics section and more!', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-03-16 10:53:23', NULL, 0),
(2, 'wc-admin-wc-helper-connection', 'info', 'en_US', 'Connect to WooCommerce.com', 'Connect to get important product notifications and updates.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-03-16 10:53:23', NULL, 0),
(3, 'wc-admin-add-first-product', 'info', 'en_US', 'Add your first product', 'Grow your revenue by adding products to your store. Add products manually, import from a sheet, or migrate from another platform.', 'product', '{}', 'unactioned', 'woocommerce-admin', '2020-03-16 10:54:19', NULL, 0),
(4, 'wc-admin-mobile-app', 'info', 'en_US', 'Install Woo mobile app', 'Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.', 'phone', '{}', 'unactioned', 'woocommerce-admin', '2020-03-18 10:59:34', NULL, 0),
(5, 'wc-admin-store-notice-giving-feedback', 'info', 'en_US', 'Review your experience', 'If you like WooCommerce Admin please leave us a 5 star rating. A huge thanks in advance!', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-03-19 10:53:33', NULL, 0),
(6, 'wc-admin-facebook-extension', 'info', 'en_US', 'Market on Facebook', 'Grow your business by targeting the right people and driving sales with Facebook. You can install this free extension now.', 'thumbs-up', '{}', 'unactioned', 'woocommerce-admin', '2020-03-19 10:53:33', NULL, 0),
(7, 'wc-admin-store-notice-setting-moved', 'info', 'en_US', 'Looking for the Store Notice setting?', 'It can now be found in the Customizer.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-03-20 16:09:36', NULL, 0),
(8, 'wc-admin-onboarding-email-marketing', 'info', 'en_US', 'Tips, product updates, and inspiration', 'We\'re here for you — get tips, product updates, and inspiration straight to your mailbox.', 'mail', '{}', 'unactioned', 'woocommerce-admin', '2020-03-23 10:53:23', NULL, 0),
(9, 'wc-admin-usage-tracking-opt-in', 'info', 'en_US', 'Help WooCommerce improve with usage tracking', 'Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://southafricacricket.co.za/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.', 'info', '{}', 'unactioned', 'woocommerce-admin', '2020-03-28 13:39:35', NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_admin_note_actions`
--

CREATE TABLE `wphi_wc_admin_note_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `note_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_wc_admin_note_actions`
--

INSERT INTO `wphi_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `is_primary`) VALUES
(1, 1, 'learn-more', 'Learn more', 'https://woocommerce.wordpress.com/', 'actioned', 0),
(2, 2, 'connect', 'Connect', '?page=wc-addons&section=helper', 'actioned', 0),
(3, 3, 'add-a-product', 'Add a product', 'https://travollie.com/cricket/wp-admin/post-new.php?post_type=product', 'actioned', 1),
(4, 4, 'learn-more', 'Learn more', 'https://woocommerce.com/mobile/', 'actioned', 0),
(5, 5, 'share-feedback', 'Review', 'https://wordpress.org/support/plugin/woocommerce-admin/reviews/?rate=5#new-post', 'actioned', 0),
(6, 6, 'learn-more', 'Learn more', 'https://woocommerce.com/products/facebook/', 'unactioned', 0),
(7, 6, 'install-now', 'Install now', '', 'unactioned', 1),
(8, 7, 'open-customizer', 'Open Customizer', 'customize.php', 'actioned', 0),
(9, 8, 'yes-please', 'Yes please!', 'https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin', 'actioned', 0),
(10, 9, 'tracking-dismiss', 'Dismiss', '', 'actioned', 0),
(11, 9, 'tracking-opt-in', 'Activate usage tracking', '', 'actioned', 1);

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_category_lookup`
--

CREATE TABLE `wphi_wc_category_lookup` (
  `category_tree_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_wc_category_lookup`
--

INSERT INTO `wphi_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES
(15, 15),
(73, 73),
(73, 74),
(73, 78),
(74, 74),
(75, 75),
(75, 77),
(75, 79),
(76, 76),
(77, 77),
(78, 78),
(79, 79);

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_customer_lookup`
--

CREATE TABLE `wphi_wc_customer_lookup` (
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_download_log`
--

CREATE TABLE `wphi_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_order_coupon_lookup`
--

CREATE TABLE `wphi_wc_order_coupon_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `coupon_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_order_product_lookup`
--

CREATE TABLE `wphi_wc_order_product_lookup` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `variation_id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT '0',
  `product_gross_revenue` double NOT NULL DEFAULT '0',
  `coupon_amount` double NOT NULL DEFAULT '0',
  `tax_amount` double NOT NULL DEFAULT '0',
  `shipping_amount` double NOT NULL DEFAULT '0',
  `shipping_tax_amount` double NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_order_stats`
--

CREATE TABLE `wphi_wc_order_stats` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_order_tax_lookup`
--

CREATE TABLE `wphi_wc_order_tax_lookup` (
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT '0',
  `order_tax` double NOT NULL DEFAULT '0',
  `total_tax` double NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_product_meta_lookup`
--

CREATE TABLE `wphi_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint(20) DEFAULT '0',
  `tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_tax_rate_classes`
--

CREATE TABLE `wphi_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wphi_wc_tax_rate_classes`
--

INSERT INTO `wphi_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

-- --------------------------------------------------------

--
-- Table structure for table `wphi_wc_webhooks`
--

CREATE TABLE `wphi_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_api_keys`
--

CREATE TABLE `wphi_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wphi_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wphi_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_log`
--

CREATE TABLE `wphi_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_order_itemmeta`
--

CREATE TABLE `wphi_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_order_items`
--

CREATE TABLE `wphi_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wphi_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_payment_tokens`
--

CREATE TABLE `wphi_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_sessions`
--

CREATE TABLE `wphi_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_shipping_zones`
--

CREATE TABLE `wphi_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wphi_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wphi_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_tax_rates`
--

CREATE TABLE `wphi_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wphi_woocommerce_tax_rate_locations`
--

CREATE TABLE `wphi_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wphi_actionscheduler_actions`
--
ALTER TABLE `wphi_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id` (`claim_id`);

--
-- Indexes for table `wphi_actionscheduler_claims`
--
ALTER TABLE `wphi_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wphi_actionscheduler_groups`
--
ALTER TABLE `wphi_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wphi_actionscheduler_logs`
--
ALTER TABLE `wphi_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `wphi_commentmeta`
--
ALTER TABLE `wphi_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wphi_comments`
--
ALTER TABLE `wphi_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `wphi_links`
--
ALTER TABLE `wphi_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wphi_options`
--
ALTER TABLE `wphi_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wphi_postmeta`
--
ALTER TABLE `wphi_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wphi_posts`
--
ALTER TABLE `wphi_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wphi_revslider_css`
--
ALTER TABLE `wphi_revslider_css`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_css_bkp`
--
ALTER TABLE `wphi_revslider_css_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_layer_animations`
--
ALTER TABLE `wphi_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_layer_animations_bkp`
--
ALTER TABLE `wphi_revslider_layer_animations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_navigations`
--
ALTER TABLE `wphi_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_navigations_bkp`
--
ALTER TABLE `wphi_revslider_navigations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_sliders`
--
ALTER TABLE `wphi_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_sliders_bkp`
--
ALTER TABLE `wphi_revslider_sliders_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_slides`
--
ALTER TABLE `wphi_revslider_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_slides_bkp`
--
ALTER TABLE `wphi_revslider_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_static_slides`
--
ALTER TABLE `wphi_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_revslider_static_slides_bkp`
--
ALTER TABLE `wphi_revslider_static_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wphi_sbi_instagram_feeds_posts`
--
ALTER TABLE `wphi_sbi_instagram_feeds_posts`
  ADD PRIMARY KEY (`record_id`),
  ADD KEY `feed_id` (`feed_id`(100));

--
-- Indexes for table `wphi_sbi_instagram_posts`
--
ALTER TABLE `wphi_sbi_instagram_posts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wphi_smush_dir_images`
--
ALTER TABLE `wphi_smush_dir_images`
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `path_hash` (`path_hash`),
  ADD KEY `image_size` (`image_size`);

--
-- Indexes for table `wphi_termmeta`
--
ALTER TABLE `wphi_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wphi_terms`
--
ALTER TABLE `wphi_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wphi_term_relationships`
--
ALTER TABLE `wphi_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wphi_term_taxonomy`
--
ALTER TABLE `wphi_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wphi_usermeta`
--
ALTER TABLE `wphi_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wphi_users`
--
ALTER TABLE `wphi_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wphi_wc_admin_notes`
--
ALTER TABLE `wphi_wc_admin_notes`
  ADD PRIMARY KEY (`note_id`);

--
-- Indexes for table `wphi_wc_admin_note_actions`
--
ALTER TABLE `wphi_wc_admin_note_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `note_id` (`note_id`);

--
-- Indexes for table `wphi_wc_category_lookup`
--
ALTER TABLE `wphi_wc_category_lookup`
  ADD PRIMARY KEY (`category_tree_id`,`category_id`);

--
-- Indexes for table `wphi_wc_customer_lookup`
--
ALTER TABLE `wphi_wc_customer_lookup`
  ADD PRIMARY KEY (`customer_id`),
  ADD UNIQUE KEY `user_id` (`user_id`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `wphi_wc_download_log`
--
ALTER TABLE `wphi_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wphi_wc_order_coupon_lookup`
--
ALTER TABLE `wphi_wc_order_coupon_lookup`
  ADD PRIMARY KEY (`order_id`,`coupon_id`),
  ADD KEY `coupon_id` (`coupon_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wphi_wc_order_product_lookup`
--
ALTER TABLE `wphi_wc_order_product_lookup`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `product_id` (`product_id`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wphi_wc_order_stats`
--
ALTER TABLE `wphi_wc_order_stats`
  ADD PRIMARY KEY (`order_id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `customer_id` (`customer_id`),
  ADD KEY `status` (`status`(191));

--
-- Indexes for table `wphi_wc_order_tax_lookup`
--
ALTER TABLE `wphi_wc_order_tax_lookup`
  ADD PRIMARY KEY (`order_id`,`tax_rate_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `date_created` (`date_created`);

--
-- Indexes for table `wphi_wc_product_meta_lookup`
--
ALTER TABLE `wphi_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indexes for table `wphi_wc_tax_rate_classes`
--
ALTER TABLE `wphi_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `wphi_wc_webhooks`
--
ALTER TABLE `wphi_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wphi_woocommerce_api_keys`
--
ALTER TABLE `wphi_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wphi_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wphi_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `wphi_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wphi_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `wphi_woocommerce_log`
--
ALTER TABLE `wphi_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `wphi_woocommerce_order_itemmeta`
--
ALTER TABLE `wphi_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wphi_woocommerce_order_items`
--
ALTER TABLE `wphi_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wphi_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wphi_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wphi_woocommerce_payment_tokens`
--
ALTER TABLE `wphi_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wphi_woocommerce_sessions`
--
ALTER TABLE `wphi_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `wphi_woocommerce_shipping_zones`
--
ALTER TABLE `wphi_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wphi_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wphi_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wphi_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wphi_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `wphi_woocommerce_tax_rates`
--
ALTER TABLE `wphi_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `wphi_woocommerce_tax_rate_locations`
--
ALTER TABLE `wphi_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wphi_actionscheduler_actions`
--
ALTER TABLE `wphi_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `wphi_actionscheduler_claims`
--
ALTER TABLE `wphi_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6598;

--
-- AUTO_INCREMENT for table `wphi_actionscheduler_groups`
--
ALTER TABLE `wphi_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wphi_actionscheduler_logs`
--
ALTER TABLE `wphi_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

--
-- AUTO_INCREMENT for table `wphi_commentmeta`
--
ALTER TABLE `wphi_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_comments`
--
ALTER TABLE `wphi_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wphi_links`
--
ALTER TABLE `wphi_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_options`
--
ALTER TABLE `wphi_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11462;

--
-- AUTO_INCREMENT for table `wphi_postmeta`
--
ALTER TABLE `wphi_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6227;

--
-- AUTO_INCREMENT for table `wphi_posts`
--
ALTER TABLE `wphi_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2410;

--
-- AUTO_INCREMENT for table `wphi_revslider_css`
--
ALTER TABLE `wphi_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=110;

--
-- AUTO_INCREMENT for table `wphi_revslider_css_bkp`
--
ALTER TABLE `wphi_revslider_css_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `wphi_revslider_layer_animations`
--
ALTER TABLE `wphi_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_revslider_layer_animations_bkp`
--
ALTER TABLE `wphi_revslider_layer_animations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_revslider_navigations`
--
ALTER TABLE `wphi_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_revslider_navigations_bkp`
--
ALTER TABLE `wphi_revslider_navigations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_revslider_sliders`
--
ALTER TABLE `wphi_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wphi_revslider_sliders_bkp`
--
ALTER TABLE `wphi_revslider_sliders_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_revslider_slides`
--
ALTER TABLE `wphi_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `wphi_revslider_slides_bkp`
--
ALTER TABLE `wphi_revslider_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_revslider_static_slides`
--
ALTER TABLE `wphi_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wphi_revslider_static_slides_bkp`
--
ALTER TABLE `wphi_revslider_static_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_sbi_instagram_feeds_posts`
--
ALTER TABLE `wphi_sbi_instagram_feeds_posts`
  MODIFY `record_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_sbi_instagram_posts`
--
ALTER TABLE `wphi_sbi_instagram_posts`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_smush_dir_images`
--
ALTER TABLE `wphi_smush_dir_images`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_termmeta`
--
ALTER TABLE `wphi_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=228;

--
-- AUTO_INCREMENT for table `wphi_terms`
--
ALTER TABLE `wphi_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=194;

--
-- AUTO_INCREMENT for table `wphi_term_taxonomy`
--
ALTER TABLE `wphi_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=194;

--
-- AUTO_INCREMENT for table `wphi_usermeta`
--
ALTER TABLE `wphi_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=251;

--
-- AUTO_INCREMENT for table `wphi_users`
--
ALTER TABLE `wphi_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wphi_wc_admin_notes`
--
ALTER TABLE `wphi_wc_admin_notes`
  MODIFY `note_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `wphi_wc_admin_note_actions`
--
ALTER TABLE `wphi_wc_admin_note_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wphi_wc_customer_lookup`
--
ALTER TABLE `wphi_wc_customer_lookup`
  MODIFY `customer_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_wc_download_log`
--
ALTER TABLE `wphi_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_wc_tax_rate_classes`
--
ALTER TABLE `wphi_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wphi_wc_webhooks`
--
ALTER TABLE `wphi_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_api_keys`
--
ALTER TABLE `wphi_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wphi_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wphi_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_log`
--
ALTER TABLE `wphi_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_order_itemmeta`
--
ALTER TABLE `wphi_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_order_items`
--
ALTER TABLE `wphi_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wphi_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_payment_tokens`
--
ALTER TABLE `wphi_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_sessions`
--
ALTER TABLE `wphi_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_shipping_zones`
--
ALTER TABLE `wphi_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wphi_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wphi_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_tax_rates`
--
ALTER TABLE `wphi_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wphi_woocommerce_tax_rate_locations`
--
ALTER TABLE `wphi_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
COMMIT;

/*!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 */;
